A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- A_LOST_MEMORY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "A Lost Memory" -
- ABBAS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Abbas" -
- ABOVE - org.pepstock.charba.client.items.FillColors.Property
- ABSOLUTE - org.pepstock.charba.client.dom.enums.Position
-
The element is removed from the normal document flow, and no space is created for the element in the page layout.
It is positioned relative to its closest positioned ancestor, if any; otherwise, it is placed relative to the initial containing block. - ABSOLUTE_DATASET_INDEX - org.pepstock.charba.client.enums.FillingMode
-
Links datasets by absolute dataset index, as integer (1,2,3,...)
- AbsoluteDatasetIndexFill - Class in org.pepstock.charba.client.enums
-
Fill object to configure chart to use an absolute dataset index.
Absolute dataset index, as integer, is composed by integer value which must be greater than 0.
Here are same examples: (1,2,3,...). - AbsoluteDatasetIndexFill(int) - Constructor for class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
-
Creates a absolute dataset index fill using the absolute position.
- AbstractAnimation<D extends IsDefaultBaseAnimation> - Class in org.pepstock.charba.client.options
-
Is the base animation options with common options for animation configuration, for ANIMATION and ANIMATIONS name spaces.
- AbstractAnimation(AbstractNode, Key, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractAnimation
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractAnimation.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractAnimationEvent - Class in org.pepstock.charba.client.events
-
Abstract event which is fired when the chart is animating.
- AbstractAnimationEvent(NativeBaseEvent, EventType, AnimationItem) - Constructor for class org.pepstock.charba.client.events.AbstractAnimationEvent
-
Creates the event with the animation info from chart.
- AbstractAnimations - Class in org.pepstock.charba.client.options
-
Abstract configuration to animate charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animations properties, ANIMATIONS name space. - AbstractAnimations(AbstractNode, IsDefaultAnimations, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractAnimations
-
Creates a animations config to use for chart configuration, wrapping a native object instance.
- AbstractAnimations.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractAnnotation - Class in org.pepstock.charba.client.annotation
-
Base class to define an annotation in the
AnnotationPlugin.IDplugin.
It contains all commons properties to define an annotation. - AbstractAnnotation(AnnotationType, AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Creates the object with the type of annotation to handle.
- AbstractAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Creates the object wrapping an existing native object.
- AbstractAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- AbstractArrayContainerList<E,A extends Array> - Class in org.pepstock.charba.client.commons
-
Abstract list for enumeration and object/array container list which has got common methods.
- AbstractArrayContainerList() - Constructor for class org.pepstock.charba.client.commons.AbstractArrayContainerList
- AbstractArrayList<E,A extends Array> - Class in org.pepstock.charba.client.commons
-
Abstract list implementation which is wrapping an array (java script native object), providing common methods.
- AbstractArrayList() - Constructor for class org.pepstock.charba.client.commons.AbstractArrayList
- AbstractArrayNativeContainerList<E,A extends Array> - Class in org.pepstock.charba.client.commons
-
Abstract list for object and array container list which has got common methods.
- AbstractArrayNativeContainerList() - Constructor for class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
- AbstractArraySet<E,A extends AbstractArrayList<E,ArrayString>> - Class in org.pepstock.charba.client.commons
-
Abstract set implementation which is wrapping an array (java script native object) by an
AbstractArrayList, providing common methods. - AbstractArraySet() - Constructor for class org.pepstock.charba.client.commons.AbstractArraySet
- AbstractAxisEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user is acting on the axis of the chart.
- AbstractAxisEvent(NativeAbstractMouseEvent, EventType, ScaleItem, Axis) - Constructor for class org.pepstock.charba.client.events.AbstractAxisEvent
-
Creates the event with axis related to the action
- AbstractBarBorderItem - Class in org.pepstock.charba.client.data
-
Maps a bar object (border width and radius) and its methods.
- AbstractBarBorderItem(int) - Constructor for class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Creates the object using the argument to set the border item size to all corners of the rectangle.
- AbstractBarBorderItem(NativeObject) - Constructor for class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Creates the object with native object instance to be wrapped.
- AbstractBaseBuilder - Class in org.pepstock.charba.client.commons
-
base calss to implement builder classes in order to use a builder in consistent manner, a builder instance for a result object one.
- AbstractBaseBuilder() - Constructor for class org.pepstock.charba.client.commons.AbstractBaseBuilder
- AbstractBasePlugin - Class in org.pepstock.charba.client.plugins
-
Base plugin class implementation.
It represents the instance to store in CHART.JS configuration. - AbstractBasePlugin(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Builds the object with plugin id
- AbstractBasePlugin.Property - Enum in org.pepstock.charba.client.plugins
-
Name of properties of native object.
- AbstractBasePlugin.ProxyWithoutReturnValueCallback - Interface in org.pepstock.charba.client.plugins
-
Java script FUNCTION callback called without providing any value.
- AbstractBasePlugin.ProxyWithReturnValueCallback - Interface in org.pepstock.charba.client.plugins
-
Java script FUNCTION callback called with return value.
- AbstractBoxedLabel - Class in org.pepstock.charba.client.annotation
-
Implements a LABEL to apply on a LINE annotation.
- AbstractBoxedLabel(AbstractAnnotation, IsDefaultsBoxLabel) - Constructor for class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
To avoid any instantiation because is added in the all
BoxAnnotation. - AbstractBoxedLabel(AbstractAnnotation, NativeObject, IsDefaultsBoxLabel) - Constructor for class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
To avoid any instantiation because is added in the all
BoxAnnotation. - AbstractBoxedLabel.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- AbstractBuilder<T extends LabelItem> - Class in org.pepstock.charba.client.datalabels
-
Abstract base comfortable object to create
DataLabelsPlugin.IDlabel item by a builder. - AbstractBuilder<T> - Class in org.pepstock.charba.client.ml
-
Common utility which is managing the samples to use to create a regression.
- AbstractBuilder() - Constructor for class org.pepstock.charba.client.ml.AbstractBuilder
-
To avoid any instantiation
- AbstractBuilder(T) - Constructor for class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Creates a label item builder with the instance to wrap.
- AbstractCanvasObjectCallback<T extends CanvasObject> - Class in org.pepstock.charba.client.data
-
Callback to set a
CanvasObjectas background color.
This is used and set in the data set when a canvas object is set for a background color. - AbstractCanvasObjectCallback(AbstractContainer<T>, Dataset.CanvasObjectKey) - Constructor for class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
-
Creates the callback using the container of canvas object and the property related to the canvas object to set in the dataset.
- AbstractChart - Class in org.pepstock.charba.client
-
Base class of all charts.
It contains Chart.js initialization. - AbstractChart(Type) - Constructor for class org.pepstock.charba.client.AbstractChart
-
Initializes simple panel and canvas which are used by CHART.JS.
It sets also some default behaviors (width in percentage) for resizing - AbstractChart.ActiveElementsPoint - Class in org.pepstock.charba.client
-
Maps a point needed when
AbstractChart.setTooltipActiveElements(IsPoint, ArrayObject)is invoked. - AbstractChart.ChartRunnableWrapper - Class in org.pepstock.charba.client
-
Wrapper of a
ChartTimerTaskin order to to be added to aCTimer. - AbstractChart.DatasetItemFactory - Class in org.pepstock.charba.client
-
Inner class to create data set item by a native object.
- AbstractChart.DatasetReferenceFactory - Class in org.pepstock.charba.client
-
Inner class to create data set reference item by a native object.
- AbstractChartEvent - Class in org.pepstock.charba.client.events
-
Abstract event which represents a CHART.JS event, which contains a function context, as chart.
- AbstractChartEvent(ChartEventContext, EventType, Key) - Constructor for class org.pepstock.charba.client.events.AbstractChartEvent
-
Creates the event with legend item related to the click
- AbstractChartTypedEvent - Class in org.pepstock.charba.client.events
-
Abstract event which is fired when the user is acting on the chart.
- AbstractChartTypedEvent(ChartEventContext, EventType, Key, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.AbstractChartTypedEvent
-
Creates the event with a list of dataset references related to the click.
- AbstractChartWidget<C extends IsChart> - Class in org.pepstock.charba.client.gwt.widgets
-
Base class of all GWT WIDGET charts.
- AbstractChartWidget(C) - Constructor for class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
Creates a chart widget for GWT by chart element instance.
- AbstractCircleBasedAnnotation - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin annotation DEFAULTS options for annotation which are configured by a point and with a radius in a chart. - AbstractCircleBasedAnnotation(AnnotationType, AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
-
Creates the object with the type of annotation to handle.
- AbstractCircleBasedAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
-
Creates the object wrapping an existing native object.
- AbstractCircleBasedAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- AbstractConfigurationElement<D extends IsDefaultOptionsElement> - Class in org.pepstock.charba.client.configuration
-
While chart types provide settings to configure the styling of each dataset, you sometimes want to style all datasets the same way.
Options can be configured for four different types of elements: arc, lines, points, and bars.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset. - AbstractConfigurationElement(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Builds the object with options.
- AbstractConfigurationElement.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- AbstractConfigurationItem - Class in org.pepstock.charba.client.zoom
-
Abstract element used by pan and zoom object in order to enable to provide the configuration of
ZoomPlugin.ID. - AbstractConfigurationItem(NativeObject) - Constructor for class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Creates the object with native object instance to be wrapped.
- AbstractConfigurationItem.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- AbstractContainer<T extends CanvasObject> - Class in org.pepstock.charba.client.data
-
Common utility to manage inside the configuration items, the canvas objects (pattern or gradient), set to the specific properties of the elements.
It stores the canvas object information in the a native object added to Charba configuration, on specific property names for Charba.
The canvas object are stored in the native object by the "original" property names to use to configure CHART.JS. - AbstractContainer(Dataset) - Constructor for class org.pepstock.charba.client.data.AbstractContainer
-
Creates the object by an empty native java script object and stores the data set instance it belongs to.
- AbstractContainer.CallbackWrapper - Class in org.pepstock.charba.client.data
-
Internal class to wrap the data set callack to manage a key of a dataset.
- AbstractContentElement - Class in org.pepstock.charba.client.utils.toast
-
Configures the title or the label of the toast.
Enables the management of font, color and content of an item. - AbstractContentElement(AbstractReadOnlyToastOptions, Key, IsDefaultContentElement, NativeObject) - Constructor for class org.pepstock.charba.client.utils.toast.AbstractContentElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractContentElement.InternalFontContainer - Class in org.pepstock.charba.client.utils.toast
-
Internal class to extend the font container and manages the font inside the title or label.
- AbstractController - Class in org.pepstock.charba.client.controllers
-
Abstract implementation of a controller.
- AbstractController(ControllerType) - Constructor for class org.pepstock.charba.client.controllers.AbstractController
-
Creates the controller by its type.
- AbstractControllerContainer - Class in org.pepstock.charba.client.controllers
-
Abstract implementation of a controller container.
- AbstractControllerContainer(ControllerType) - Constructor for class org.pepstock.charba.client.controllers.AbstractControllerContainer
-
Creates the controller container by its type.
- AbstractCursorPointerOptions - Class in org.pepstock.charba.client.impl.plugins
-
Common configuration options for plugins which are managing cursor style.
- AbstractCursorPointerOptions(String) - Constructor for class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Creates new plugin options with plugin ID, creating new native options.
- AbstractCursorPointerOptions(String, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Creates new plugin options with plugin ID, using a native object instance.
- AbstractCursorPointerOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- AbstractDataPoint - Class in org.pepstock.charba.client.data
-
Maps the common methods for a data point.
- AbstractDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.data.AbstractDataPoint
-
Creates the object with a native object passed as argument.
- AbstractDataPoint.CharbaProperty - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
No private because it is used by time series item - AbstractDatasetContext - Class in org.pepstock.charba.client.callbacks
-
The option context is used to give contextual information when resolving options where the data set locator (data and data set index) must be used.
- AbstractDatasetContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Creates the object with native object instance to be wrapped.
- AbstractDatasetContext.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- AbstractDatasetIndexFill - Class in org.pepstock.charba.client.enums
-
Abstract object for absolute and relative dataset index fill, which maintains common values.
- AbstractDatasetIndexFill(FillingMode, int, String) - Constructor for class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
-
Creates the fill object with all necessary data.
- AbstractDatasetNode - Class in org.pepstock.charba.client.treemap
-
Base class for inner nodes of
TreeMapDatasetclass. - AbstractDatasetNode(AbstractNode, Key, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.treemap.AbstractDatasetNode
-
Creates the object with the parent, the key of this element and native object to map java script properties.
- AbstractDatasetNode.Property - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- AbstractDefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANIMATION element.
- AbstractDefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
-
To avoid any instantiation
- AbstractDefaultChartAnimation<T extends IsDefaultBaseAnimation> - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for base animation option element.
- AbstractDefaultChartAnimation(T) - Constructor for class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
Creates the object wrapping a base animation instance.
- AbstractDefaultChartOptions - Class in org.pepstock.charba.client.defaults.chart
-
Abstract defaults for options element, based on chart type.
- AbstractDefaultChartOptions(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
-
Creates the object by a default options.
- AbstractDefaultChartPadding - Class in org.pepstock.charba.client.defaults.chart
-
Abstract defaults for padding option element, based on chart type.
- AbstractDefaultChartPadding(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
-
Creates the object by padding option element instance.
- AbstractDefaultChartTitle - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for title and subtitle options elements, based on chart type.
- AbstractDefaultChartTitle(IsDefaultAbstractTitle) - Constructor for class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
-
Creates the object by title or subtitle option element instance.
- AbstractDefaultOptions - Class in org.pepstock.charba.client.defaults.globals
-
Abstract CHART.JS default values for OPTIONS element with all inner elements.
- AbstractDefaultOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
Creates the object using the defaults inner elements of chart options.
- AbstractDefaultOptions(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
-
Creates the object using the argument options instance as default of chart options.
- AbstractDefaultOptionsElement - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ARC, LINE, BAR and POINT elements.
- AbstractDefaultOptionsElement(int) - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
-
Creates the object using the values passed as arguments.
Background and border colors will be taken fromOptions.getBackgroundColorAsString()andOptions.getBorderColorAsString(). - AbstractDefaultOptionsElement(String, int) - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
-
Creates the object using the values passed as arguments.
Background color will be taken fromOptions.getBackgroundColorAsString(). - AbstractDefaultPluginElement<T extends IsDefaultPluginElement> - Class in org.pepstock.charba.client.options
-
Configures the common properties of chart element related to default plugins,
DefaultPluginId.TITLEandDefaultPluginId.LEGEND. - AbstractDefaultPluginElement(Plugins, Key, T, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractDefaultPluginElement.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractDefaultTitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TITLE and SUBTITLE elements.
- AbstractDefaultTitle() - Constructor for class org.pepstock.charba.client.defaults.globals.AbstractDefaultTitle
-
To avoid any instantiation
- AbstractDynamicConfiguration<I> - Class in org.pepstock.charba.client.configuration
-
Base object to map configuration, by a provider, which can be reuse in all configuration items where this configuration can be set.
- AbstractDynamicConfiguration(AbstractDynamicConfiguration.IsProvider<I>) - Constructor for class org.pepstock.charba.client.configuration.AbstractDynamicConfiguration
-
Builds the object by a provider used to get the options element for storing properties.
- AbstractDynamicConfiguration.IsProvider<T> - Interface in org.pepstock.charba.client.configuration
-
Interface to implement to provide the options element to manage configuration properties.
- AbstractElement - Class in org.pepstock.charba.client.datalabels
-
Abstract element used by padding and font object in order to enable to provide these object instances as result of a callback.
Exposes the native object to return toDataLabelsPlugin.IDplugin. - AbstractElement<D extends IsDefaultOptionsElement> - Class in org.pepstock.charba.client.options
-
Options can be configured for four different types of elements: arc, lines, points, and bars.
When set, these options apply to all objects of that type unless specifically overridden by the configuration attached to a dataset. - AbstractElement(NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.AbstractElement
-
Creates the object with native object instance to be wrapped.
- AbstractElement(Elements, Key, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractElement.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractElementFactory<T extends NativeObjectContainer> - Class in org.pepstock.charba.client.options
-
Abstract implementation to get custom elements from
Options.getElements(). - AbstractElementFactory(String) - Constructor for class org.pepstock.charba.client.options.AbstractElementFactory
-
Creates the factory by the key of object, as string.
- AbstractElementFactory(Key) - Constructor for class org.pepstock.charba.client.options.AbstractElementFactory
-
Creates the factory by the key of object.
- AbstractEvent - Class in org.pepstock.charba.client.events
-
Abstract event for all events which must contain a native event.
This event contains the chart instance as source. - AbstractEvent(NativeBaseEvent, EventType) - Constructor for class org.pepstock.charba.client.events.AbstractEvent
-
Creates an event using a native event
- AbstractEventElementHandler - Class in org.pepstock.charba.client.configuration
-
Base class to manage the events on canvas for chart elements, like title and axes.
- AbstractEventElementHandler(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.AbstractEventElementHandler
-
Builds the object storing the configuration options.
- AbstractEventHandler - Class in org.pepstock.charba.client.datalabels.events
-
Abstract event handler which implements all interfaces to listen DATA LABELS events.
Can be used as base class for custom implementation. - AbstractEventHandler() - Constructor for class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
- AbstractExtensionPlugin<T extends AbstractPluginOptions> - Class in org.pepstock.charba.client.plugins
-
Commons methods of extension, plugins out-of-the-box written in java script, to import and manage by Charba.
- AbstractExtensionPlugin() - Constructor for class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Reduces the visibility of constructor.
- AbstractFont - Class in org.pepstock.charba.client.options
-
Base class to map the font properties of an element.
- AbstractFont(AbstractNode, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractFont
-
Creates a font to use for chart configuration, wrapping a native object instance.
- AbstractFont(IsDefaultFont) - Constructor for class org.pepstock.charba.client.options.AbstractFont
-
Creates an empty font to use for chart configuration.
- AbstractFont(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractFont
-
Creates a font to use for chart configuration, wrapping a native object instance.
- AbstractFormat<F extends AbtsractFormatWrapper<?,T,R>,O,T,R> - Class in org.pepstock.charba.client.intl
-
The object is a constructor for objects that enable language sensitive formatting.
- AbstractFormat(CLocale, O) - Constructor for class org.pepstock.charba.client.intl.AbstractFormat
-
Creates object that enables language sensitive formatting, using the locale options and specific options.
- AbstractFormat.FormatPartsFactory - Class in org.pepstock.charba.client.intl
-
Internal format part factory in order to be used when
AbstractFormat.formatToParts(java.lang.Object)is invoked. - AbstractHandlerEvent - Class in org.pepstock.charba.client.events
-
Abstract event which is fired when event handler has been added or removed to/from the chart.
This event should use only for use internal only to manage internally all handlers. - AbstractHandlerEvent(EventType) - Constructor for class org.pepstock.charba.client.events.AbstractHandlerEvent
-
Creates the event with the type of new handler.
- AbstractImmutableFont - Class in org.pepstock.charba.client.options
-
Base class to map a font element in read-only mode, normalized by CHART.JS by
Helpers.toFont(org.pepstock.charba.client.items.FontItem), providing also the CSS string of font itself. - AbstractImmutableFont(NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractImmutableFont
-
Creates a immutable font to use, wrapping a native object instance, and providing a CSS string.
- AbstractImmutableFont.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractInjectableResource - Class in org.pepstock.charba.client.resources
-
Defines an object which must inject script or CSS style objects in the DOM document, at runtime.
It must have a name and should be a unique value because it will be used to set the element (script or style) id. - AbstractInjectableResource(String, String...) - Constructor for class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Creates the resource with a mandatory name as string and the content of injectable resource.
- AbstractInjectableResource(Key, String...) - Constructor for class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Creates the resource with a mandatory name as key and the content of injectable resource.
- AbstractInteraction<P extends AbstractModel<?,?>,D> - Class in org.pepstock.charba.client.options
-
Definitions about how the user can interact with chart elements.
- AbstractInteraction(P, Key, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractInteraction
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractInteraction.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractInteractioner - Class in org.pepstock.charba.client.interaction
-
Abstract class which implements a interactioner.
It helps to create a custom interactioner, creating a custom interaction mode using the name as string passed as argument. - AbstractInteractioner(String) - Constructor for class org.pepstock.charba.client.interaction.AbstractInteractioner
-
Creates the interactioner passing the name of interaction mode as argument, as string.
- AbstractInteractioner(IsInteractionMode) - Constructor for class org.pepstock.charba.client.interaction.AbstractInteractioner
-
Creates the interactioner passing the interaction mode instance as argument.
- AbstractKey - Class in org.pepstock.charba.client.commons
-
This is an abstract standard implementation of a custom key.
- AbstractKey(String) - Constructor for class org.pepstock.charba.client.commons.AbstractKey
-
Builds the object with the custom key value as string
- AbstractLabels - Class in org.pepstock.charba.client.treemap
-
Base class for inner nodes of
TreeMapDatasetwhich are representing a label on the chart, likeLabelsandCaptions. - AbstractLabels(AbstractNode, Key, IsDefaultOptions, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.treemap.AbstractLabels
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractLabels.CommonProperty - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- AbstractLabels.Font - Class in org.pepstock.charba.client.treemap
-
Object to map font options for treemap dataset configuration.
- AbstractLabels.Property - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- AbstractLegendEvent - Class in org.pepstock.charba.client.events
-
Abstract event which is fired when the user is acting on the legend of the chart.
- AbstractLegendEvent(ChartEventContext, EventType, Key, LegendItem) - Constructor for class org.pepstock.charba.client.events.AbstractLegendEvent
-
Creates the event with legend item related to the click
- AbstractMeterElement - Class in org.pepstock.charba.client.impl.charts
-
Base class to map the meter charts labels, value and description.
- AbstractMeterElement(IsDefaultFont) - Constructor for class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Creates the element getting the font defaults as argument.
- AbstractModel<P extends AbstractModel<?,?>,D> - Class in org.pepstock.charba.client.options
-
Base class for all options, which will wraps a native object and manages the relations about parent and children elements.
Provides also a set of methods to manages callbacks and events. - AbstractModel(D) - Constructor for class org.pepstock.charba.client.options.AbstractModel
-
Creates the object with default provider.
This is the root of elements tree and new native object is created. - AbstractModel(D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractModel
-
Creates the object with default provider and the native object.
This is the root of elements tree . - AbstractModel(P, Key, D) - Constructor for class org.pepstock.charba.client.options.AbstractModel
-
Creates the object with parent element, the key of this element and default values.
The native object to map java script properties will be created empty. - AbstractModel(P, Key, D, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractModel
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractNativeInteractioner<T> - Class in org.pepstock.charba.client.interaction
-
Maps the common code for native implementation of a custom interaction mode.
- AbstractNativeInteractioner(String, T) - Constructor for class org.pepstock.charba.client.interaction.AbstractNativeInteractioner
-
Creates the interactioner passing the name of interaction mode as argument.
- AbstractNativeInteractioner(IsInteractionMode, T) - Constructor for class org.pepstock.charba.client.interaction.AbstractNativeInteractioner
-
Creates the interactioner passing the interaction mode instance as argument.
- AbstractNode - Class in org.pepstock.charba.client.commons
-
Base class for all options nodes, which will wraps a native object and manages the relations about parent and children elements.
- AbstractNode(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractNode
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractNode(NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractNode
-
Creates the object with native object to map java script properties.
This is used for the root of tree composed by native objects. - AbstractNumberFormat - Class in org.pepstock.charba.client.options
-
This is abstract number format object element of the chart options.
- AbstractNumberFormat(AbstractNode, Key, IsDefaultNumberFormatOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractNumberFormat
-
Creates a number format to use for chart configuration, wrapping a native object instance.
- AbstractNumberFormat(IsDefaultNumberFormatOptions) - Constructor for class org.pepstock.charba.client.options.AbstractNumberFormat
-
Creates an empty font to use for chart configuration.
- AbstractNumberFormat(IsDefaultNumberFormatOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractNumberFormat
-
Creates a number format to use for chart configuration, wrapping a native object instance.
- AbstractNumericMap - Class in org.pepstock.charba.client.sankey
-
base class to add an object which is containinf a map, where the key is a sgring or
Keyand the value is an integer. - AbstractNumericMap(NativeObject) - Constructor for class org.pepstock.charba.client.sankey.AbstractNumericMap
-
Creates the object with native object instance to be wrapped.
- AbstractPadding - Class in org.pepstock.charba.client.options
-
Base class to map the padding properties of an element.
- AbstractPadding(AbstractNode, IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractPadding
-
Creates a padding to use for chart configuration, wrapping a native object instance.
- AbstractPadding(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.options.AbstractPadding
-
Creates an empty padding to use for chart configuration.
- AbstractPadding(IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractPadding
-
Creates a padding to use for chart configuration, wrapping a native object instance.
- AbstractPadding.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractPieOptions - Class in org.pepstock.charba.client.configuration
-
Abstract options for PIE chart.
- AbstractPieOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Builds the object storing the chart instance and defaults.
- AbstractPlugin - Class in org.pepstock.charba.client.plugins
-
Implements a plugin interface to help who will create a plugin do not create all methods.
The only method not implemented isgetIdwhich must implemented.
AllonBefore*cancelable methods returntrue. - AbstractPlugin(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractPlugin
-
Creates the plugin using the id passed as argument.
- AbstractPluginOptions - Class in org.pepstock.charba.client.plugins
-
Abstract plugin options where to set all the configuration needed to the plugin.
- AbstractPluginOptions(String, AbstractNode, Key, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractPluginOptions(String, NativeObject) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Creates new plugin options with plugin ID, using a native object instance.
- AbstractPluginOptions(String, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Creates new plugin options with plugin ID, using a native object instance and setting if a unique id must calculated
- AbstractPluginOptions.Property - Enum in org.pepstock.charba.client.plugins
-
Name of properties of native object.
- AbstractPluginOptionsFactory<T extends AbstractPluginOptions> - Class in org.pepstock.charba.client.plugins
-
Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.
- AbstractPluginOptionsFactory(String) - Constructor for class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Creates the object with plugin ID.
- AbstractPoint - Class in org.pepstock.charba.client.commons
-
This object is wrapping the native java script object to map a point.
- AbstractPoint() - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
-
Creates an empty object.
- AbstractPoint(double) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
-
Creates an object with X coordinate of the point
- AbstractPoint(double, double) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
-
Creates an object with X and Y coordinates of the point
- AbstractPoint(NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractPoint
-
Creates the object with native object instance to be wrapped.
- AbstractPointedAnnotation - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin annotation DEFAULTS options for annotation which are configured by a point in a chart. - AbstractPointedAnnotation(AnnotationType, AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Creates the object with the type of annotation to handle.
- AbstractPointedAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Creates the object wrapping an existing native object.
- AbstractPointedAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- AbstractPointStyleShapeDrawer - Class in org.pepstock.charba.client.colors.tiles
-
Implements a shape drawer in order to use
PointStyleas shape for tiles.
Extends the usage of shape drawer for draw point styles forHtmlLegendplugin.
Implements the drawing of point styles using CHART.JS starting point.
See here, at methoddrawPoint. - AbstractPointStyleShapeDrawer() - Constructor for class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- AbstractReadOnlyFont - Class in org.pepstock.charba.client.options
-
Base class to map the font properties of an element, in read-only mode.
- AbstractReadOnlyFont(AbstractNode, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractReadOnlyFont
-
Creates a font to use for chart configuration, wrapping a native object instance.
- AbstractReadOnlyFont(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractReadOnlyFont
-
Creates a font to use for chart configuration, wrapping a native object instance.
- AbstractReadOnlyFont.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractReadOnlyPoint - Class in org.pepstock.charba.client.commons
-
This object is wrapping the native java script object to map a point, in READ-ONLY mode.
- AbstractReadOnlyPoint(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractReadOnlyPoint(NativeObject) - Constructor for class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Creates the object with native object instance to be wrapped.
- AbstractReadOnlyPoint.Property - Enum in org.pepstock.charba.client.commons
-
Name of properties of native object.
- AbstractReadOnlyToastOptions - Class in org.pepstock.charba.client.utils.toast
-
Entity to expose the configuration of a toast in read only mode.
It is the base for all toast options. - AbstractReadOnlyToastOptions(NativeObject, IsDefaultToastOptions) - Constructor for class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Creates the configuration with native object instance to be wrapped.
- AbstractReadOnlyToastOptions.Property - Enum in org.pepstock.charba.client.utils.toast
-
Name of properties of native object.
- AbstractResources - Class in org.pepstock.charba.client.resources
-
Base class to extend in order to have java script injection, needed to CHARBA, where CHART.JS and date library.
Every instance must have a module related to date adapter and library. - AbstractResources(boolean) - Constructor for class org.pepstock.charba.client.resources.AbstractResources
-
Creates a resource object by a flag.
Of passed argument istrue, it must inject the LUXON date library. - AbstractScale - Class in org.pepstock.charba.client.options
-
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linear - AbstractScale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScale
-
Creates the object only with default provider and native object.
- AbstractScale.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractScaleLines - Class in org.pepstock.charba.client.configuration
-
The scale lines configuration (
GridandRadialAngleLines) defines options for the lines that run a the axis. - AbstractScaleLines(Axis, IsDefaultScaleLines) - Constructor for class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Builds the object storing the axis which this scale lines belongs to.
- AbstractScaleLines.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- AbstractScriptableFont<T extends ChartContext> - Class in org.pepstock.charba.client.options
-
Object can be provided with additional configuration by callbacks to define font options at runtime, and with the possibility to reset
FontCallbackif theIsScriptableFontProviderinstance has been set with aFontCallback. - AbstractScriptableFont(IsScriptableFontProvider<T>, IsDefaultFont) - Constructor for class org.pepstock.charba.client.options.AbstractScriptableFont
-
Creates an empty font to use for chart configuration.
- AbstractScriptableFont(IsScriptableFontProvider<T>, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScriptableFont
-
Creates a font to use for chart configuration, wrapping a native object instance.
- AbstractScriptablePadding<T extends ChartContext> - Class in org.pepstock.charba.client.options
-
Object can be provided with additional configuration by callbacks to define padding options at runtime, and with the possibility to reset
PaddingCallbackif theIsScriptablePaddingProviderinstance has been set with aPaddingCallback. - AbstractScriptablePadding(IsScriptablePaddingProvider<T>, IsDefaultPadding) - Constructor for class org.pepstock.charba.client.options.AbstractScriptablePadding
-
Creates an empty padding to use for chart configuration.
- AbstractScriptablePadding(IsScriptablePaddingProvider<T>, IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractScriptablePadding
-
Creates a padding to use for chart configuration, wrapping a native object instance.
- AbstractShape - Class in org.pepstock.charba.client.colors.tiles
-
This is an abstract shape for shape not enumerated, like image and character.
- AbstractShape(String) - Constructor for class org.pepstock.charba.client.colors.tiles.AbstractShape
-
Creates a shape with its name.
- AbstractStandardKey - Class in org.pepstock.charba.client.options
-
This is an abstract standard implementation of a custom key.
- AbstractStandardKey(String) - Constructor for class org.pepstock.charba.client.options.AbstractStandardKey
-
Builds the object with the custom key value as string
- AbstractStandardType - Class in org.pepstock.charba.client.utils.toast
-
This is an abstract standard implementation of a custom toast type.
- AbstractStandardType(Key, IsColor, Gradient) - Constructor for class org.pepstock.charba.client.utils.toast.AbstractStandardType
-
Builds the object with the custom key value
- AbstractTickHandler<T extends Tick,C> - Class in org.pepstock.charba.client.configuration
-
Base object to map an axis tick for axes.
Every axis type has got own data type therefore to activate a tick callback is needed a different signature.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration. - AbstractTickHandler(Axis, T) - Constructor for class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Builds the object storing the axis instance and options element, based on different kind of axis.
- AbstractTitle - Class in org.pepstock.charba.client.configuration
-
Configures the chart title which defines text to draw at the top of the chart.
- AbstractTitle<T extends IsDefaultAbstractTitle> - Class in org.pepstock.charba.client.options
-
Configures the default chart title and subtitle which defines texts to draw at the top of the chart.
- AbstractTitle(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.AbstractTitle
-
Builds the object storing the root options element.
- AbstractTitle(Plugins, Key, T, NativeObject) - Constructor for class org.pepstock.charba.client.options.AbstractTitle
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AbstractTitle.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- AbstractTitle.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AbstractTitleEvent<T extends AbstractTitle<?>> - Class in org.pepstock.charba.client.events
-
Event which is fired when the user action on the title of the chart.
- AbstractTitleEvent(NativeAbstractMouseEvent, EventType, T) - Constructor for class org.pepstock.charba.client.events.AbstractTitleEvent
-
Creates the event with title related to the action
- AbstractToastOptions - Class in org.pepstock.charba.client.utils.toast
-
Entity to configure the toast options, enabling the setting of options.
It is the base class for the configurable options. - AbstractToastOptions(NativeObject, IsDefaultToastOptions) - Constructor for class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Creates the configuration with native object instance to be wrapped.
- AbstractTooltipBodyCallback - Class in org.pepstock.charba.client.callbacks
-
Abstract implementation of tooltip body callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
- AbstractTooltipBodyCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
- AbstractTooltipFooterCallback - Class in org.pepstock.charba.client.callbacks
-
Abstract implementation of tooltip footer callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
- AbstractTooltipFooterCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
- AbstractTooltipLabelCallback - Class in org.pepstock.charba.client.callbacks
-
Abstract implementation of tooltip label callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
- AbstractTooltipLabelCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
- AbstractTooltipPositioner - Class in org.pepstock.charba.client.positioner
-
Abstract class which implements a positioner.
- AbstractTooltipPositioner(String) - Constructor for class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
-
Creates the positioner passing the name of tooltip position as argument.
If the name is one of out of the box ones, seeTooltipPosition, an exception is launched. - AbstractTooltipTitleCallback - Class in org.pepstock.charba.client.callbacks
-
Abstract implementation of tooltip title callback in order to help who will implement it to override ONLY needed methods and use the default for the others.
- AbstractTooltipTitleCallback() - Constructor for class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
- AbstractTypeBuilder - Class in org.pepstock.charba.client.utils.toast
-
Common builder methods of toast types.
- AbstractTypeBuilder(Key, IsColor, Gradient) - Constructor for class org.pepstock.charba.client.utils.toast.AbstractTypeBuilder
-
To avoid any instantiation.
- AbstractXYDataPoint - Class in org.pepstock.charba.client.data
-
Maps the common methods for a data point with X and Y properties.
- AbstractXYDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Creates the object with a native object passed as argument.
- AbstractXYDataPoint.XYProperty - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
No private because it is used by time series item - AbtsractFormatWrapper<N,T,R> - Class in org.pepstock.charba.client.intl
-
Defines for objects that enable language sensitive value formatting.
- AbtsractFormatWrapper(N) - Constructor for class org.pepstock.charba.client.intl.AbtsractFormatWrapper
-
Creates object that enables language sensitive number formatting, using the native format instance.
- ACCENT3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent3" -
- ACCENT4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent4" -
- ACCENT5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent5" -
- ACCENT6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent6" -
- ACCENT7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent7" -
- ACCENT8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Accent8" -
- ACCEPT - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Accept,Commit, orOKkey or button. - ACCOUNTING - org.pepstock.charba.client.intl.enums.CurrencySign
-
To use for wrapping the number with parentheses instead of appending a minus sign.
- ACRE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for acre.
- action - Variable in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
- action - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions
- Action - Class in org.pepstock.charba.client.utils.toast
-
Configures style of the toast actions.
- Action(AbstractReadOnlyToastOptions, Key, IsDefaultAction, NativeObject) - Constructor for class org.pepstock.charba.client.utils.toast.Action
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ACTION - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- ACTION_ID - org.pepstock.charba.client.utils.toast.ToastOptions.Property
- Action.Property - Enum in org.pepstock.charba.client.utils.toast
-
Name of properties of native object.
- ActionClickEventHandler - Interface in org.pepstock.charba.client.utils.toast.handlers
-
Callback interface of
ActionItemutility to manage CLICK events on toast action. - ActionItem - Class in org.pepstock.charba.client.utils.toast
-
Defines user action to show on a toast in order to enable the user to act with the toast.
- ActionItem(String, String, ActionClickEventHandler) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action with the id of the action, the content to show on the toast and the handler to invoke when the user will click on the action.
- ActionItem(String, ActionClickEventHandler) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action with the content to show on the toast and the handler to invoke when the user will click on the action.
The id of the action has been created automatically. - ActionItem(Key, String, ActionClickEventHandler) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action with the id of the action, the content to show on the toast and the handler to invoke when the user will click on the action.
- ActionItem(Key, ActionClickEventHandler) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action with the id of the toast and the handler to invoke when the user will click on the action.
The content is the value of the id. - ActionItem(ActionItem) - Constructor for class org.pepstock.charba.client.utils.toast.ActionItem
-
Creates the action cloning the action reference passed as argument.
- ActionItem.Property - Enum in org.pepstock.charba.client.utils.toast
-
Name of properties of native object.
- ActionItem.ProxyActionEventCallback - Interface in org.pepstock.charba.client.utils.toast
-
Java script FUNCTION callback when an event is emitted on the toast action.
Must be an interface with only 1 method. - actions - Variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultValues
- actions - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions
- ACTIONS - org.pepstock.charba.client.utils.toast.ToastOptions.Property
- activateCanvasObjectHandlerPlugin(IsChart, Dataset) - Method in class org.pepstock.charba.client.data.Data
-
Checks if data et has got patterns or gradient and then add
CanvasObjectHandlerplugin to the chart; - ACTIVE - org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
- ACTIVE - org.pepstock.charba.client.enums.DefaultTransitionMode
-
Uses to configure the animation when an element is hovering.
- ACTIVE - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- ACTIVE - org.pepstock.charba.client.items.ChartElement.Property
- ACTIVE_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- ActiveDatasetElement - Class in org.pepstock.charba.client.items
-
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The elements are mapped by this object.
This is the CHART.JS item with all needed info about a selected data set.
This object has been created and passed to event handler or callbacks to apply own logic. - ActiveDatasetElement() - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement
-
Creates an empty data set element.
- ActiveDatasetElement(int, int) - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement
-
Creates a data set element, setting data set and data element indexes.
- ActiveDatasetElement(NativeObject) - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement
-
Creates the item using a native java script object which contains all properties.
- ActiveDatasetElement.ActiveDatasetElementFactory - Class in org.pepstock.charba.client.items
-
Inner class to create data set element by a native object.
- ActiveDatasetElement.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ActiveDatasetElementFactory() - Constructor for class org.pepstock.charba.client.items.ActiveDatasetElement.ActiveDatasetElementFactory
- ActiveDefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition.ActiveDefaultAnimation
- ActiveDefaultAnimationTransition() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
-
Creates a default animation mode wrapping the
DefaultTransitionMode.ACTIVE. - ActiveElementsPoint(double, double) - Constructor for class org.pepstock.charba.client.AbstractChart.ActiveElementsPoint
-
Creates an object with X and Y coordinates of the point
- ADAPTER - org.pepstock.charba.client.items.ScaleItem.Property
- adapters - Variable in class org.pepstock.charba.client.configuration.CartesianTimeAxis
- adapters - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- adapters - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- adapters - Variable in class org.pepstock.charba.client.options.AbstractScale
- Adapters - Class in org.pepstock.charba.client.configuration
-
The following adapters element is used to configure a date adapter, injecting to support time series in the CAHRT.JS.
- Adapters - Class in org.pepstock.charba.client.options
-
The following adapters element is used to configure a date adapter, injecting to support time series in the CHART.JS.
- Adapters(Axis) - Constructor for class org.pepstock.charba.client.configuration.Adapters
-
Builds the object storing the axis which this adapters belongs to.
- Adapters(AbstractScale, Key, IsDefaultAdapters, NativeObject) - Constructor for class org.pepstock.charba.client.options.Adapters
-
Creates the object with the parent, the key of this element and native object to map java script properties.
This element does not have any default values. - ADAPTERS - org.pepstock.charba.client.options.AbstractScale.Property
- Adapters.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ADB_UNIT_OF_ACCOUNT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for ADB Unit of Account currency.
- add(double, double, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Adds the specified amount of unit to the given timestamp.
- add(int, E) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(int, Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices). - add(long, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Adds the specified amount of unit to the given timestamp.
- add(E) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayKeySet
-
Adds the specified element to this set if it is not already present (optional operation).
- add(E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Appends the specified element to the end of this list
- add(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Inserts the specified element in the list
- add(Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Appends the specified element to the end of this list
- add(Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Appends the specified element to the end of this list
- add(String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Appends the specified element to the end of this list
- add(String) - Method in class org.pepstock.charba.client.commons.ArrayStringSet
-
Adds the specified element to this set if it is not already present (optional operation).
- add(String) - Method in class org.pepstock.charba.client.data.Labels
-
Adds a single line label
- add(String...) - Method in class org.pepstock.charba.client.data.Labels
-
Adds a multi-line label
- add(Date, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Adds the specified amount of unit to the given date.
- add(NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Appends the specified element to the end of this list
- add(AxisType) - Method in class org.pepstock.charba.client.configuration.AxisTypesManager
-
Adds a axis type to the cache.
- add(Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Appends the specified element to the end of this list
- add(Img) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Appends the specified element to the end of this list
- add(Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Appends the specified element to the end of this list
- add(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Adds new charts instance in the collection.
- add(Plugin) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart.
If another plugin instance with the same id has been already loaded, it will remove, storing the new one.
If the chart is already initialized, to get this update the chart must be drawn again. - add(PluginContainer) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart, by a container
- add(SmartPlugin) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart.
If another plugin instance with the same id has been already loaded, it will remove, storing the new one.
If the chart is already initialized, to get this update the chart must be drawn again. - add(SmartPluginContainer) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart, by a container
- addAll(double...) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Loads an array of elements in the list
- addAll(int...) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Loads an array of elements in the list
- addAll(int, Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
- addAll(E[]) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Loads an array of elements in the list.
- addAll(E[]) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Loads an array of elements in the list
- addAll(E[]) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Loads an array of elements in the list
- addAll(String...) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Loads an array of elements in the list
- addAll(Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.AbstractArrayContainerList
-
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
- addAll(Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
- addAll(Collection<? extends E>) - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Appends all of the elements in the specified collection to the end of this set, in the order that they are returned by the specified collection's iterator
- addAll(Collection<? extends NativeObject>) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator
- addAll(List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
Adds a list of colors.
- addAll(NativeObject...) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Loads an array of elements in the list
- addAll(Canvas...) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Loads an array of elements in the list
- addAll(Img...) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Loads an array of elements in the list
- addAll(Touch...) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Loads an array of elements in the list
- addAnnotation(AbstractAnnotation) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
-
Adds an annotation configuration in the cache.
- addAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
-
Adds an annotations for plugin.
- addAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Adds an annotations for plugin.
- addAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Adds an annotations for plugin.
- addBasePlugin(AbstractBasePlugin) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Adds a new plugin to the chart.
If another plugin instance with the same id has been already loaded, it will remove, storing the new one.
If the chart is already initialized, to get this update the chart must be drawn again. - addColorsStartStop(String, String) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets the start and stop color of gradient, when the gradient will have only 2 colors.
- addColorsStartStop(IsColor, IsColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets the start and stop color of gradient, when the gradient will have only 2 colors.
- addColorStop(double, String) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Adds a stopping color with its offset
- addColorStop(double, String) - Method in class org.pepstock.charba.client.dom.elements.CanvasGradientItem
-
Adds a new stop, defined by an offset and a color, to the gradient.
If the offset is not between 0 and 1, inclusive, anIllegalArgumentExceptionis raised.
If the color isnull, the default color for line element is used. - addColorStop(double, IsColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Adds a stopping color with its offset
- addColorStop(double, IsColor) - Method in class org.pepstock.charba.client.dom.elements.CanvasGradientItem
-
Adds a new stop, defined by an offset and a color, to the gradient.
If the offset is not between 0 and 1, inclusive, anIllegalArgumentExceptionis raised.
If the color isnull, the default color for line element is used. - addColorStop(GradientColor) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Adds a stopping color with its offset
- addDatasetSelectionEventHandler(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
-
Adds a data set selection handler instance to be invoke at click event.
- addEventListener(String, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Sets up a function that will be called whenever the specified event is delivered to the target.
- addEventListener(IsEvent, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Sets up a function that will be called whenever the specified event is delivered to the target.
- addHandler(IsCallbackPropertyHandler) - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager
-
Adds new callback handler instance in the collection.
- addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.AbstractChart
- addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.EventBus
-
Adds an handler to receive events of the type passed as argument.
- addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Adds a event handler.
- addHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- addHandler(EventHandler, EventType) - Method in interface org.pepstock.charba.client.IsChart
-
Adds this handler to the widget.
- addHandler(MutationHandler) - Method in class org.pepstock.charba.client.ChartObserver
-
Adds a mutation handler to notify when a chart will be attached or detached.
- AddHandlerEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when new event handler has been added to the chart.
This event should use only for use internal only to manage internally all handlers. - AddHandlerEvent(EventType) - Constructor for class org.pepstock.charba.client.events.AddHandlerEvent
-
Creates the event with the type of new handler.
- AddHandlerEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for new event handler.
- addLegendElement(Div, Div, Position, int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Adds the HTML legend element to the right position in the chart element, depending on
Positionset for legend. - addLifecycleListener(ChartsLifecycleListener) - Static method in class org.pepstock.charba.client.Charts
-
Adds new charts life cycle listener instance in the collection.
- addListeners() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Adds events listener to canvas element of chart.
- addListeners(BaseElement) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Adds
MouseEventType.CLICK,MouseEventType.MOUSE_MOVEandMouseEventType.MOUSE_LEAVEevents to HTML legend element. - addListeners(IsChart, Div) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Adds the event listeners to all elements created by legend callback.
- addMap(Map<Key, String>) - Method in class org.pepstock.charba.client.gradient.Colors
-
Adds a map of values and colors to the colors container.
- addNative(Chart) - Static method in class org.pepstock.charba.client.Charts
-
Adds new CHART.JS charts instance in the collection.
- addRoundedRectPath(double, double, double, double, BarBorderRadius) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an rectangle with rounded edges.
- addX(int) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the amount of X values.
X values are creating starting from 0 with increment of 1. - addX(int, double) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the amount of X values.
X values are creating starting from passed starting point with increment of 1. - addX(int, double, double) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the amount of X values.
X values are creating starting from passed argument with increment of passed argument. - addXDates(Date...) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the passed X values.
- addXDates(List<Date>) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the passed X values.
- addXValues(double...) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the passed X values.
- addXValues(List<Double>) - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Adds Y values to the dataset, using the passed X values.
- ADJACENCY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Adjacency6" -
- ADJUST_SCALE_RANGE - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- ADJUST_SCALE_RANGE - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- ADJUST_SCALE_RANGE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- adjustPointsXByRender(SelectionCleaner, double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Adjusts X coordinates and items for selection cleaner element by rendering, using x value calculated previously.
- AdjustScaleRangeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setadjustScaleRangeproperty at runtime, toAbstractAnnotation. - adjustScaleRangeCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- AdjustSizeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setxAdjustandyAdjustproperty at runtime, toAbstractAnnotationandLineLabel. - ADLM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for adlm numbering system.
- ADLM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Adlam script.
- ADVANTAGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Advantage6" -
- AFAK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Afaka script.
- AFAR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Afar language.
- AFGHANI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Afghani currency.
- AFGHANISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Afghanistan region.
- AFRICA_ABIDJAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Abidjan timezone.
- AFRICA_ACCRA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Accra timezone.
- AFRICA_ADDIS_ABABA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Addis_Ababa timezone.
- AFRICA_ALGIERS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Algiers timezone.
- AFRICA_ASMARA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Asmara timezone.
- AFRICA_ASMERA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Asmera timezone.
- AFRICA_BAMAKO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Bamako timezone.
- AFRICA_BANGUI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Bangui timezone.
- AFRICA_BANJUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Banjul timezone.
- AFRICA_BLANTYRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Blantyre timezone.
- AFRICA_BRAZZAVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Brazzaville timezone.
- AFRICA_BUJUMBURA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Bujumbura timezone.
- AFRICA_CAIRO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Cairo timezone.
- AFRICA_CASABLANCA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Casablanca timezone.
- AFRICA_CEUTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Ceuta timezone.
- AFRICA_CONAKRY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Conakry timezone.
- AFRICA_DAKAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Dakar timezone.
- AFRICA_DAR_ES_SALAAM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Dar_es_Salaam timezone.
- AFRICA_DJIBOUTI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Djibouti timezone.
- AFRICA_DOUALA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Douala timezone.
- AFRICA_EL_AAIUN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/El_Aaiun timezone.
- AFRICA_FREETOWN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Freetown timezone.
- AFRICA_GABORONE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Gaborone timezone.
- AFRICA_HARARE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Harare timezone.
- AFRICA_JOHANNESBURG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Johannesburg timezone.
- AFRICA_JUBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Juba timezone.
- AFRICA_KAMPALA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Kampala timezone.
- AFRICA_KHARTOUM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Khartoum timezone.
- AFRICA_KIGALI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Kigali timezone.
- AFRICA_KINSHASA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Kinshasa timezone.
- AFRICA_LAGOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Lagos timezone.
- AFRICA_LIBREVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Libreville timezone.
- AFRICA_LOME - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Lome timezone.
- AFRICA_LUANDA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Luanda timezone.
- AFRICA_LUBUMBASHI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Lubumbashi timezone.
- AFRICA_LUSAKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Lusaka timezone.
- AFRICA_MALABO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Malabo timezone.
- AFRICA_MAPUTO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Maputo timezone.
- AFRICA_MASERU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Maseru timezone.
- AFRICA_MBABANE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Mbabane timezone.
- AFRICA_MOGADISHU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Mogadishu timezone.
- AFRICA_MONROVIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Monrovia timezone.
- AFRICA_NAIROBI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Nairobi timezone.
- AFRICA_NDJAMENA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Ndjamena timezone.
- AFRICA_NIAMEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Niamey timezone.
- AFRICA_NOUAKCHOTT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Nouakchott timezone.
- AFRICA_OUAGADOUGOU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Ouagadougou timezone.
- AFRICA_PORTO_NOVO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Porto-Novo timezone.
- AFRICA_SAO_TOME - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Sao_Tome timezone.
- AFRICA_TIMBUKTU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Timbuktu timezone.
- AFRICA_TRIPOLI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Tripoli timezone.
- AFRICA_TUNIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Tunis timezone.
- AFRICA_WINDHOEK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Africa/Windhoek timezone.
- AFRIKAANS - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Afrikaans language.
- AFTER - org.pepstock.charba.client.enums.Stepped
-
Step-after Interpolation
- AFTER - org.pepstock.charba.client.items.TooltipBodyItem.Property
- AFTER_BODY - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- AFTER_BODY - org.pepstock.charba.client.items.TooltipModel.Property
- AFTER_BUILD_TICKS - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- AFTER_BUILD_TICKS - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_CALCULATE_LABEL_ROTATION - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- AFTER_DATA_LIMITS - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- AFTER_DATA_LIMITS - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_DATASET_DRAW - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_DATASET_UPDATE - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_DATASETS_DRAW - org.pepstock.charba.client.annotation.enums.DrawTime
- AFTER_DATASETS_DRAW - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_DATASETS_DRAW - org.pepstock.charba.client.zoom.enums.DrawTime
- AFTER_DATASETS_UPDATE - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_DESTROY - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_DRAW - org.pepstock.charba.client.annotation.enums.DrawTime
- AFTER_DRAW - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_DRAW - org.pepstock.charba.client.zoom.enums.DrawTime
- AFTER_EVENT - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_FIT - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- AFTER_FOOTER - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- AFTER_INIT - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_LABEL - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- AFTER_LAYOUT - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_RENDER - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_SET_DIMENSIONS - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- AFTER_THE_RAIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "After the Rain" -
- AFTER_TICK_TO_LABEL_CONVERSION - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- AFTER_TITLE - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- AFTER_TOOLTIP_DRAW - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- AFTER_UPDATE - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- AFTER_UPDATE - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- afterAxisConfigurationUpdate() - Method in class org.pepstock.charba.client.geo.ColorAxis
-
Reloads the extended scale
- afterAxisConfigurationUpdate() - Method in class org.pepstock.charba.client.geo.ColorLogarithmicAxis
-
Reloads the extended scale
- afterAxisConfigurationUpdate() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Reloads the extended scale
- afterAxisConfigurationUpdate() - Method in class org.pepstock.charba.client.geo.SizeAxis
-
Reloads the extended scale
- afterAxisConfigurationUpdate() - Method in class org.pepstock.charba.client.geo.SizeLogarithmicAxis
-
Reloads the extended scale
- afterAxisConfigurationUpdate(Axis) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Invoked after the axis options has been updated.
- afterAxisConfigurationUpdate(Axis) - Method in class org.pepstock.charba.client.geo.BubbleMapOptions
- afterAxisConfigurationUpdate(Axis) - Method in class org.pepstock.charba.client.geo.ChoroplethOptions
- afterBodyCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- afterBuildTicksCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- afterBuildTicksCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterBuildTicksHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterBuildTicksHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - afterCalculateLabelRotationCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- afterConfigurationUpdate() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Invoked after the chart options has been updated.
- afterConfigurationUpdate() - Method in class org.pepstock.charba.client.geo.BaseGeoOptions
- afterDataLimitsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- afterDataLimitsCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterDataLimitsHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterDataLimitsHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - afterDatasetDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterDatasetDrawHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterDatasetDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - afterDatasetsDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterDatasetsDrawHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterDatasetsDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - afterDatasetsUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterDatasetsUpdateHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterDatasetsUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - afterDatasetUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterDatasetUpdateHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterDatasetUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - afterDestroyCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterDestroyHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterDestroyHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the chart has been destroyed.
- afterDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterDrawHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - afterEventCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterEventHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterEventHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - afterFitCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- afterFooterCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- afterInitCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterInitHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterInitHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after 'chart' has been initialized and before the first update.
- afterLabelCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- afterLayoutCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterLayoutHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterLayoutHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - AFTERNOON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Afternoon" -
- afterRenderCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterRenderHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterRenderHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - afterSetDimensionsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- afterTickToLabelConversionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- afterTitleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- afterTooltipDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterTooltipDrawHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterTooltipDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - afterUpdateCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- afterUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- afterUpdateHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- AfterUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - AGAIN - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Againkey. - AGHB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Caucasian Albanian script.
- AGHEM - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Aghem language.
- AHOM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for ahom numbering system.
- AHOM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ahom, Tai Ahom script.
- AKAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Akan language.
- ALAND_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Åland Islands region.
- ALBANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Albania region.
- ALBANIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Albanian language.
- ALBERS - org.pepstock.charba.client.geo.enums.Projection
-
Projection albers.
- ALBERS_USA - org.pepstock.charba.client.geo.enums.Projection
-
Projection albersUsa.
- alert(String) - Static method in class org.pepstock.charba.client.utils.Window
-
Displays an alert box with a specified message and an OK button.
- ALGERIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Algeria region.
- ALGERIAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Algerian Dinar currency.
- ALGORITHM - org.pepstock.charba.client.options.Decimation.Property
- ALI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ali" -
- ALIAS - org.pepstock.charba.client.dom.enums.CursorType
-
An alias or shortcut is to be created.
- ALICE_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "aliceBlue" -
- Align - Enum in org.pepstock.charba.client.datalabels.enums
-
The align option defines the position of the label relative to the anchor point position and orientation.
- Align - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the align options to define the position of the scale.
- Align - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Property to set the selection cleaner element alignment.
- Align - Enum in org.pepstock.charba.client.treemap.enums
-
The align property specifies the text horizontal alignment used when drawing the label.
- Align - Enum in org.pepstock.charba.client.utils.toast.enums
-
The align option defines the position of the toast actions.
- Align(String) - Constructor for enum org.pepstock.charba.client.geo.enums.Align
-
Creates with the property value to use in the native object.
- Align(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.Align
-
Creates with the property value to use in the native object.
- Align(String) - Constructor for enum org.pepstock.charba.client.treemap.enums.Align
-
Creates with the property value to use in the native object.
- Align(String) - Constructor for enum org.pepstock.charba.client.utils.toast.enums.Align
-
Creates with the property value to use in the native object.
- Align(String, double) - Constructor for enum org.pepstock.charba.client.datalabels.enums.Align
-
Creates with the property value to use in the native object.
- ALIGN - org.pepstock.charba.client.configuration.AbstractTitle.Property
- ALIGN - org.pepstock.charba.client.datalabels.LabelItem.Property
- ALIGN - org.pepstock.charba.client.geo.Legend.Property
- ALIGN - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- ALIGN - org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
- ALIGN - org.pepstock.charba.client.options.ScaleTitle.Property
- ALIGN - org.pepstock.charba.client.options.Ticks.Property
- ALIGN - org.pepstock.charba.client.treemap.AbstractLabels.Property
- ALIGN - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- ALIGN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- ALIGN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.Legend
- ALIGN_TO_PIXELS - org.pepstock.charba.client.configuration.Axis.Property
- ALIGN_TO_PIXELS - org.pepstock.charba.client.options.AbstractScale.Property
- alignCallback - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- alignCallback - Variable in class org.pepstock.charba.client.treemap.AbstractLabels
- AlignCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.IDplugin to setalignproperty at runtime, using the plugin context. - AlignCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to set
alignproperty at runtime inLegenditem. - AlignCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface of
TreeMapChartcontroller to setalignproperty at runtime, using the dataset context. - alignCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- alignCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- alignCallbackProxy - Variable in class org.pepstock.charba.client.geo.Legend
- alignCallbackProxy - Variable in class org.pepstock.charba.client.treemap.AbstractLabels
- AlignPosition - Class in org.pepstock.charba.client.annotation
-
This object is to set the position of a label, setting the horizontal and vertical position.
- AlignPosition() - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an empty object.
- AlignPosition(double) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an object with X position.
- AlignPosition(double, double) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an object with X and Y positions for the label.
- AlignPosition(LabelPosition) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an object with X position.
- AlignPosition(LabelPosition, LabelPosition) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates an object with X and Y positions for the label.
- AlignPosition(AbstractNode, Key, NativeObject, IsDefaultsAlignPosition) - Constructor for class org.pepstock.charba.client.annotation.AlignPosition
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AlignPosition.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- AlignPositionElement - Class in org.pepstock.charba.client.annotation.elements
-
This object is to set the position of a label, setting the horizontal and vertical position.
- AlignPositionElement(NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Creates the object with native object instance to be wrapped.
- AlignPositionElement.Property - Enum in org.pepstock.charba.client.annotation.elements
-
Name of properties of native object.
- alignToPixelsCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- AlignToPixelsCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
alignToPixelsproperty at runtime, forAxis. - alignToPixelsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- ALIHOSSEIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Alihossein" -
- ALIVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Alive" -
- ALL - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "ALL" -
- ALL_SCROLL - org.pepstock.charba.client.dom.enums.CursorType
-
Something can be scrolled in any direction (panned).
- ALMOST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Almost" -
- alpha - Variable in class org.pepstock.charba.client.colors.Color
- alpha(double) - Method in interface org.pepstock.charba.client.colors.IsColor
-
Clones the color applying the alpha value.
- ALPHABETIC - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the normal alphabetic baseline.
- ALT - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Alt (Alternative) key.
- ALT - org.pepstock.charba.client.enums.ModifierKey
-
Used in combination with the numeric keypad for entering Alt codes, which output special characters;
- ALT_GRAPH - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The AltGr or AltGraph (Alternate Graphics) key.
- ALT_KEY - org.pepstock.charba.client.dom.events.ModifiersHandler.Property
- ALWAYS - org.pepstock.charba.client.intl.enums.SignDisplay
-
To always display sign.
- AMBER - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER" -
- AMBER - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "AMBER" -
- AMBER_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_ACCENT_1" -
- AMBER_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_ACCENT_2" -
- AMBER_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_ACCENT_3" -
- AMBER_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_ACCENT_4" -
- AMBER_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_DARKEN_1" -
- AMBER_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_DARKEN_2" -
- AMBER_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_DARKEN_3" -
- AMBER_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_DARKEN_4" -
- AMBER_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_1" -
- AMBER_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_2" -
- AMBER_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_3" -
- AMBER_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_4" -
- AMBER_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "AMBER_LIGHTEN_5" -
- AMEENA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ameena" -
- AMERICA_ADAK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Adak timezone.
- AMERICA_ANCHORAGE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Anchorage timezone.
- AMERICA_ANGUILLA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Anguilla timezone.
- AMERICA_ANTIGUA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Antigua timezone.
- AMERICA_ARAGUAINA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Araguaina timezone.
- AMERICA_ARGENTINA_BUENOS_AIRES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Buenos_Aires timezone.
- AMERICA_ARGENTINA_CATAMARCA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Catamarca timezone.
- AMERICA_ARGENTINA_COMODRIVADAVIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/ComodRivadavia timezone.
- AMERICA_ARGENTINA_CORDOBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Cordoba timezone.
- AMERICA_ARGENTINA_JUJUY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Jujuy timezone.
- AMERICA_ARGENTINA_LA_RIOJA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/La_Rioja timezone.
- AMERICA_ARGENTINA_MENDOZA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Mendoza timezone.
- AMERICA_ARGENTINA_RIO_GALLEGOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Rio_Gallegos timezone.
- AMERICA_ARGENTINA_SALTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Salta timezone.
- AMERICA_ARGENTINA_SAN_JUAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/San_Juan timezone.
- AMERICA_ARGENTINA_SAN_LUIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/San_Luis timezone.
- AMERICA_ARGENTINA_TUCUMAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Tucuman timezone.
- AMERICA_ARGENTINA_USHUAIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Argentina/Ushuaia timezone.
- AMERICA_ARUBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Aruba timezone.
- AMERICA_ASUNCION - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Asuncion timezone.
- AMERICA_ATIKOKAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Atikokan timezone.
- AMERICA_ATKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Atka timezone.
- AMERICA_BAHIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Bahia timezone.
- AMERICA_BAHIA_BANDERAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Bahia_Banderas timezone.
- AMERICA_BARBADOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Barbados timezone.
- AMERICA_BELEM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Belem timezone.
- AMERICA_BELIZE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Belize timezone.
- AMERICA_BLANC_SABLON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Blanc-Sablon timezone.
- AMERICA_BOA_VISTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Boa_Vista timezone.
- AMERICA_BOGOTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Bogota timezone.
- AMERICA_BOISE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Boise timezone.
- AMERICA_BUENOS_AIRES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Buenos_Aires timezone.
- AMERICA_CAMBRIDGE_BAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cambridge_Bay timezone.
- AMERICA_CAMPO_GRANDE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Campo_Grande timezone.
- AMERICA_CANCUN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cancun timezone.
- AMERICA_CARACAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Caracas timezone.
- AMERICA_CATAMARCA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Catamarca timezone.
- AMERICA_CAYENNE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cayenne timezone.
- AMERICA_CAYMAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cayman timezone.
- AMERICA_CHICAGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Chicago timezone.
- AMERICA_CHIHUAHUA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Chihuahua timezone.
- AMERICA_CORAL_HARBOUR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Coral_Harbour timezone.
- AMERICA_CORDOBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cordoba timezone.
- AMERICA_COSTA_RICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Costa_Rica timezone.
- AMERICA_CRESTON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Creston timezone.
- AMERICA_CUIABA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Cuiaba timezone.
- AMERICA_CURACAO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Curacao timezone.
- AMERICA_DANMARKSHAVN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Danmarkshavn timezone.
- AMERICA_DAWSON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Dawson timezone.
- AMERICA_DAWSON_CREEK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Dawson_Creek timezone.
- AMERICA_DENVER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Denver timezone.
- AMERICA_DETROIT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Detroit timezone.
- AMERICA_DOMINICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Dominica timezone.
- AMERICA_EDMONTON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Edmonton timezone.
- AMERICA_EIRUNEPE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Eirunepe timezone.
- AMERICA_EL_SALVADOR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/El_Salvador timezone.
- AMERICA_ENSENADA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Ensenada timezone.
- AMERICA_FORT_WAYNE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Fort_Wayne timezone.
- AMERICA_FORTALEZA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Fortaleza timezone.
- AMERICA_GLACE_BAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Glace_Bay timezone.
- AMERICA_GODTHAB - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Godthab timezone.
- AMERICA_GOOSE_BAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Goose_Bay timezone.
- AMERICA_GRAND_TURK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Grand_Turk timezone.
- AMERICA_GRENADA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Grenada timezone.
- AMERICA_GUADELOUPE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Guadeloupe timezone.
- AMERICA_GUATEMALA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Guatemala timezone.
- AMERICA_GUAYAQUIL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Guayaquil timezone.
- AMERICA_GUYANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Guyana timezone.
- AMERICA_HALIFAX - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Halifax timezone.
- AMERICA_HAVANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Havana timezone.
- AMERICA_HERMOSILLO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Hermosillo timezone.
- AMERICA_INDIANA_INDIANAPOLIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Indianapolis timezone.
- AMERICA_INDIANA_KNOX - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Knox timezone.
- AMERICA_INDIANA_MARENGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Marengo timezone.
- AMERICA_INDIANA_PETERSBURG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Petersburg timezone.
- AMERICA_INDIANA_TELL_CITY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Tell_City timezone.
- AMERICA_INDIANA_VALPARAISO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Valparaiso timezone.
- AMERICA_INDIANA_VEVAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Vevay timezone.
- AMERICA_INDIANA_VINCENNES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Vincennes timezone.
- AMERICA_INDIANA_WINAMAC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indiana/Winamac timezone.
- AMERICA_INDIANAPOLIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Indianapolis timezone.
- AMERICA_INUVIK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Inuvik timezone.
- AMERICA_IQALUIT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Iqaluit timezone.
- AMERICA_JAMAICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Jamaica timezone.
- AMERICA_JUJUY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Jujuy timezone.
- AMERICA_JUNEAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Juneau timezone.
- AMERICA_KENTUCKY_LOUISVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Kentucky/Louisville timezone.
- AMERICA_KENTUCKY_MONTICELLO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Kentucky/Monticello timezone.
- AMERICA_KNOX_IN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Knox_IN timezone.
- AMERICA_KRALENDIJK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Kralendijk timezone.
- AMERICA_LA_PAZ - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/La_Paz timezone.
- AMERICA_LIMA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Lima timezone.
- AMERICA_LOS_ANGELES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Los_Angeles timezone.
- AMERICA_LOUISVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Louisville timezone.
- AMERICA_LOWER_PRINCES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Lower_Princes timezone.
- AMERICA_MACEIO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Maceio timezone.
- AMERICA_MANAGUA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Managua timezone.
- AMERICA_MANAUS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Manaus timezone.
- AMERICA_MARIGOT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Marigot timezone.
- AMERICA_MARTINIQUE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Martinique timezone.
- AMERICA_MATAMOROS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Matamoros timezone.
- AMERICA_MAZATLAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Mazatlan timezone.
- AMERICA_MENDOZA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Mendoza timezone.
- AMERICA_MENOMINEE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Menominee timezone.
- AMERICA_MERIDA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Merida timezone.
- AMERICA_METLAKATLA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Metlakatla timezone.
- AMERICA_MEXICO_CITY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Mexico_City timezone.
- AMERICA_MIQUELON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Miquelon timezone.
- AMERICA_MONCTON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Moncton timezone.
- AMERICA_MONTERREY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Monterrey timezone.
- AMERICA_MONTEVIDEO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Montevideo timezone.
- AMERICA_MONTREAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Montreal timezone.
- AMERICA_MONTSERRAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Montserrat timezone.
- AMERICA_NASSAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Nassau timezone.
- AMERICA_NEW_YORK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/New_York timezone.
- AMERICA_NIPIGON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Nipigon timezone.
- AMERICA_NOME - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Nome timezone.
- AMERICA_NORONHA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Noronha timezone.
- AMERICA_NORTH_DAKOTA_BEULAH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/North_Dakota/Beulah timezone.
- AMERICA_NORTH_DAKOTA_CENTER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/North_Dakota/Center timezone.
- AMERICA_NORTH_DAKOTA_NEW_SALEM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/North_Dakota/New_Salem timezone.
- AMERICA_OJINAGA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Ojinaga timezone.
- AMERICA_PANAMA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Panama timezone.
- AMERICA_PANGNIRTUNG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Pangnirtung timezone.
- AMERICA_PARAMARIBO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Paramaribo timezone.
- AMERICA_PHOENIX - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Phoenix timezone.
- AMERICA_PORT_AU_PRINCE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Port-au-Prince timezone.
- AMERICA_PORT_OF_SPAIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Port_of_Spain timezone.
- AMERICA_PORTO_ACRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Porto_Acre timezone.
- AMERICA_PORTO_VELHO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Porto_Velho timezone.
- AMERICA_PUERTO_RICO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Puerto_Rico timezone.
- AMERICA_RAINY_RIVER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Rainy_River timezone.
- AMERICA_RANKIN_INLET - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Rankin_Inlet timezone.
- AMERICA_RECIFE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Recife timezone.
- AMERICA_REGINA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Regina timezone.
- AMERICA_RESOLUTE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Resolute timezone.
- AMERICA_RIO_BRANCO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Rio_Branco timezone.
- AMERICA_ROSARIO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Rosario timezone.
- AMERICA_SANTA_ISABEL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Santa_Isabel timezone.
- AMERICA_SANTAREM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Santarem timezone.
- AMERICA_SANTIAGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Santiago timezone.
- AMERICA_SANTO_DOMINGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Santo_Domingo timezone.
- AMERICA_SAO_PAULO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Sao_Paulo timezone.
- AMERICA_SCORESBYSUND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Scoresbysund timezone.
- AMERICA_SHIPROCK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Shiprock timezone.
- AMERICA_SITKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Sitka timezone.
- AMERICA_ST_BARTHELEMY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Barthelemy timezone.
- AMERICA_ST_JOHNS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Johns timezone.
- AMERICA_ST_KITTS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Kitts timezone.
- AMERICA_ST_LUCIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Lucia timezone.
- AMERICA_ST_THOMAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Thomas timezone.
- AMERICA_ST_VINCENT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/St_Vincent timezone.
- AMERICA_SWIFT_CURRENT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Swift_Current timezone.
- AMERICA_TEGUCIGALPA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Tegucigalpa timezone.
- AMERICA_THULE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Thule timezone.
- AMERICA_THUNDER_BAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Thunder_Bay timezone.
- AMERICA_TIJUANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Tijuana timezone.
- AMERICA_TORONTO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Toronto timezone.
- AMERICA_TORTOLA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Tortola timezone.
- AMERICA_VANCOUVER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Vancouver timezone.
- AMERICA_VIRGIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Virgin timezone.
- AMERICA_WHITEHORSE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Whitehorse timezone.
- AMERICA_WINNIPEG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Winnipeg timezone.
- AMERICA_YAKUTAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Yakutat timezone.
- AMERICA_YELLOWKNIFE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for America/Yellowknife timezone.
- AMERICAN_SAMOA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for American Samoa region.
- AMETHYST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Amethyst" -
- AMHARIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Amharic language.
- AMIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Amin" -
- Amount - Class in org.pepstock.charba.client.zoom
-
This object is wrapping the native java script object to set the position to pan the chart.
- Amount() - Constructor for class org.pepstock.charba.client.zoom.Amount
-
Creates an empty object
- Amount(double) - Constructor for class org.pepstock.charba.client.zoom.Amount
-
Creates an object with pan amount for x scale.
- Amount(double, double) - Constructor for class org.pepstock.charba.client.zoom.Amount
-
Creates an object with pan amount for x and y scales.
- Amount(NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Amount
-
Creates the object with native object instance to be wrapped.
- AMPERSAND - org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
- AMPERSAND - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for AMPERSAND, "&".
- ANAMNISAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Anamnisar" -
- Anchor - Enum in org.pepstock.charba.client.datalabels.enums
-
An anchor point is defined by an orientation vector and a position on the data element.
The orientation depends on the scale type (vertical, horizontal or radial).
The position is calculated based on the anchor option and the orientation vector. - Anchor - Enum in org.pepstock.charba.client.matrix.enums
-
An anchor point is defined by an orientation vector and a position on the data element.
- Anchor(String) - Constructor for enum org.pepstock.charba.client.datalabels.enums.Anchor
-
Creates with the property value to use in the native object.
- Anchor(String) - Constructor for enum org.pepstock.charba.client.matrix.enums.Anchor
-
Creates with the property value to use in the native object.
- ANCHOR - org.pepstock.charba.client.datalabels.LabelItem.Property
- ANCHOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- ANCHOR_X - org.pepstock.charba.client.matrix.MatrixDataset.Property
- ANCHOR_X - org.pepstock.charba.client.matrix.MatrixElementOptions.Property
- ANCHOR_Y - org.pepstock.charba.client.matrix.MatrixDataset.Property
- ANCHOR_Y - org.pepstock.charba.client.matrix.MatrixElementOptions.Property
- AnchorCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.IDplugin to setanchorproperty at runtime, using the plugin context. - anchorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- ANDORRA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Andorra region.
- ANDREUZZAS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Andreuzza's" -
- ANGLE - org.pepstock.charba.client.configuration.Arc.Property
- ANGLE - org.pepstock.charba.client.items.ArcElementOptions.Property
- ANGLE - org.pepstock.charba.client.items.PointElement.Property
- ANGLE - org.pepstock.charba.client.options.Arc.Property
- ANGLE_LINES - org.pepstock.charba.client.options.AbstractScale.Property
- angleCallback - Variable in class org.pepstock.charba.client.configuration.Arc
- AngleCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
angleproperty ofArcat runtime. - angleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Arc
- angleLines - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- angleLines - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
- angleLines - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- angleLines - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- angleLines - Variable in class org.pepstock.charba.client.options.AbstractScale
- AngleLines - Class in org.pepstock.charba.client.options
-
It is used to configure angled lines that radiate from the center of the chart to the point labels.
Note that these options only apply if display istrue. - AngleLines(AbstractScale, Key, IsDefaultAngleLines, NativeObject) - Constructor for class org.pepstock.charba.client.options.AngleLines
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AngleLines.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ANGLES6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Angles6" -
- ANGOLA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Angola region.
- ANGUILLA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Anguilla region.
- ANIMATE - org.pepstock.charba.client.options.AbstractScale.Property
- ANIMATE_ROTATE - org.pepstock.charba.client.options.Animation.Property
- ANIMATE_SCALE - org.pepstock.charba.client.options.Animation.Property
- animated - Variable in class org.pepstock.charba.client.impl.charts.ValueLabel
- animation - Variable in class org.pepstock.charba.client.configuration.AnimationContainer
- animation - Variable in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- animation - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- animation - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- animation - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- animation - Variable in class org.pepstock.charba.client.options.AnimationTransition
- Animation - Class in org.pepstock.charba.client.configuration
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties. - Animation - Class in org.pepstock.charba.client.options
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties, ANIMATION name space. - Animation(AbstractNode, Key, IsDefaultAnimation, NativeObject) - Constructor for class org.pepstock.charba.client.options.Animation
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Animation(IsChart, HasAnimationOptions, AbstractDynamicConfiguration.IsProvider<IsAnimation>) - Constructor for class org.pepstock.charba.client.configuration.Animation
-
Builds the object by a animation provider used to get the animation element for storing properties.
- ANIMATION - org.pepstock.charba.client.data.Dataset.InternalProperty
- ANIMATION - org.pepstock.charba.client.options.AnimationTransition.Property
- Animation.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Animation.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AnimationCollection - Class in org.pepstock.charba.client.options
-
Is the base animation options with common properties for animation properties (property and collections of properties).
- AnimationCollection(Animations, Key, IsDefaultAnimationCollection, NativeObject) - Constructor for class org.pepstock.charba.client.options.AnimationCollection
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AnimationCollection.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AnimationCompleteEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the animation of the chart is completed.
- AnimationCompleteEvent(NativeCustomEvent, AnimationItem) - Constructor for class org.pepstock.charba.client.events.AnimationCompleteEvent
-
Creates the event with the animation info from chart.
- AnimationCompleteEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart animation complete event.
- animationContainer - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- animationContainer - Variable in class org.pepstock.charba.client.configuration.Tooltips
- animationContainer - Variable in class org.pepstock.charba.client.configuration.TypedDataset
- animationContainer - Variable in class org.pepstock.charba.client.data.Dataset
- animationContainer - Variable in class org.pepstock.charba.client.options.Options
- animationContainer - Variable in class org.pepstock.charba.client.options.Tooltips
- animationContainer - Variable in class org.pepstock.charba.client.options.TypedDataset
- AnimationContainer - Class in org.pepstock.charba.client.configuration
-
Manages the ANIMATION, ANIMATIONS and TRANSITIONS options in order to use the same logic among all options/configuration and datasets.
- AnimationContainer - Class in org.pepstock.charba.client.options
-
Manages the ANIMATION, ANIMATIONS and TRANSITIONS properties of options in order to use the same logic among all options/configuration and datasets.
- AnimationContainer(AbstractNode, Key, IsDefaultAnimationContainer, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.AnimationContainer
-
Creates an animation container with the native object where animations properties must be managed.
- AnimationContainer(AbstractNode, IsDefaultAnimationContainer, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.AnimationContainer
-
Creates an animation container with the native object where animations properties must be managed.
- AnimationContainer(IsDefaultAnimationContainer, DataEnvelop<NativeObject>, String) - Constructor for class org.pepstock.charba.client.options.AnimationContainer
-
Creates an animation container with the envelop of the native object where animations properties must be managed.
- AnimationContainer(IsChart, AbstractDynamicConfiguration.IsProvider<HasAnimationOptions>) - Constructor for class org.pepstock.charba.client.configuration.AnimationContainer
-
Builds the object by a animation options provider used to get the animation options for storing properties.
- AnimationContainer.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AnimationEventType - Enum in org.pepstock.charba.client.enums
-
Enumerates the animation event type.
- AnimationEventType(String) - Constructor for enum org.pepstock.charba.client.enums.AnimationEventType
-
Creates with the property value to use in the native object.
- AnimationItem - Class in org.pepstock.charba.client.items
-
The
onProgressandonCompleteevents are useful for synchronizing an external draw to the chart animation.
This is a wrapper of the CHART.JS item with all needed info. - AnimationItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.AnimationItem
-
Creates the item using an envelop with native java script object which contains all properties.
It is called fromconfigurationpackage. - AnimationItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- AnimationProgressEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the animation of the chart is progressing.
- AnimationProgressEvent(NativeCustomEvent, AnimationItem) - Constructor for class org.pepstock.charba.client.events.AnimationProgressEvent
-
Creates the event with the animation info from chart.
- AnimationProgressEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart animation progress event.
- animations - Variable in class org.pepstock.charba.client.annotation.AnnotationOptions
- animations - Variable in class org.pepstock.charba.client.configuration.AnimationContainer
- animations - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
- animations - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- animations - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- animations - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition
- animations - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- animations - Variable in class org.pepstock.charba.client.options.AnimationTransition
- Animations - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin options where to set all configuration related to annotation animations. - Animations - Class in org.pepstock.charba.client.configuration
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties for a specific sets of element(like bar, point, arc and line) properties. - Animations - Class in org.pepstock.charba.client.options
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animations properties, ANIMATIONS name space. - Animations(AnnotationOptions, IsDefaultAnimations) - Constructor for class org.pepstock.charba.client.annotation.Animations
-
Creates an empty animations config to use for chart configuration, wrapping a native object instance.
- Animations(AnnotationOptions, IsDefaultAnimations, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.Animations
-
Creates a animations config to use for chart configuration, wrapping a native object instance.
- Animations(AbstractNode, Key, IsDefaultAnimations, NativeObject) - Constructor for class org.pepstock.charba.client.options.Animations
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Animations(AbstractDynamicConfiguration.IsProvider<IsAnimations>) - Constructor for class org.pepstock.charba.client.configuration.Animations
-
Builds the object by a animations provider used to get the animations element for storing properties.
- ANIMATIONS - org.pepstock.charba.client.annotation.AnnotationOptions.Property
- ANIMATIONS - org.pepstock.charba.client.options.AbstractAnimations.Property
- ANIMATIONS - org.pepstock.charba.client.options.AnimationTransition.Property
- AnimationTransition - Class in org.pepstock.charba.client.options
-
Abstract options to define the animation for a specific update mode (transition).
- AnimationTransition(AbstractNode, Key, IsDefaultAnimationTransition, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.AnimationTransition
-
Creates an animation transitions container with the native object where ANIMATION property must be managed.
- AnimationTransition(Key, IsDefaultAnimationTransition, ChartEnvelop<NativeObject>, String) - Constructor for class org.pepstock.charba.client.options.AnimationTransition
-
Creates an animation transitions container for the
UpdateConfiguration. - AnimationTransition.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- AnimationType - Enum in org.pepstock.charba.client.enums
-
Type of property in the animation object to determine the interpolator used.
- AnimationType(String) - Constructor for enum org.pepstock.charba.client.enums.AnimationType
-
Creates with the property value to use in the native object.
- annotation - Variable in class org.pepstock.charba.client.annotation.AnnotationContext
- annotation - Variable in class org.pepstock.charba.client.annotation.Arrow
- ANNOTATION - org.pepstock.charba.client.enums.ContextType
-
Annotation plugin context type.
- ANNOTATION_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS ANNOTATION plugin.
- ANNOTATION_PLUGIN_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'AnnotationPluginResource' class.
- AnnotationBuilder - Class in org.pepstock.charba.client.utils
-
Utility to have an image to apply to canvas of chart in order to add HTML custom information on chart.
The utility is leveraging onsvg+mxlandforeignObjectelements.
The HTML content MUST be XML well-formed, following the xHTML specification, when passed as string.
This is the SVG XML tree, used:
- AnnotationBuilder() - Constructor for class org.pepstock.charba.client.utils.AnnotationBuilder
-
To avoid any instantiation
- AnnotationCachedMap - Class in org.pepstock.charba.client.annotation
-
Object which stores all annotations by their ID in the
AnnotationPlugin.IDplugin, using a cached to store it. - AnnotationCachedMap() - Constructor for class org.pepstock.charba.client.annotation.AnnotationCachedMap
-
Creates an empty object with the cache for the annotations.
- AnnotationContext - Class in org.pepstock.charba.client.annotation
-
The callback or handler context wrapper, created and passed by
AnnotationPlugin.IDwhich contains the link to the native chart. - AnnotationContext(AbstractAnnotation, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.AnnotationContext
-
Creates the object with native object instance to be wrapped.
- AnnotationContext.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- AnnotationDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptionsFactory.AnnotationDefaultsOptionsFactory
-
To avoid any instantiation.
- AnnotationElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps all properties of the annotation element, the implementation of the annotation options in the plugin.
It provides all dimensions of the element and sub elements. - AnnotationElement(AnnotationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Creates the item using an envelop of the native java script object which contains all properties.
- AnnotationElement(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AnnotationElement(NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Creates the object with native object to map java script properties.
- AnnotationElement.AnnotationElementFactory - Class in org.pepstock.charba.client.annotation.elements
-
Inner class to create annotation element by a native object.
- AnnotationElement.Property - Enum in org.pepstock.charba.client.annotation.elements
-
Name of properties of native object.
- AnnotationElementFactory<T extends AbstractAnnotation> - Class in org.pepstock.charba.client.annotation
-
Specific base element factory for Annotation plugin elements, related to the annotation types.
- AnnotationElementFactory() - Constructor for class org.pepstock.charba.client.annotation.elements.AnnotationElement.AnnotationElementFactory
- AnnotationElementFactory(String) - Constructor for class org.pepstock.charba.client.annotation.AnnotationElementFactory
-
Creates the factory by the key of object, as string.
- AnnotationEnvelop<T> - Class in org.pepstock.charba.client.annotation
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - AnnotationEnvelop(T) - Constructor for class org.pepstock.charba.client.annotation.AnnotationEnvelop
-
Create an envelop with the content passed as argument.
- AnnotationEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.annotation.AnnotationEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- AnnotationHelper - Class in org.pepstock.charba.client.annotation
-
Helpers to provides utilities in the
AnnotationPlugin.IDplugin. - AnnotationHelper() - Constructor for class org.pepstock.charba.client.annotation.AnnotationHelper
-
To avoid any instantiation
- AnnotationId - Interface in org.pepstock.charba.client.annotation
-
Represents the annotation id of a annotation configuration object in the
AnnotationPlugin.IDplugin. - annotationInstancesCache - Variable in class org.pepstock.charba.client.annotation.AnnotationHelper
- AnnotationMap - Class in org.pepstock.charba.client.annotation
-
Object which stores all annotations by their ID in the
AnnotationPlugin.IDplugin. - AnnotationMap() - Constructor for class org.pepstock.charba.client.annotation.AnnotationMap
-
Creates an empty object.
- AnnotationMap(NativeObject) - Constructor for class org.pepstock.charba.client.annotation.AnnotationMap
-
Creates the object using the instance of native object, passed as argument.
- AnnotationOptions - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin options where to set all configuration items needed to the plugin. - AnnotationOptions() - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
-
Creates new
AnnotationPlugin.IDplugin options. - AnnotationOptions(IsDefaultsAnnotationOptions) - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
-
Creates new
AnnotationPlugin.IDplugin options. - AnnotationOptions(IsDefaultsAnnotationOptions, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
-
Creates new
AnnotationPlugin.IDplugin options. - AnnotationOptions(IsChart) - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptions
-
Creates new
AnnotationPlugin.IDplugin options, relating to chart instance for default. - AnnotationOptions.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- AnnotationOptionsFactory - Class in org.pepstock.charba.client.annotation
-
Factory to get the options (from chart) related to
AnnotationPlugin.IDplugin. - AnnotationOptionsFactory() - Constructor for class org.pepstock.charba.client.annotation.AnnotationOptionsFactory
-
To avoid any instantiation.
- AnnotationOptionsFactory.AnnotationDefaultsOptionsFactory - Class in org.pepstock.charba.client.annotation
-
Internal factory to create options from default global option for the plugin
- AnnotationPlugin - Class in org.pepstock.charba.client.annotation
-
Entry point of ANNOTATION plugin to enable the plugin.
The ANNOTATION plugin draws lines and boxes on the chart area.
The ANNOTATION plugin plugin works with line, bar, scatter and bubble charts that use linear, logarithmic, time, or category scales.
The ANNOTATION plugin plugin will not work on any chart that does not have exactly two axes, including pie, radar, and polar area charts. - AnnotationPlugin() - Constructor for class org.pepstock.charba.client.annotation.AnnotationPlugin
-
To avoid any instantiation
- AnnotationPluginResource - Class in org.pepstock.charba.client.annotation
-
Contains the content of
chartjs-plugin-annotation.min.jsto inject. - AnnotationPluginResource() - Constructor for class org.pepstock.charba.client.annotation.AnnotationPluginResource
-
Creates the injectable resource with
chartjs-plugin-annotation.min.jscontent. - ANNOTATIONS - org.pepstock.charba.client.annotation.AnnotationOptions.Property
- annotationsCache - Variable in class org.pepstock.charba.client.annotation.AnnotationCachedMap
- AnnotationSharedObjects - Class in org.pepstock.charba.client.annotation
-
Stores and maintains shared object that user can use by
AnnotationContext. - AnnotationSharedObjects() - Constructor for class org.pepstock.charba.client.annotation.AnnotationSharedObjects
-
To avoid any instantiation
- annotationsMap - Variable in class org.pepstock.charba.client.annotation.AnnotationOptions
- AnnotationType - Enum in org.pepstock.charba.client.annotation
-
Defines the type of annotation.
- AnnotationType(String, IsDefaultsAnnotation) - Constructor for enum org.pepstock.charba.client.annotation.AnnotationType
-
Creates an annotation type property value to use in the native object.
- ANTARCTICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Antarctica region.
- ANTARCTICA_CASEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Casey timezone.
- ANTARCTICA_DAVIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Davis timezone.
- ANTARCTICA_DUMONTDURVILLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/DumontDUrville timezone.
- ANTARCTICA_MACQUARIE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Macquarie timezone.
- ANTARCTICA_MAWSON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Mawson timezone.
- ANTARCTICA_MCMURDO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/McMurdo timezone.
- ANTARCTICA_PALMER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Palmer timezone.
- ANTARCTICA_ROTHERA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Rothera timezone.
- ANTARCTICA_SOUTH_POLE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/South_Pole timezone.
- ANTARCTICA_SYOWA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Syowa timezone.
- ANTARCTICA_TROLL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Troll timezone.
- ANTARCTICA_VOSTOK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Antarctica/Vostok timezone.
- ANTIGUA_AND_BARBUDA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Antigua and Barbuda region.
- ANTIQUE_WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "antiqueWhite" -
- ANWAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Anwar" -
- APEX6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Apex6" -
- APOSTROPHE - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for APOSTROPHE string, "\'".
- APOTHECARY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Apothecary6" -
- append(boolean) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a boolean to the builder.
- append(byte) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a byte to the builder.
- append(char) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a char to the builder.
- append(double) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a double to the builder.
- append(int) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a integer to the builder.
- append(SafeHtml) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends the contents of another safe html object.
- appendChild(BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Adds a node to the end of the list of children of a specified parent node.
If the given child is a reference to an existing node in the document, it moves it from its current position to the new position (there is no requirement to remove the node from its parent node before appending it to some other node). - appendEscaped(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a string to the builder.
- appendEscapedLines(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a string to the builder, splitting the string if contains line separators.
- appendHtmlConstant(String) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Appends a string without any escaping.
- applyAreaBorder(Context2dItem) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Apply the border to selection area if required.
- applyBackgroundColor(IsChart, LegendLabelItem, Div, int, int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Applies the background color to the color element.
- applyBackgroundColorToChartElement(IsChart, String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
-
Applies the background color CSS property in the chart HTML element.
- applyBackgroundImageToChartElement(IsChart, String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
-
Applies the background image CSS property in the chart HTML element.
- applyBackgroundToChartElement(IsChart, String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
-
Applies the background CSS property in the chart HTML element.
- applyBorderColor(IsChart, LegendLabelItem, TableCell, int, int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Applies the border color to the color element.
- applyBorderWidth(LegendLabelItem, TableCell) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Applies the border style to the color element and returns
trueif the border color must be applied. - applyConfiguration() - Method in class org.pepstock.charba.client.AbstractChart
-
Called before any drawing or reconfiguration in order that the chart which implements it can override options
- applyConfiguration() - Method in class org.pepstock.charba.client.geo.BaseGeoChart
- applyConfiguration() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
- applyConfiguration() - Method in class org.pepstock.charba.client.matrix.MatrixChart
- applyConfiguration() - Method in class org.pepstock.charba.client.sankey.SankeyChart
- applyConfiguration() - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- applyCutoutPercentage(MeterOptions, DatasetItem) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Calculates the cutout of the doughnut chart,using the thickness passed by user in the options.
- applyDefaultsOnScales(List<Scale>, NativeObject, NativeObject) - Method in class org.pepstock.charba.client.commons.Merger
-
Applies the defaults to all scales (X and Y) defined for a chart.
- applyFillProperties(Context2dItem, String) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Applies the common configuration to context for fill designing.
- applyFillProperties(Context2dItem, LegendItem) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
-
Applies the common configuration to context for fill designing by a
LegendItem.
Used only forPointStyledrawing. - applyingDefaults() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
- applyingDefaults() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
- applyingDefaults() - Method in class org.pepstock.charba.client.datalabels.LabelItem
- applyingDefaults() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
This is invoked before storing the plugins options as default.
- applyingDefaults() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
- applyingDefaults(ChartEnvelop<String>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
This is invoked before storing the plugins options as default.
This is called set the options of plugin are stored as default, seeGlobalOptions.getPlugins(). - applyingDefaults(T) - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
This is invoked before storing the plugins options as default.
Applies the default to the options passed as argument. - applyPointStyle(IsChart, HtmlLegendItem, Div, int, int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Applies the background color to the color element.
- applyPrecision(double, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Converts a double in the a string setting the decimals places to maintain.
- applyRegExp(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Parses the locale identifier by the regular expression.
Returnsnullif the argument is not consistent as locale. - applyStrokeProperties(Context2dItem, int, LegendItem) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
-
Applies the common configuration to context for stroke designing, by a
LegendItem.
Used only forPointStyledrawing. - applyStrokeProperties(Context2dItem, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Applies the common configuration to context for stroke designing.
- applyStrokeProperties(Context2dItem, String, int, CapStyle, JoinStyle) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Applies the common configuration to context for stroke designing.
- applyTemplate(String, Object...) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Creates a string in order to change a template filling with the replacements.
The replacement must be set as following: - AQUA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "aqua" -
- AQUA_MARINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Aqua Marine" -
- AQUALICIOUS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Aqualicious" -
- AQUAMARINE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "aquamarine" -
- ARAB - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for arab numbering system.
- ARAB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Arabic script.
- ARABEXT - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for arabext numbering system.
- ARABIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Arabic language.
- ARAN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Arabic (Nastaliq variant) script.
- arc - Variable in class org.pepstock.charba.client.configuration.Elements
- arc - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- arc - Variable in class org.pepstock.charba.client.defaults.globals.DefaultElements
- arc - Variable in class org.pepstock.charba.client.options.Elements
- arc(double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a circular arc to the current sub-path.
The arc method creates a circular arc centered at (x, y) with a radius of radius.
The path starts at "startAngle", ends at "endAngle", and travels in the clockwise direction. - arc(double, double, double, double, double, boolean) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a circular arc to the current sub-path.
The arc method creates a circular arc centered at (x, y) with a radius of radius.
The path starts at "startAngle", ends at "endAngle", and travels in the direction given by "anticlockwise" (defaulting to clockwise). - Arc - Class in org.pepstock.charba.client.configuration
-
Arcs are used in the polar area, doughnut and pie charts.
- Arc - Class in org.pepstock.charba.client.options
-
Arcs are used in the polar area, doughnut and pie charts.
- Arc(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Arc
-
Builds the object setting the java script options object and defaults options for arc.
- Arc(Elements, Key, IsDefaultArc, NativeObject) - Constructor for class org.pepstock.charba.client.options.Arc
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ARC - org.pepstock.charba.client.labels.Label.Property
- ARC - org.pepstock.charba.client.options.Elements.Property
- Arc.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Arc.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ArcBorderRadius - Class in org.pepstock.charba.client.data
-
Defines the border radius for ARC data set element, applies the corner radius to all corners of the arc (outerStart, outerEnd, innerStart, and innerEnd).
- ArcBorderRadius() - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius
-
Creates the object with an empty native object instance.
- ArcBorderRadius(int) - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius
-
Creates the object using the argument to set the border radius size to all corners of the rectangle.
- ArcBorderRadius(NativeObject) - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius
-
Creates the object with native object instance to be wrapped.
- ArcBorderRadius.ArcBorderRadiusFactory - Class in org.pepstock.charba.client.data
-
Inner class to create arc border radius object by a native object.
- ArcBorderRadius.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- ArcBorderRadiusFactory() - Constructor for class org.pepstock.charba.client.data.ArcBorderRadius.ArcBorderRadiusFactory
-
To avoid any instantiation
- ArcElement - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element used to represents arcs on the charts.
- ArcElement(NativeObject) - Constructor for class org.pepstock.charba.client.items.ArcElement
-
Creates the elemet using a native java script object which contains all properties.
- ArcElement.ArcElementFactory - Class in org.pepstock.charba.client.items
-
Inner class to create ARC data element by a native object.
- ArcElement.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ArcElementFactory() - Constructor for class org.pepstock.charba.client.items.ArcElement.ArcElementFactory
- ArcElementOptions - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element options used to represents arcs on the charts.
- ArcElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.ArcElementOptions
-
Creates the item using a native java script object which contains all properties.
- ArcElementOptions.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ARCTIC_LONGYEARBYEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Arctic/Longyearbyen timezone.
- arcTo(double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
adds a circular arc to the current sub-path, using the given control points and radius.
The arc is automatically connected to the path's latest point with a straight line, if necessary for the specified parameters.
This method is commonly used for making rounded corners. - area - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- Area - Class in org.pepstock.charba.client.colors
-
Contains the coordinates of an area.
Used inside the canvas object factory. - Area() - Constructor for class org.pepstock.charba.client.colors.Area
- AREA - org.pepstock.charba.client.geo.enums.Mode
-
The area is linearly increasing.
- AREA_BACKGROUND_COLOR - org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
- AREA_COLOR_TYPE - org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
- AreaChart - Class in org.pepstock.charba.client
-
AREA chart implementation.
A area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - AreaChart() - Constructor for class org.pepstock.charba.client.AreaChart
-
Builds the object.
- AreaChart(Type) - Constructor for class org.pepstock.charba.client.AreaChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - AreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
AREA chart GWT WIDGET implementation.
A area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - AreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.AreaChartWidget
-
Builds the object.
- AreaChartWidget(AreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.AreaChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - AreaDataset - Class in org.pepstock.charba.client.data
-
The area chart allows a number of properties to be specified for each dataset.
- AreaDataset() - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates a dataset.
It uses the global options has default. - AreaDataset(boolean) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates a dataset.
It uses the global options has default. - AreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates the dataset using a default.
- AreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates the dataset using a default.
- AreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates the dataset using chart type related to the dataset.
- AreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.AreaDataset
-
Creates the dataset using a default and chart type related to the dataset.
- AreaOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for AREA chart.
- AreaOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.AreaOptions
-
Builds the object storing the chart instance and default values.
- areDataPointsManaged() - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Returns
trueif it is managingDates as X values. - areDatesManaged() - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Returns
trueif it is managingDates as X values. - arePressed(NativeBaseEvent, KeyboardModifierKey...) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns
trueif all modifier keys are pressed when the event was emitted. - arePressed(NativeBaseEvent, ModifierKey...) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns
trueif all modifier keys are pressed when the event was emitted. - arePressed(HasNativeEvent, KeyboardModifierKey...) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns
trueif all modifier keys are pressed when the event was emitted. - arePressed(HasNativeEvent, ModifierKey...) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns
trueif all modifier keys are pressed when the event was emitted. - areValuesConsistent(double...) - Method in class org.pepstock.charba.client.Helpers
-
Returns
trueif the values passed as argument are consistent. - areValuesEquals() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Returns
trueif all values of object are equals. - ARGENTINA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Argentina region.
- ARGENTINE_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Argentine Peso currency.
- ARGON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Argon" -
- ARMENIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Armenia region.
- ARMENIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Armenian language.
- ARMENIAN_DRAM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Armenian Dram currency.
- ARMI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Imperial Aramaic script.
- ARMN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Armenian script.
- ARMY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Army" -
- array - Variable in class org.pepstock.charba.client.commons.ArrayCanvasList
- array - Variable in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
- array - Variable in class org.pepstock.charba.client.commons.ArrayDoubleList
- array - Variable in class org.pepstock.charba.client.commons.ArrayEnumList
- array - Variable in class org.pepstock.charba.client.commons.ArrayImageList
- array - Variable in class org.pepstock.charba.client.commons.ArrayIntegerList
- array - Variable in class org.pepstock.charba.client.commons.ArrayKeyList
- array - Variable in class org.pepstock.charba.client.commons.ArrayObjectContainerList
- array - Variable in class org.pepstock.charba.client.commons.ArrayObjectList
- array - Variable in class org.pepstock.charba.client.commons.ArrayStringList
- array - Variable in class org.pepstock.charba.client.commons.ArrayTouchList
- array - Variable in class org.pepstock.charba.client.data.Labels
- Array - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
- Array() - Constructor for class org.pepstock.charba.client.commons.Array
- ARRAY - org.pepstock.charba.client.annotation.enums.ContentType
- ARRAY - org.pepstock.charba.client.commons.ObjectType
-
Arrays are regular objects for which there is a particular relationship between integer-key-ed properties and the 'length' property.
- ARRAY - Static variable in class org.pepstock.charba.client.commons.NativeName
- ArrayCanvas - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (HTMLCanvasElement) values. - ArrayCanvas() - Constructor for class org.pepstock.charba.client.commons.ArrayCanvas
-
To avoid any instantiation
- ArrayCanvasList - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayCanvasList() - Constructor for class org.pepstock.charba.client.commons.ArrayCanvasList
-
Creates an empty list
- ArrayCanvasList(ArrayCanvas) - Constructor for class org.pepstock.charba.client.commons.ArrayCanvasList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayChart - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of chart values. - ArrayChart() - Constructor for class org.pepstock.charba.client.commons.ArrayChart
-
To avoid any instantiation
- ArrayDouble - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (doubles) values. - ArrayDouble() - Constructor for class org.pepstock.charba.client.commons.ArrayDouble
-
To avoid any instantiation
- ArrayDoubleArray - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of arrays of numeric (doubles) values. - ArrayDoubleArray() - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleArray
-
To avoid any instantiation
- ArrayDoubleArrayList<E extends NativeArrayContainer<ArrayDouble>> - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayDoubleArrayList() - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Creates an empty list
- ArrayDoubleArrayList(ArrayDoubleArray, NativeArrayContainerFactory<ArrayDouble, E>) - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayDoubleList - Class in org.pepstock.charba.client.commons
-
The user of this interface has precise control over where in the list each element is inserted.
- ArrayDoubleList() - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleList
-
Creates an empty list
- ArrayDoubleList(ArrayDouble) - Constructor for class org.pepstock.charba.client.commons.ArrayDoubleList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayEnumList<E extends Key> - Class in org.pepstock.charba.client.commons
-
The user of this interface has precise control over where in the list each element is inserted.
- ArrayEnumList(E[]) - Constructor for class org.pepstock.charba.client.commons.ArrayEnumList
-
Creates an empty list by all values of an enumeration.
- ArrayEnumList(E[], ArrayString) - Constructor for class org.pepstock.charba.client.commons.ArrayEnumList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayGradient - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasGradientItem) values. - ArrayGradient() - Constructor for class org.pepstock.charba.client.commons.ArrayGradient
-
To avoid any instantiation
- ArrayImage - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (ImageElement) values. - ArrayImage() - Constructor for class org.pepstock.charba.client.commons.ArrayImage
-
To avoid any instantiation
- ArrayImageList - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayImageList() - Constructor for class org.pepstock.charba.client.commons.ArrayImageList
-
Creates an empty list
- ArrayImageList(ArrayImage) - Constructor for class org.pepstock.charba.client.commons.ArrayImageList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayInteger - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of numeric (int) values. - ArrayInteger() - Constructor for class org.pepstock.charba.client.commons.ArrayInteger
-
To avoid any instantiation
- ArrayIntegerList - Class in org.pepstock.charba.client.commons
-
The user of this interface has precise control over where in the list each element is inserted.
- ArrayIntegerList() - Constructor for class org.pepstock.charba.client.commons.ArrayIntegerList
-
Creates an empty list
- ArrayIntegerList(ArrayInteger) - Constructor for class org.pepstock.charba.client.commons.ArrayIntegerList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayKeyList<E extends Key> - Class in org.pepstock.charba.client.commons
-
The user of this interface has precise control over where in the list each element is inserted.
- ArrayKeyList(ArrayString, KeyFactory<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayKeyList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayKeyList(KeyFactory<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayKeyList
-
Creates an empty list.
- ArrayKeySet<E extends Key> - Class in org.pepstock.charba.client.commons
-
A collection that contains no duplicate elements.
More formally, sets contain no pair of elementse1ande2such thate1.equals(e2), and at most one null element. - ArrayKeySet(ArrayString, KeyFactory<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayKeySet
-
Internal constructor used to set an array instance as back-end of the set.
- ArrayKeySet(KeyFactory<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayKeySet
-
Creates an empty set.
- ArrayListHelper - Class in org.pepstock.charba.client.commons
-
Utility to create array list objects from java script arrays.
- ArrayListHelper() - Constructor for class org.pepstock.charba.client.commons.ArrayListHelper
-
To avoid any instantiation
- ArrayMixedObject - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous array of mixed type of object (extension of java script objects) values. - ArrayMixedObject() - Constructor for class org.pepstock.charba.client.commons.ArrayMixedObject
- ArrayObject - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (extension of java script objects) values. - ArrayObject() - Constructor for class org.pepstock.charba.client.commons.ArrayObject
-
To avoid any instantiation
- ArrayObject.ArrayFilterCallback - Interface in org.pepstock.charba.client.commons
-
Java script FUNCTION callback called to filter the array.
- ArrayObject.ArrayFindCallback - Interface in org.pepstock.charba.client.commons
-
Java script FUNCTION callback called to find an element in the array.
- ArrayObjectContainerList<E extends NativeObjectContainer> - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayObjectContainerList() - Constructor for class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Creates an empty list
- ArrayObjectContainerList(ArrayObject, NativeObjectContainerFactory<E>) - Constructor for class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayObjectList - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayObjectList() - Constructor for class org.pepstock.charba.client.commons.ArrayObjectList
-
Creates an empty list
- ArrayObjectList(ArrayObject) - Constructor for class org.pepstock.charba.client.commons.ArrayObjectList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayPattern - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (CanvasPatternItem) values. - ArrayPattern() - Constructor for class org.pepstock.charba.client.commons.ArrayPattern
-
To avoid any instantiation
- ARRAYS - org.pepstock.charba.client.enums.DataType
-
The data property is set as array of floating data.
Only for BAR datasets. - ArraySetHelper - Class in org.pepstock.charba.client.commons
-
Utility to create array set objects from java script arrays.
- ArraySetHelper() - Constructor for class org.pepstock.charba.client.commons.ArraySetHelper
-
To avoid any instantiation
- ArrayString - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values. - ArrayString() - Constructor for class org.pepstock.charba.client.commons.ArrayString
-
To avoid any instantiation
- ArrayString.ArrayFilterCallback - Interface in org.pepstock.charba.client.commons
-
Java script FUNCTION callback called to filter the array.
- ArrayStringList - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayStringList() - Constructor for class org.pepstock.charba.client.commons.ArrayStringList
-
Creates an empty list
- ArrayStringList(ArrayString) - Constructor for class org.pepstock.charba.client.commons.ArrayStringList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayStringSet - Class in org.pepstock.charba.client.commons
-
A collection that contains no duplicate elements.
More formally, sets contain no pair of elementse1ande2such thate1.equals(e2), and at most one null element. - ArrayStringSet() - Constructor for class org.pepstock.charba.client.commons.ArrayStringSet
-
Creates an empty set.
- ArrayStringSet(ArrayString) - Constructor for class org.pepstock.charba.client.commons.ArrayStringSet
-
Internal constructor used to set an array instance as back-end of the set.
- ArrayTouch - Class in org.pepstock.charba.client.commons
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of object (Touch) values. - ArrayTouch() - Constructor for class org.pepstock.charba.client.commons.ArrayTouch
-
To avoid any instantiation
- ArrayTouchList - Class in org.pepstock.charba.client.commons
-
An ordered collection (also known as a sequence).
- ArrayTouchList() - Constructor for class org.pepstock.charba.client.commons.ArrayTouchList
-
Creates an empty list
- ArrayTouchList(ArrayTouch) - Constructor for class org.pepstock.charba.client.commons.ArrayTouchList
-
Internal constructor used to set an array instance as back-end of the list.
- ArrayUtil - Class in org.pepstock.charba.client.commons
-
Utility to transform arrays and list of objects to primitives.
The code has been changed in order to be aligned with internal needs, taking the source from ArrayUtils of Apache common lang3.. - ArrayUtil() - Constructor for class org.pepstock.charba.client.commons.ArrayUtil
-
To avoid any instantiation
- Arrow - Class in org.pepstock.charba.client.annotation
-
Implements a ARROWHEADS, and its start and end nodes, to apply on a LINE annotation.
- Arrow(LineAnnotation, NativeObject, IsDefaultsArrow) - Constructor for class org.pepstock.charba.client.annotation.Arrow
-
To avoid any instantiation because is added in the all
LineAnnotation. - ARROW_DOWN - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The down arrow key.
- ARROW_HEADS - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- ARROW_HEADS - org.pepstock.charba.client.annotation.LineAnnotation.Property
- ARROW_LEFT - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The left arrow key.
- ARROW_RIGHT - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The right arrow key.
- ARROW_UP - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The up arrow key.
- Arrow.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- ArrowElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps the arrow options of a
AnnotationElementat runtime. - ArrowElement(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ArrowElement.Property - Enum in org.pepstock.charba.client.annotation.elements
-
Name of properties of native object.
- arrowHeads - Variable in class org.pepstock.charba.client.annotation.elements.OptionsElement
- arrowHeads - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
- ArrowHeads - Class in org.pepstock.charba.client.annotation
-
Implements a ARROWHEADS to apply on a LINE annotation.
- ArrowHeads(LineAnnotation, NativeObject, IsDefaultsArrowHeads) - Constructor for class org.pepstock.charba.client.annotation.ArrowHeads
-
To avoid any instantiation because is added in the all
LineAnnotation. - ArrowHeads.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- ArrowHeadsElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps the arrow heads options of a
AnnotationElementat runtime. - ArrowHeadsElement(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.ArrowHeadsElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ArrowHeadsElement.Property - Enum in org.pepstock.charba.client.annotation.elements
-
Name of properties of native object.
- ARUBA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Aruba region.
- ARUBAN_FLORIN - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Aruban Florin currency.
- as() - Method in interface org.pepstock.charba.client.dom.IsCastable
-
Performs checked cast to lefthand-side type.
- ASCENDENT - Static variable in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- asDataPoints - Variable in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- asDates - Variable in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- asDefault() - Method in class org.pepstock.charba.client.GlobalOptions
-
Returns the global options as default scaled options.
- ASH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ash" -
- ASIA_ADEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Aden timezone.
- ASIA_ALMATY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Almaty timezone.
- ASIA_AMMAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Amman timezone.
- ASIA_ANADYR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Anadyr timezone.
- ASIA_AQTAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Aqtau timezone.
- ASIA_AQTOBE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Aqtobe timezone.
- ASIA_ASHGABAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ashgabat timezone.
- ASIA_ASHKHABAD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ashkhabad timezone.
- ASIA_BAGHDAD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Baghdad timezone.
- ASIA_BAHRAIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Bahrain timezone.
- ASIA_BAKU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Baku timezone.
- ASIA_BANGKOK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Bangkok timezone.
- ASIA_BEIRUT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Beirut timezone.
- ASIA_BISHKEK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Bishkek timezone.
- ASIA_BRUNEI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Brunei timezone.
- ASIA_CALCUTTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Calcutta timezone.
- ASIA_CHOIBALSAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Choibalsan timezone.
- ASIA_CHONGQING - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Chongqing timezone.
- ASIA_CHUNGKING - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Chungking timezone.
- ASIA_COLOMBO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Colombo timezone.
- ASIA_DACCA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dacca timezone.
- ASIA_DAMASCUS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Damascus timezone.
- ASIA_DHAKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dhaka timezone.
- ASIA_DILI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dili timezone.
- ASIA_DUBAI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dubai timezone.
- ASIA_DUSHANBE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Dushanbe timezone.
- ASIA_GAZA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Gaza timezone.
- ASIA_HARBIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Harbin timezone.
- ASIA_HEBRON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Hebron timezone.
- ASIA_HO_CHI_MINH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ho_Chi_Minh timezone.
- ASIA_HONG_KONG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Hong_Kong timezone.
- ASIA_HOVD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Hovd timezone.
- ASIA_IRKUTSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Irkutsk timezone.
- ASIA_ISTANBUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Istanbul timezone.
- ASIA_JAKARTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Jakarta timezone.
- ASIA_JAYAPURA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Jayapura timezone.
- ASIA_JERUSALEM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Jerusalem timezone.
- ASIA_KABUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kabul timezone.
- ASIA_KAMCHATKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kamchatka timezone.
- ASIA_KARACHI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Karachi timezone.
- ASIA_KASHGAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kashgar timezone.
- ASIA_KATHMANDU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kathmandu timezone.
- ASIA_KATMANDU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Katmandu timezone.
- ASIA_KHANDYGA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Khandyga timezone.
- ASIA_KOLKATA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kolkata timezone.
- ASIA_KRASNOYARSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Krasnoyarsk timezone.
- ASIA_KUALA_LUMPUR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kuala_Lumpur timezone.
- ASIA_KUCHING - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kuching timezone.
- ASIA_KUWAIT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Kuwait timezone.
- ASIA_MACAO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Macao timezone.
- ASIA_MACAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Macau timezone.
- ASIA_MAGADAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Magadan timezone.
- ASIA_MAKASSAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Makassar timezone.
- ASIA_MANILA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Manila timezone.
- ASIA_MUSCAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Muscat timezone.
- ASIA_NICOSIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Nicosia timezone.
- ASIA_NOVOKUZNETSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Novokuznetsk timezone.
- ASIA_NOVOSIBIRSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Novosibirsk timezone.
- ASIA_OMSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Omsk timezone.
- ASIA_ORAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Oral timezone.
- ASIA_PHNOM_PENH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Phnom_Penh timezone.
- ASIA_PONTIANAK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Pontianak timezone.
- ASIA_PYONGYANG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Pyongyang timezone.
- ASIA_QATAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Qatar timezone.
- ASIA_QYZYLORDA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Qyzylorda timezone.
- ASIA_RANGOON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Rangoon timezone.
- ASIA_RIYADH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Riyadh timezone.
- ASIA_SAIGON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Saigon timezone.
- ASIA_SAKHALIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Sakhalin timezone.
- ASIA_SAMARKAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Samarkand timezone.
- ASIA_SEOUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Seoul timezone.
- ASIA_SHANGHAI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Shanghai timezone.
- ASIA_SINGAPORE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Singapore timezone.
- ASIA_TAIPEI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Taipei timezone.
- ASIA_TASHKENT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tashkent timezone.
- ASIA_TBILISI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tbilisi timezone.
- ASIA_TEHRAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tehran timezone.
- ASIA_TEL_AVIV - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tel_Aviv timezone.
- ASIA_THIMBU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Thimbu timezone.
- ASIA_THIMPHU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Thimphu timezone.
- ASIA_TOKYO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Tokyo timezone.
- ASIA_UJUNG_PANDANG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ujung_Pandang timezone.
- ASIA_ULAANBAATAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ulaanbaatar timezone.
- ASIA_ULAN_BATOR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ulan_Bator timezone.
- ASIA_URUMQI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Urumqi timezone.
- ASIA_UST_NERA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Ust-Nera timezone.
- ASIA_VIENTIANE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Vientiane timezone.
- ASIA_VLADIVOSTOK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Vladivostok timezone.
- ASIA_YAKUTSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Yakutsk timezone.
- ASIA_YEKATERINBURG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Yekaterinburg timezone.
- ASIA_YEREVAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Asia/Yerevan timezone.
- asPattern() - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Returns a CHARBA pattern, using the shape, background color, shape color and size.
- ASPECT_RATIO - org.pepstock.charba.client.options.Options.Property
- ASPECT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Aspect6" -
- ASSAMESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Assamese language.
- ASSERT_EXCEPTION_MESSAGE - Static variable in class org.pepstock.charba.client.commons.Checker
- assertCheck(boolean) - Static method in class org.pepstock.charba.client.commons.Checker
- assertCheck(boolean, String) - Static method in class org.pepstock.charba.client.commons.Checker
- assign(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Causes the window to load and display the document at the URL specified.
After the navigation occurs, the user can navigate back to the page that called Location.assign() by pressing the "back" button. - asString() - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
-
Returns the object as HTML escaped string.
- asString() - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
- asTile() - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Returns a canvas pattern, using the shape, background color, shape color and size.
- ASTURIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Asturian language.
- ASU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Asu (Tanzania) language.
- AT_TARGET - org.pepstock.charba.client.dom.enums.EventPhase
-
The event has arrived at the event's target.
- ATLANTIC_AZORES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Azores timezone.
- ATLANTIC_BERMUDA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Bermuda timezone.
- ATLANTIC_CANARY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Canary timezone.
- ATLANTIC_CAPE_VERDE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Cape_Verde timezone.
- ATLANTIC_FAEROE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Faeroe timezone.
- ATLANTIC_FAROE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Faroe timezone.
- ATLANTIC_JAN_MAYEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Jan_Mayen timezone.
- ATLANTIC_MADEIRA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Madeira timezone.
- ATLANTIC_REYKJAVIK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Reykjavik timezone.
- ATLANTIC_SOUTH_GEORGIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/South_Georgia timezone.
- ATLANTIC_ST_HELENA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/St_Helena timezone.
- ATLANTIC_STANLEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Atlantic/Stanley timezone.
- ATLAS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Atlas" -
- ATLAS6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Atlas6" -
- AtLeastOneDatasetHandler - Class in org.pepstock.charba.client.impl.callbacks
-
Implementation of legend click handler which disable the capability to hide the last visible dataset.
In this way, always a dataset is showed. - AtLeastOneDatasetHandler() - Constructor for class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
- atob(String) - Static method in class org.pepstock.charba.client.utils.Window
-
Decode a base-64 encoded string
- attached - Variable in class org.pepstock.charba.client.AbstractChart
- ATTENTION - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Attn(Attention) key. - ATTRIBUTE_NODE - org.pepstock.charba.client.dom.enums.NodeType
- ATTRIBUTES - org.pepstock.charba.client.callbacks.ChartContext.Property
- ATTRIBUTES - org.pepstock.charba.client.dom.enums.MutationType
-
When the mutation was an attribute mutation.
- AUBERGINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Aubergine" -
- AUSTIN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Austin6" -
- AUSTRALIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Australia region.
- AUSTRALIA_ACT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/ACT timezone.
- AUSTRALIA_ADELAIDE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Adelaide timezone.
- AUSTRALIA_BRISBANE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Brisbane timezone.
- AUSTRALIA_BROKEN_HILL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Broken_Hill timezone.
- AUSTRALIA_CANBERRA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Canberra timezone.
- AUSTRALIA_CURRIE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Currie timezone.
- AUSTRALIA_DARWIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Darwin timezone.
- AUSTRALIA_EUCLA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Eucla timezone.
- AUSTRALIA_HOBART - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Hobart timezone.
- AUSTRALIA_LHI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/LHI timezone.
- AUSTRALIA_LINDEMAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Lindeman timezone.
- AUSTRALIA_LORD_HOWE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Lord_Howe timezone.
- AUSTRALIA_MELBOURNE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Melbourne timezone.
- AUSTRALIA_NORTH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/North timezone.
- AUSTRALIA_NSW - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/NSW timezone.
- AUSTRALIA_PERTH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Perth timezone.
- AUSTRALIA_QUEENSLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Queensland timezone.
- AUSTRALIA_SOUTH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/South timezone.
- AUSTRALIA_SYDNEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Sydney timezone.
- AUSTRALIA_TASMANIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Tasmania timezone.
- AUSTRALIA_VICTORIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Victoria timezone.
- AUSTRALIA_WEST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/West timezone.
- AUSTRALIA_YANCOWINNA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Australia/Yancowinna timezone.
- AUSTRALIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Australian Dollar currency.
- AUSTRIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Austria region.
- AUTO - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property allow to the plugin to calculate the best position of the callout.
- AUTO - org.pepstock.charba.client.dom.enums.CursorType
-
The UA will determine the cursor to display based on the current context.
- AUTO - org.pepstock.charba.client.enums.Display
-
The axis is visible only if at least one associated dataset is visible.
For plugin, the label is hidden if it overlap with another label.
The display 'auto' option can be used to prevent overlapping labels, based on the following rules when two labels overlap:
if both labels are display: true, they will be drawn overlapping if both labels are display: 'auto', the one with the highest data index will be hidden. - AUTO - org.pepstock.charba.client.enums.TickSource
-
Generates "optimal" ticks based on scale size and time options.
- AUTO - org.pepstock.charba.client.enums.TooltipAlign
-
Default value and never stored in chart configuration.
- AUTO - org.pepstock.charba.client.intl.enums.SignDisplay
-
To sign display for negative numbers only.
- AUTO_HIDE - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- AUTO_INFLATE_AMOUNT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
-
Value to store in the CHART.JS configuration when the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated, "auto".
- AUTO_PADDING - org.pepstock.charba.client.options.Layout.Property
- AUTO_ROTATION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Constant to use to set AUTO rotation of the label, to use in the rotation callback.
- AUTO_ROTATION_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Value to set when auto rotation is requested, "auto".
- AUTO_SKIP - org.pepstock.charba.client.options.Ticks.Property
- AUTO_SKIP_PADDING - org.pepstock.charba.client.options.Ticks.Property
- autoColors - Variable in class org.pepstock.charba.client.options.Options
- AutoColors - Class in org.pepstock.charba.client.options
-
The chart auto colors plugin to apply a default colors palette when the user doesn't define them.
- AutoColors(Plugins, Key, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.AutoColors
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- AutoColors.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- autoFontSize - Variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
- AUTUMN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Autumn" -
- AUXILIARY - org.pepstock.charba.client.dom.enums.EventButton
-
The event is not being processed at this time.
- average() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Returns the average value of all values managed by object.
- AVERAGE - org.pepstock.charba.client.enums.TooltipPosition
-
Will place the tooltip at the average position of the items displayed in the tooltip.
- AVST - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Avestan script.
- AXES - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to an axes.
- axis - Variable in class org.pepstock.charba.client.callbacks.ScaleContext
- axis - Variable in class org.pepstock.charba.client.configuration.AxisContainer
- axis - Variable in class org.pepstock.charba.client.events.AbstractAxisEvent
- axis - Variable in class org.pepstock.charba.client.geo.LegendAxisMapper
- Axis - Class in org.pepstock.charba.client.configuration
-
Axes are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
It contains a number of config callbacks that can be used to change parameters in the scale at different points in the update process. - Axis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.Axis
-
Builds the object storing the chart instance.
- AXIS - org.pepstock.charba.client.annotation.Interaction.Property
- AXIS - org.pepstock.charba.client.gradient.PropertyOptions.Property
- AXIS - org.pepstock.charba.client.items.InteractionOptions.Property
- AXIS - org.pepstock.charba.client.items.ScaleItem.Property
- AXIS - org.pepstock.charba.client.options.Interaction.Property
- AXIS - org.pepstock.charba.client.options.Scale.Property
- Axis.CallbackProperty - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Axis.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- AxisBorder - Class in org.pepstock.charba.client.configuration
-
Defines options for the border that run perpendicular to the axis.
- AxisBorder(Axis) - Constructor for class org.pepstock.charba.client.configuration.AxisBorder
-
Builds the object storing the axis which this scale title belongs to.
- AxisBorder.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- axisBuildTicksCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- AxisBuildTicksCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during ticks building.
- axisCalculateLabelRotationCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- AxisCalculateLabelRotationCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during tick rotation.
- AxisClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the axis of the chart.
- AxisClickEvent(NativeAbstractMouseEvent, ScaleItem, Axis, ScaleValueItem) - Constructor for class org.pepstock.charba.client.events.AxisClickEvent
-
Creates the event with axis related to the click
- AxisClickEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for clicking on the chart axis.
- AxisContainer - Class in org.pepstock.charba.client.configuration
-
Container of a axis.
- AxisContainer(Axis) - Constructor for class org.pepstock.charba.client.configuration.AxisContainer
-
Creates the object with the axis instance
- axisDataLimitsCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- AxisDataLimitsCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during data limits determination.
- axisDimensionsCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- AxisDimensionsCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during setting dimensions.
- AxisEnterEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user is entering on the axis of the chart.
- AxisEnterEvent(NativeAbstractMouseEvent, ScaleItem, Axis) - Constructor for class org.pepstock.charba.client.events.AxisEnterEvent
-
Creates the event with axis related to the enter
- AxisEnterEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for entering on the chart axis.
- axisFitCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- AxisFitCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during fitting phase.
- AxisHoverEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user is hovering on the axis of the chart.
- AxisHoverEvent(NativeAbstractMouseEvent, ScaleItem, Axis) - Constructor for class org.pepstock.charba.client.events.AxisHoverEvent
-
Creates the event with axis related to the hover
- AxisHoverEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for hovering on the chart axis.
- AxisItem - Class in org.pepstock.charba.client.items
-
There are a number of configuration callbacks that can be used to change parameters in the scale at different points in the update process.
This is a wrapper of the CHART.JS item with all needed info about an axis.
Implements allsetmethods to change java script object properties. - AxisItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.AxisItem
-
Creates the item using an envelop of native java script object which contains all properties.
- axisKind - Variable in enum org.pepstock.charba.client.enums.DefaultScaleId
- axisKind - Variable in class org.pepstock.charba.client.options.StandardScaleId
- AxisKind - Enum in org.pepstock.charba.client.enums
-
Can be set to 'x', 'y' or 'r' to define which directions are used in axis.
- AxisKind(String) - Constructor for enum org.pepstock.charba.client.enums.AxisKind
-
Creates with the property value to use in the native object.
- AxisLeaveEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user is leaving from the axis of the chart.
- AxisLeaveEvent(NativeAbstractMouseEvent, ScaleItem, Axis) - Constructor for class org.pepstock.charba.client.events.AxisLeaveEvent
-
Creates the event with axis related to the leave
- AxisLeaveEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for leaving on the chart axis.
- AxisPosition - Enum in org.pepstock.charba.client.enums
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'.
In this mode, either the axis option is specified or the axis ID starts with the letter 'x' or 'y'.
To position the axis with respect to a data value, set the position option to an object such as-20.
This will position the axis at a value of -20 on the axis with ID "x".
For cartesian axes, only 1 axis may be specified. - AxisPosition(String) - Constructor for enum org.pepstock.charba.client.enums.AxisPosition
-
Creates with the property value to use in the native object.
- axisTickToLabelConversionCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- AxisTickToLabelConversionCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during ticks label conversion.
- AxisType - Interface in org.pepstock.charba.client.configuration
-
Represents the scale type of a scale/axis object.
- AxisTypesManager - Class in org.pepstock.charba.client.configuration
-
Manages the customs axes types in order they will be always retrievable.
- AxisTypesManager() - Constructor for class org.pepstock.charba.client.configuration.AxisTypesManager
-
To avoid any instantiation
- axisUpdateCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- AxisUpdateCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to be implemented which can be used to change parameters in the scale during updating.
- AZERBAIJAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Azerbaijan region.
- AZERBAIJAN_MANAT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Azerbaijan Manat currency.
- AZERBAIJANI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Azerbaijani language.
- AZIMUTHAL_EQUAL_AREA - org.pepstock.charba.client.geo.enums.Projection
-
Projection azimuthalEqualArea.
- AZIMUTHAL_EQUIDISTANT - org.pepstock.charba.client.geo.enums.Projection
-
Projection azimuthalEquidistant.
- AZUR_LANE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Azur Lane" -
- AZURE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "azure" -
- AZURE_POP - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Azure Pop" -
B
- BACK_SLASHED_LINE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a back slashed line.
- BACK_TO_EARTH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Back To Earth" -
- BACK_TO_THE_FUTURE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Back to the Future" -
- backdrop - Variable in class org.pepstock.charba.client.items.ScaleLabelOptions
- BACKDROP - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- BACKDROP_COLOR - org.pepstock.charba.client.configuration.RadialPointLabels.Property
- BACKDROP_COLOR - org.pepstock.charba.client.configuration.Tick.Property
- BACKDROP_COLOR - org.pepstock.charba.client.options.PointLabels.Property
- BACKDROP_COLOR - org.pepstock.charba.client.options.Ticks.Property
- BACKDROP_PADDING - org.pepstock.charba.client.configuration.Tick.Property
- BACKDROP_PADDING - org.pepstock.charba.client.options.PointLabels.Property
- BACKDROP_PADDING - org.pepstock.charba.client.options.Ticks.Property
- backdropColorCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- backdropColorCallback - Variable in class org.pepstock.charba.client.configuration.Tick
- backdropColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- backdropColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
- backdropPadding - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- backdropPadding - Variable in class org.pepstock.charba.client.configuration.Tick
- backdropPadding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- backdropPadding - Variable in class org.pepstock.charba.client.options.PointLabels
- backdropPadding - Variable in class org.pepstock.charba.client.options.Ticks
- BACKGROUND_COLOR - org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.configuration.Axis.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.configuration.Segment.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- BACKGROUND_COLOR - org.pepstock.charba.client.datalabels.LabelItem.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to backgroundColor property to animate the element.
- BACKGROUND_COLOR - org.pepstock.charba.client.gradient.GradientOptions.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.items.CommonElementOptions.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.items.TooltipLabelColor.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.options.AbstractElement.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.options.AbstractScale.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.options.Options.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.options.Tooltips.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.utils.toast.Action.Property
- BACKGROUND_COLOR - org.pepstock.charba.client.zoom.Drag.Property
- BACKGROUND_COLOR_ALPHA - org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
- BACKGROUND_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BackgroundColorHandler
- BACKGROUND_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- BACKGROUND_SHADOW_COLOR - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BACKGROUND_SHADOW_COLOR - org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler.Property
- BACKGROUND_SHADOW_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
- backgroundColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
- backgroundColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
- backgroundColor - Variable in class org.pepstock.charba.client.utils.toast.AbstractStandardType
- backgroundColor - Variable in class org.pepstock.charba.client.utils.toast.AbstractTypeBuilder
- backgroundColor - Variable in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- backgroundColor - Variable in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- backgroundColorCallback - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- backgroundColorCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- backgroundColorCallback - Variable in class org.pepstock.charba.client.configuration.Segment
- backgroundColorCallback - Variable in class org.pepstock.charba.client.data.Dataset
- backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BackgroundColorHandler
- backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
- backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
- backgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.Arrow
- backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
- backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
- backgroundColorHandler - Variable in class org.pepstock.charba.client.annotation.LineLabel
- BackgroundColorHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the background color options.
- BackgroundColorHandler(AbstractAnnotation, IsDefaultsBackgroundColorHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Creates a background color handler with the native object where background color properties must be managed and the default value to use when the property does not exist.
- BackgroundColorHandler(AbstractAnnotation, IsDefaultsBackgroundColorHandler, NativeObject, String) - Constructor for class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Creates a background color handler with the native object where background color properties must be managed and the default value to use when the property does not exist.
- BackgroundColorHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- backgroundShadowColorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
- BackSlashedLine - Class in org.pepstock.charba.client.colors.tiles
-
BACK SLASH drawer to design a back slash in the tile.
It designs a slash in the following tile sections (A, B and C):
- BackSlashedLine() - Constructor for class org.pepstock.charba.client.colors.tiles.BackSlashedLine
- BACKSPACE - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
Backspacekey. - BADGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Badge6" -
- BAFIA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bafia language.
- BAHAMAS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for The Bahamas region.
- BAHAMIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bahamian Dollar currency.
- BAHRAIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bahrain region.
- BAHRAINI_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bahraini Dinar currency.
- BAHT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Baht currency.
- BAILIWICK_OF_GUERNSEY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bailiwick of Guernsey region.
- BALBOA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Balboa currency.
- BALI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for bali numbering system.
- BALI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Balinese script.
- BAMBARA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bambara language.
- BAMU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bamum script.
- BANDED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Banded6" -
- BANGLADESH - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bangladesh region.
- bar - Variable in class org.pepstock.charba.client.configuration.Elements
- bar - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- bar - Variable in class org.pepstock.charba.client.defaults.globals.DefaultElements
- bar - Variable in class org.pepstock.charba.client.options.Elements
- Bar - Class in org.pepstock.charba.client.configuration
-
Bar elements are used to represent the bars in a bar chart.
- Bar - Class in org.pepstock.charba.client.options
-
Bar elements are used to represent the bars in a bar chart.
- Bar(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Bar
-
Builds the object with options, root and setting the bar element.
- Bar(Elements, Key, IsDefaultBar, NativeObject) - Constructor for class org.pepstock.charba.client.options.Bar
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- BAR - org.pepstock.charba.client.ChartType
-
A bar chart provides a way of showing data values represented as vertical bars.
- BAR - org.pepstock.charba.client.options.Elements.Property
- BAR_PERCENTAGE - org.pepstock.charba.client.items.BarElementOptions.Property
- BAR_PERCENTAGE - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- BAR_THICKNESS - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- Bar.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Bar.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- BARBADOS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Barbados region.
- BARBADOS_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Barbados Dollar currency.
- BarBorderRadius - Class in org.pepstock.charba.client.data
-
Defines the border radius for BAR data set element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).
- BarBorderRadius() - Constructor for class org.pepstock.charba.client.data.BarBorderRadius
-
Creates the object with an empty native object instance.
- BarBorderRadius(int) - Constructor for class org.pepstock.charba.client.data.BarBorderRadius
-
Creates the object using the argument to set the border radius size to all corners of the rectangle.
- BarBorderRadius(NativeObject) - Constructor for class org.pepstock.charba.client.data.BarBorderRadius
-
Creates the object with native object instance to be wrapped.
- BarBorderRadius.BarBorderRadiusFactory - Class in org.pepstock.charba.client.data
-
Inner class to create bar border radius object by a native object.
- BarBorderRadius.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- BarBorderRadiusFactory() - Constructor for class org.pepstock.charba.client.data.BarBorderRadius.BarBorderRadiusFactory
-
To avoid any instantiation
- BarBorderWidth - Class in org.pepstock.charba.client.data
-
Defines the border width for BAR data set (left, top, right, bottom).
- BarBorderWidth() - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
-
Creates the object with an empty native object instance.
- BarBorderWidth(int) - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
-
Creates the object using the argument to set the border width size to all corners of the rectangle.
- BarBorderWidth(NativeObject) - Constructor for class org.pepstock.charba.client.data.BarBorderWidth
-
Creates the object with native object instance to be wrapped.
- BarBorderWidth.BarBorderWidthFactory - Class in org.pepstock.charba.client.data
-
Inner class to create bar border width object by a native object.
- BarBorderWidthCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
borderWidthorhoverBorderWidthproperties at runtime, forBarDatasetandMatrixDataset. - BarBorderWidthFactory() - Constructor for class org.pepstock.charba.client.data.BarBorderWidth.BarBorderWidthFactory
-
To avoid any instantiation
- BarChart - Class in org.pepstock.charba.client
-
BAR chart implementation.
A bar chart provides a way of showing data values represented as vertical bars.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side. - BarChart() - Constructor for class org.pepstock.charba.client.BarChart
-
Builds the object.
- BarChart(Type) - Constructor for class org.pepstock.charba.client.BarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - BarChart(Type, boolean) - Constructor for class org.pepstock.charba.client.BarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - BarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
BAR chart GWT WIDGET implementation.
A bar chart provides a way of showing data values represented as vertical bars.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side. - BarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.BarChartWidget
-
Builds the object.
- BarChartWidget(BarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.BarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - BarDataset - Class in org.pepstock.charba.client.data
-
The bar chart allows a number of properties to be specified for each data set.
- BarDataset() - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates a data set.
It uses the global options has default. - BarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates a data set.
It uses the global options has default. - BarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates the data set using a default.
- BarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates the data set using a default.
- BarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates the data set using chart type related to the data set.
- BarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BarDataset
-
Creates the data set using a default and chart type related to the data set.
- BarDataset.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- BarDatasetOptionsHandler - Class in org.pepstock.charba.client.options
-
Manages the BAR dataset properties of options in order to use the same logic between datasets and options/configuration.
- BarDatasetOptionsHandler(AbstractNode, IsDefaultTypedDataset, NativeObject) - Constructor for class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Creates an bar options handler with the native object where properties must be managed and the default value to use when the property does not exist.
- BarDatasetOptionsHandler(AbstractNode, IsDefaultTypedDataset, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Creates an bar options handler with an envelop of the native object where properties must be managed and the default value to use when the property does not exist.
- BarDatasetOptionsHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- BarElement - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element used to represents bars on the charts.
- BarElement(NativeObject) - Constructor for class org.pepstock.charba.client.items.BarElement
-
Creates the item using a native java script object which contains all properties.
- BarElement.BarElementFactory - Class in org.pepstock.charba.client.items
-
Inner class to create BAR data element by a native object.
- BarElement.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- BarElementFactory() - Constructor for class org.pepstock.charba.client.items.BarElement.BarElementFactory
- BarElementOptions - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element options used to represents bars on the charts.
- BarElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.BarElementOptions
-
Creates the item using a native java script object which contains all properties.
- BarElementOptions.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- BarOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for BAR chart.
- BarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.BarOptions
-
Builds the object storing the chart instance and default values.
- barOptionsHandler - Variable in class org.pepstock.charba.client.data.BarDataset
- barOptionsHandler - Variable in class org.pepstock.charba.client.options.TypedDataset
- barStackHandler - Variable in class org.pepstock.charba.client.data.StackedBarDataset
- barStackHandler - Variable in class org.pepstock.charba.client.data.StackedHorizontalBarDataset
- barStackHandler - Variable in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- barStackHandler - Variable in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- BarStackHandler - Class in org.pepstock.charba.client.data
-
Utility to manage the stack option on bar/horizontal chart datasets.
- BarStackHandler(NativeObject) - Constructor for class org.pepstock.charba.client.data.BarStackHandler
-
Creates the utility using data set native object.
- BarStackHandler.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- BASA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Basa (Cameroon) language.
- BASE - org.pepstock.charba.client.data.BarDataset.Property
- BASE - org.pepstock.charba.client.items.BarElement.Property
- BASE - org.pepstock.charba.client.items.BarElementOptions.Property
- BASE - org.pepstock.charba.client.options.Bar.Property
- BaseAttribute - Class in org.pepstock.charba.client.dom
-
Represents one of a DOM element's attributes as an object.
- BaseAttribute() - Constructor for class org.pepstock.charba.client.dom.BaseAttribute
- BaseBoxItem - Class in org.pepstock.charba.client.items
-
Base object which maps the CHART.JS chart items which represents a box.
This is a wrapper of the CHART.JS item with all needed info.
Implements allgetmethods to change java script object properties. - BaseBoxItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.BaseBoxItem
-
Creates the item using a native java script object which contains all properties.
- BaseBoxItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- BaseBoxNodeItem<T extends Key> - Class in org.pepstock.charba.client.items
-
Base object which maps the CHART.JS chart items and represents main nodes of chart java script object.
This is a wrapper of the CHART.JS item with all needed info.
Implements allgetmethods to change java script object properties. - BaseBoxNodeItem(NativeObject, T[], T) - Constructor for class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Creates the item using a native java script object which contains all properties.
- BaseBoxNodeItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- baseCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- BaseCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
baseproperty at runtime forBarDataset. - baseCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- BaseContext - Class in org.pepstock.charba.client.impl.charts
-
Utility object which is creating a native object, setting chart and type, in order to be able to create a
ChartContextwithout CHART.JS, for callbacks of meter and gauge charts. - BaseContext(IsChart) - Constructor for class org.pepstock.charba.client.impl.charts.BaseContext
-
Creates the object with native object instance to be wrapped.
- BaseContext(IsChart, NativeObject) - Constructor for class org.pepstock.charba.client.configuration.Segment.BaseContext
-
Creates the object with native object instance to be wrapped.
- BaseContext.Property - Enum in org.pepstock.charba.client.impl.charts
-
Name of properties of native object.
- BaseDocument - Class in org.pepstock.charba.client.dom
-
Represents any web page loaded in the browser and serves as an entry point in the web page's content, which is the DOM tree.
It provides functionality globally to the document, like how to obtain the page's URL and create new elements in the document. - BaseDocument() - Constructor for class org.pepstock.charba.client.dom.BaseDocument
-
To avoid any instantiation
- BaseElement - Class in org.pepstock.charba.client.annotation.elements
-
Base object to map all options which belongs to all annotations and labels container.
- BaseElement - Class in org.pepstock.charba.client.dom
-
Base class from which all element objects (objects that represent elements) in a document inherit.
It only has methods and properties common to all kinds of elements. - BaseElement() - Constructor for class org.pepstock.charba.client.dom.BaseElement
-
To avoid any instantiation
- BaseElement(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.BaseElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- BaseElement.InnerFontItem - Class in org.pepstock.charba.client.annotation.elements
-
Maps a font options as inner element.
- BaseElement.InnerPaddingItem - Class in org.pepstock.charba.client.annotation.elements
-
Maps a padding options as inner element.
- BaseElement.Property - Enum in org.pepstock.charba.client.annotation.elements
-
Name of properties of native object.
- BaseEnvelop<T> - Class in org.pepstock.charba.client.commons
-
This object is a container of hidden object.
- BaseEnvelop() - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
-
Create an envelop with a
nullcontent. - BaseEnvelop(boolean) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
-
Create an envelop with a
nullcontent and a flag to set if the content can be nullable. - BaseEnvelop(T) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
-
Create an envelop with the content passed as argument.
- BaseEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.commons.BaseEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- BaseEventTarget - Class in org.pepstock.charba.client.dom
-
Base DOM entity extended by objects that can receive events and may have listeners for them.
- BaseEventTarget() - Constructor for class org.pepstock.charba.client.dom.BaseEventTarget
-
To avoid any instantiation
- BaseEventTarget.EventListenerCallback - Interface in org.pepstock.charba.client.dom
-
The object which receives a notification when an event of the specified type occurs.
Represents an object that can handle an event dispatched by a element. - BaseFormatOptions<D extends IsDefaultBaseFormatOptions> - Class in org.pepstock.charba.client.intl
-
Intl base options where the locale matcher and numbering system are common properties.
- BaseFormatOptions(D) - Constructor for class org.pepstock.charba.client.intl.BaseFormatOptions
-
This constructor is called only internally in order to use the locale matcher options to check if a locale is supported.
- BaseFormatOptions(NativeObject, D) - Constructor for class org.pepstock.charba.client.intl.BaseFormatOptions
-
Creates the object with native object instance to be wrapped.
- BaseFormatOptions.Property - Enum in org.pepstock.charba.client.intl
-
Name of properties of native object.
- BaseGeoChart<D extends Dataset> - Class in org.pepstock.charba.client.geo
-
This is the base chart definition for GEO charts.
- BaseGeoChart(Type) - Constructor for class org.pepstock.charba.client.geo.BaseGeoChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - BaseGeoController - Class in org.pepstock.charba.client.geo
-
Controller implementation to create charts like choropleth and bubbleMap.
- BaseGeoController(ControllerType) - Constructor for class org.pepstock.charba.client.geo.BaseGeoController
-
Creates the controller using the type passed as argument.
- BaseGeoController.BaseGeoControllerProvier - Class in org.pepstock.charba.client.geo
-
Inner class which is implementing a
ControllerProviderto create a base GEO controller. - BaseGeoControllerProvier() - Constructor for class org.pepstock.charba.client.geo.BaseGeoController.BaseGeoControllerProvier
- BaseGeoOptions - Class in org.pepstock.charba.client.geo
-
Base options for GEO charts.
- BaseGeoOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.geo.BaseGeoOptions
-
Builds the object storing the chart instance and defaults.
- BaseGeoOptions.InternalOptionsWrapper - Class in org.pepstock.charba.client.geo
-
Internal object to map the options of GEO chart and get the
NativeObject. - BaseGeoOptions.RemappedOptionsFactory - Class in org.pepstock.charba.client.geo
-
Can create a options mapper in order to re-map the CHART.JS options where needed in order to add additional properties and nodes for GEO charts.
- BaseHtmlDocument - Class in org.pepstock.charba.client.dom
-
Extends the document to include methods and properties that are specific to HTML documents.
- BaseHtmlDocument() - Constructor for class org.pepstock.charba.client.dom.BaseHtmlDocument
-
To avoid any instantiation
- BaseHtmlElement - Class in org.pepstock.charba.client.dom
-
Represents any HTML element.
- BaseHtmlElement() - Constructor for class org.pepstock.charba.client.dom.BaseHtmlElement
-
To avoid any instantiation
- BASELINE - org.pepstock.charba.client.enums.FillingMode
-
Baseline value to fill at specific axis value.
- BaseLinearRegression<T extends NativeBaseLinearRegression> - Class in org.pepstock.charba.client.ml
-
Abstract class to map all the linear regressions.
- BaseLinearRegression(RegressionType, T) - Constructor for class org.pepstock.charba.client.ml.BaseLinearRegression
-
Creates the object storing the native regression
- BaseLocation - Class in org.pepstock.charba.client.dom
-
Represents the location (URL) of the object it is linked to.
Changes done on it are reflected on the object it relates to. - BaseLocation() - Constructor for class org.pepstock.charba.client.dom.BaseLocation
-
To avoid any instantiation
- BaseLocationUtil - Class in org.pepstock.charba.client.dom
-
Parses the query string of location in order to provide the parameters as a map.
- BaseLocationUtil() - Constructor for class org.pepstock.charba.client.dom.BaseLocationUtil
-
To avoid any instantiation
- BaseMeterChart<D extends MeterDataset> - Class in org.pepstock.charba.client.impl.charts
-
This is an abstract meter chart, inherited by a meter and gauge charts.
- BaseMeterChart(Type) - Constructor for class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - BaseMeterController - Class in org.pepstock.charba.client.impl.charts
-
Controller implementation to create charts like meter of gauges, extending doughnut chart.
- BaseMeterController(ControllerType) - Constructor for class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Creates the controller using the type passed as argument.
- BaseMeterController.BaseMeterControllerProvier - Class in org.pepstock.charba.client.impl.charts
-
Inner class which is implementing a
ControllerProviderto create a base meter controller. - BaseMeterControllerProvier() - Constructor for class org.pepstock.charba.client.impl.charts.BaseMeterController.BaseMeterControllerProvier
- BaseNativeEventImpl - Class in org.pepstock.charba.client.dom.events
-
Internal implementation of a base native event.
- BaseNativeEventImpl(String, NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.BaseNativeEventImpl
-
Create a native event by its type and initialization configuration.
- BaseNavigator - Class in org.pepstock.charba.client.dom
-
Represents the state and the identity of the user agent.
It allows scripts to query it and to register themselves to carry on some activities. - BaseNavigator() - Constructor for class org.pepstock.charba.client.dom.BaseNavigator
-
To avoid any instantiation
- BaseNode - Class in org.pepstock.charba.client.dom
-
A object from which various types of DOM objects inherit, allowing those types to be treated similarly.
- BaseNode() - Constructor for class org.pepstock.charba.client.dom.BaseNode
-
To avoid any instantiation
- BasePolynomialRegression<T extends NativeBasePolynomialRegression> - Class in org.pepstock.charba.client.ml
-
Polynomial Regression is a regression algorithm that models the relationship between a dependent(y) and independent variable(x) as nth degree polynomial.
The Polynomial Regression equation is given below:
y = b0 + b1x1 + b2x12 + b2x13 +...... - BasePolynomialRegression(RegressionType, T) - Constructor for class org.pepstock.charba.client.ml.BasePolynomialRegression
-
Creates the object storing the native regression
- BaseRegression<T extends NativeBaseRegression> - Class in org.pepstock.charba.client.ml
-
Base regression class with common methods for all regressions.
It wraps mljs/regression-base. - BaseRegression(RegressionType, T) - Constructor for class org.pepstock.charba.client.ml.BaseRegression
-
Creates the object storing the native regression and its type
- BaseStyleProperties - Class in org.pepstock.charba.client.dom
-
Represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
- BaseStyleProperties() - Constructor for class org.pepstock.charba.client.dom.BaseStyleProperties
-
To avoid any instantiation
- baseType - Variable in class org.pepstock.charba.client.configuration.StandardAxisType
- BASHKIR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bashkir language.
- BASIC - org.pepstock.charba.client.intl.enums.FormatMatcher
-
Basic algorithm to get the format.
- BASIS6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Basis6" -
- BASQUE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Basque language.
- BASS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bassa Vah script.
- BATK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Batak script.
- BEFORE - org.pepstock.charba.client.enums.Stepped
-
Step-before Interpolation
- BEFORE - org.pepstock.charba.client.items.TooltipBodyItem.Property
- BEFORE_BODY - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- BEFORE_BODY - org.pepstock.charba.client.items.TooltipModel.Property
- BEFORE_BUILD_TICKS - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- BEFORE_BUILD_TICKS - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_CALCULATE_LABEL_ROTATION - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- BEFORE_DATA_LIMITS - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- BEFORE_DATA_LIMITS - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_DATASET_DRAW - org.pepstock.charba.client.enums.DrawTime
- BEFORE_DATASET_DRAW - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_DATASET_UPDATE - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_DATASETS_DRAW - org.pepstock.charba.client.annotation.enums.DrawTime
- BEFORE_DATASETS_DRAW - org.pepstock.charba.client.enums.DrawTime
- BEFORE_DATASETS_DRAW - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_DATASETS_DRAW - org.pepstock.charba.client.zoom.enums.DrawTime
- BEFORE_DATASETS_UPDATE - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_DESTROY - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_DRAW - org.pepstock.charba.client.annotation.enums.DrawTime
- BEFORE_DRAW - org.pepstock.charba.client.enums.DrawTime
- BEFORE_DRAW - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_DRAW - org.pepstock.charba.client.zoom.enums.DrawTime
- BEFORE_ELEMENTS_UPDATE - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_EVENT - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_FIT - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- BEFORE_FOOTER - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- BEFORE_INIT - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_LABEL - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- BEFORE_LAYOUT - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_RENDER - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_SET_DIMENSIONS - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- BEFORE_TICK_TO_LABEL_CONVERSION - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- BEFORE_TITLE - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- BEFORE_TOOLTIP_DRAW - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- BEFORE_UPDATE - org.pepstock.charba.client.configuration.Axis.CallbackProperty
- BEFORE_UPDATE - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- beforeAxisConfigurationUpdate(Axis) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Invoked before the axis options are going to be updated.
- beforeBodyCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- beforeBuildTicksCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- beforeBuildTicksCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeBuildTicksHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeBuildTicksHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - beforeCalculateLabelRotationCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- beforeConfigurationUpdate() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Invoked before the chart options are going to be updated.
- beforeDataLimitsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- beforeDataLimitsCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeDataLimitsHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeDataLimitsHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - beforeDatasetDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeDatasetDrawHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeDatasetDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - beforeDatasetsDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeDatasetsDrawHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeDatasetsDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before drawing the 'chart' datasets.
- beforeDatasetsUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeDatasetsUpdateHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeDatasetsUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - beforeDatasetUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeDatasetUpdateHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeDatasetUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - beforeDestroyCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeDestroyHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeDestroyHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before the chart is being destroyed.
- beforeDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeDrawHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - beforeElementsUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeElementsUpdateHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeElementsUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called during the update process, before any chart elements have been created.
- beforeEventCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeEventHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeEventHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before processing the specified 'event'.
If any plugin returnsfalse, the event will be discarded. - beforeFitCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- beforeFooterCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- beforeInitCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeInitHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeInitHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before initializing 'chart'.
- beforeLabelCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- beforeLayoutCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeLayoutHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeLayoutHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - beforeRenderCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeRenderHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeRenderHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before rendering 'chart'.
- beforeSetDimensionsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- beforeTickToLabelConversionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- beforeTitleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- beforeTooltipDrawCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeTooltipDrawHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeTooltipDrawHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before drawing the 'tooltip'.
If any plugin returnsfalse, the tooltip drawing is cancelled until another 'render' is triggered. - beforeUpdateCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- beforeUpdateCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- beforeUpdateHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- BeforeUpdateHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - BegiAtZeroCallbackHandler - Class in org.pepstock.charba.client.configuration
-
Base object to map the beginAtZero options.
- BegiAtZeroCallbackHandler(Axis) - Constructor for class org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler
-
Creates the handler with the axis which the handler belongs to.
- BegiAtZeroCallbackHandler.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- BEGIN_AT_ZERO - org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler.Property
- BEGIN_AT_ZERO - org.pepstock.charba.client.options.AbstractScale.Property
- beginAtZeroCallback - Variable in class org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler
- BeginAtZeroCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
beginAtZeroproperty at runtime, forCartesianLinearAxis. - beginAtZeroCallbackProxy - Variable in class org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler
- beginAtZeroHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- beginAtZeroHandler - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- beginPath() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Starts a new path by emptying the list of sub-paths.
Call this method when you want to create a new path. - BEHONGO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Behongo" -
- BEIGE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "beige" -
- BELARUS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Belarus region.
- BELARUSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Belarusian language.
- BELARUSIAN_RUBLE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Belarusian Ruble currency.
- BELEKO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Beleko" -
- BELGIUM - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Belgium region.
- BELIZE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Belize region.
- BELIZE_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Belize Dollar currency.
- BELOW - org.pepstock.charba.client.items.FillColors.Property
- BEMBA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bemba (Zambia) language.
- BENA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bena (Tanzania) language.
- BENG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for beng numbering system.
- BENG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bengali (Bangla) script.
- BENGALI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bengali language.
- BENIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Benin region.
- BERLIN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Berlin6" -
- BERMUDA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bermuda region.
- BERMUDIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bermudian Dollar currency.
- BEST_FIT - org.pepstock.charba.client.intl.enums.FormatMatcher
-
Lets the runtime provide a locale that's at least, but possibly more, suited for the request than the result of the basic algorithm.
- BEST_FIT - org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Lets the runtime provide a locale that's at least, but possibly more, suited for the request than the result of the Lookup algorithm.
- BETWEEN_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
- BETWEEN_NIGHT_AND_DAY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Between Night and Day" -
- BETWEEN_THE_CLOUDS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Between The Clouds" -
- betweenOrDefault(double, double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrDefault(int, int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrMaximum(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrMaximum(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrMinimum(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- betweenOrMinimum(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is between minimum and maximum passed values and returns it.
- BEVEL - org.pepstock.charba.client.enums.JoinStyle
-
Fills an additional triangular area between the common end point of connected segments, and the separate outside rectangular corners of each segment.
- bezierCurveTo(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a cubic Bézier curve to the current sub-path.
It requires three points: the first two are control points and the third one is the end point.
The starting point is the latest point in the current path. - BHKS - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for bhks numbering system.
- BHKS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bhaiksuki script.
- BHUTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bhutan region.
- BIGHEAD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bighead" -
- BILIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bilin language.
- BISQUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "bisque" -
- BIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for bit.
- BLACK - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLACK" -
- BLACK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "black" -
- BLACK_ROSA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Black Rosa" -
- BLACK_TIE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlackTie6" -
- BLANCHED_ALMOND - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "blanchedAlmond" -
- BLANK - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for BLANK, " ".
- BLEEM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bleem" -
- BLIS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Blissymbols script.
- BLOCK - org.pepstock.charba.client.dom.enums.Display
-
The element generates a block element box, generating line breaks both before and after the element when in the normal flow.
- BLOOD_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blood Red" -
- BLOODY_MARY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bloody Mary" -
- BLOOKER20 - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blooker20" -
- BLOOZE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blooze" -
- BLU - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blu" -
- blue - Variable in class org.pepstock.charba.client.colors.Color
- BLUE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE" -
- BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "blue" -
- BLUE - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "BLUE" -
- BLUE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_ACCENT_1" -
- BLUE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_ACCENT_2" -
- BLUE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_ACCENT_3" -
- BLUE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_ACCENT_4" -
- BLUE_AND_ORANGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue and Orange" -
- BLUE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_DARKEN_1" -
- BLUE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_DARKEN_2" -
- BLUE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_DARKEN_3" -
- BLUE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_DARKEN_4" -
- BLUE_GREEN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlueGreen6" -
- BLUE_GREEN7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "BlueGreen7" -
- BLUE_GREY - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY" -
- BLUE_GREY_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_DARKEN_1" -
- BLUE_GREY_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_DARKEN_2" -
- BLUE_GREY_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_DARKEN_3" -
- BLUE_GREY_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_DARKEN_4" -
- BLUE_GREY_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_1" -
- BLUE_GREY_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_2" -
- BLUE_GREY_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_3" -
- BLUE_GREY_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_4" -
- BLUE_GREY_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_GREY_LIGHTEN_5" -
- BLUE_II6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlueII6" -
- BLUE_LIGHT7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "BlueLight7" -
- BLUE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_1" -
- BLUE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_2" -
- BLUE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_3" -
- BLUE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_4" -
- BLUE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BLUE_LIGHTEN_5" -
- BLUE_RASPBERRY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue Raspberry" -
- BLUE_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue Red" -
- BLUE_RED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlueRed6" -
- BLUE_SKIES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue Skies" -
- BLUE_SLATE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blue Slate" -
- BLUE_TEAL20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "BlueTeal20" -
- BLUE_VIOLET - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "blueViolet" -
- BLUE_WARM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "BlueWarm6" -
- BLUE20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Blue20" -
- BLUE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Blue6" -
- BLUELAGOO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bluelagoo" -
- BLUES - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color blues.
- BLUES3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues3" -
- BLUES4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues4" -
- BLUES5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues5" -
- BLUES6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues6" -
- BLUES7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues7" -
- BLUES8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues8" -
- BLUES9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Blues9" -
- blur() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Removes keyboard focus from the current element.
- BLURRY_BEACH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blurry Beach" -
- BLUSH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Blush" -
- BODO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bodo (India) language.
- Body - Class in org.pepstock.charba.client.dom.elements
-
Represents the content of an HTML document.
There can be only one body element in a document. - Body() - Constructor for class org.pepstock.charba.client.dom.elements.Body
-
To avoid any instantiation
- BODY - org.pepstock.charba.client.items.TooltipModel.Property
- BODY_ALIGN - org.pepstock.charba.client.options.Tooltips.Property
- BODY_COLOR - org.pepstock.charba.client.options.Tooltips.Property
- BODY_FONT - org.pepstock.charba.client.options.Tooltips.Property
- BODY_SPACING - org.pepstock.charba.client.options.Tooltips.Property
- bodyCallback - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- bodyFont - Variable in class org.pepstock.charba.client.configuration.Tooltips
- bodyFont - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- bodyFont - Variable in class org.pepstock.charba.client.options.Tooltips
- BOLD - org.pepstock.charba.client.enums.FontStyle
-
The browser displays thick characters.
- BOLD - org.pepstock.charba.client.enums.Weight
-
Defines thick characters.
- BOLDER - org.pepstock.charba.client.enums.Weight
-
Defines thicker characters.
- BOLIVAR_SOBERANO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bolívar Soberano currency.
- BOLIVIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bolivia region.
- BOLIVIANO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Boliviano currency.
- BOND_MARKETS_UNIT_EUROPEAN_COMPOSITE_UNIT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bond Markets Unit European Composite Unit (EURCO) currency.
- BOND_MARKETS_UNIT_EUROPEAN_MONETARY_UNIT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bond Markets Unit European Monetary Unit (E.M.U.-6) currency.
- BOND_MARKETS_UNIT_EUROPEAN_UNIT_OF_ACCOUNT_17 - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bond Markets Unit European Unit of Account 17 (E.U.A.-17) currency.
- BOND_MARKETS_UNIT_EUROPEAN_UNIT_OF_ACCOUNT_9 - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bond Markets Unit European Unit of Account 9 (E.U.A.-9) currency.
- BOOLEAN - org.pepstock.charba.client.commons.ObjectType
-
Boolean represents a logical entity and can have two values: true, and false.
- BOOLEAN - org.pepstock.charba.client.enums.AnimationType
-
Uses a color to interpolate animation.
- BOOLEAN - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for BOOLEAN instances,
Boolean.FALSE. - BOPO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Bopomofo script.
- BORA_BORA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bora Bora" -
- border - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- border - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- border - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- border - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleBorder
- border - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- border - Variable in class org.pepstock.charba.client.options.AbstractScale
- BORDER - org.pepstock.charba.client.configuration.RadialAxis.Property
- BORDER - org.pepstock.charba.client.labels.enums.Position
-
The labels are located on border.
- BORDER - org.pepstock.charba.client.options.AbstractScale.Property
- BORDER_ALIGN - org.pepstock.charba.client.configuration.Arc.Property
- BORDER_ALIGN - org.pepstock.charba.client.data.BorderAlignHandler.Property
- BORDER_ALIGN - org.pepstock.charba.client.items.ArcElementOptions.Property
- BORDER_ALIGN - org.pepstock.charba.client.options.Arc.Property
- BORDER_CAP_STYLE - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BORDER_CAP_STYLE - org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler.Property
- BORDER_CAP_STYLE - org.pepstock.charba.client.configuration.Line.Property
- BORDER_CAP_STYLE - org.pepstock.charba.client.configuration.Segment.Property
- BORDER_CAP_STYLE - org.pepstock.charba.client.data.LiningDataset.Property
- BORDER_CAP_STYLE - org.pepstock.charba.client.options.Line.Property
- BORDER_CAP_STYLE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
- BORDER_COLOR - org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
- BORDER_COLOR - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BORDER_COLOR - org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
- BORDER_COLOR - org.pepstock.charba.client.configuration.Segment.Property
- BORDER_COLOR - org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- BORDER_COLOR - org.pepstock.charba.client.datalabels.LabelItem.Property
- BORDER_COLOR - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to borderColor property to animate the element.
- BORDER_COLOR - org.pepstock.charba.client.gradient.GradientOptions.Property
- BORDER_COLOR - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- BORDER_COLOR - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- BORDER_COLOR - org.pepstock.charba.client.items.CommonElementOptions.Property
- BORDER_COLOR - org.pepstock.charba.client.items.TooltipLabelColor.Property
- BORDER_COLOR - org.pepstock.charba.client.options.AbstractElement.Property
- BORDER_COLOR - org.pepstock.charba.client.options.Options.Property
- BORDER_COLOR - org.pepstock.charba.client.options.Tooltips.Property
- BORDER_COLOR - org.pepstock.charba.client.sankey.SankeyDataset.Property
- BORDER_COLOR - org.pepstock.charba.client.utils.toast.Action.Property
- BORDER_COLOR - org.pepstock.charba.client.zoom.Drag.Property
- BORDER_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BorderOptionsHandler
- BORDER_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- BORDER_DASH - org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
- BORDER_DASH - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BORDER_DASH - org.pepstock.charba.client.configuration.Line.Property
- BORDER_DASH - org.pepstock.charba.client.configuration.RadialAngleLines.Property
- BORDER_DASH - org.pepstock.charba.client.configuration.Segment.Property
- BORDER_DASH - org.pepstock.charba.client.data.LiningDataset.Property
- BORDER_DASH - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- BORDER_DASH - org.pepstock.charba.client.items.TooltipLabelColor.Property
- BORDER_DASH - org.pepstock.charba.client.options.AngleLines.Property
- BORDER_DASH - org.pepstock.charba.client.options.Line.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.configuration.Line.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.configuration.RadialAngleLines.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.configuration.Segment.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.data.LiningDataset.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.options.AngleLines.Property
- BORDER_DASH_OFFSET - org.pepstock.charba.client.options.Line.Property
- BORDER_DASH_OFFSET_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BorderOptionsHandler
- BORDER_DASH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BorderOptionsHandler
- BORDER_JOIN_STYLE - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.configuration.Arc.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.configuration.Line.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.configuration.Segment.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.data.LiningDataset.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.data.PieDataset.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.data.PolarAreaDataset.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.items.ArcElementOptions.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.options.Arc.Property
- BORDER_JOIN_STYLE - org.pepstock.charba.client.options.Line.Property
- BORDER_JOIN_STYLE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
- BORDER_RADIUS - org.pepstock.charba.client.annotation.BorderRadiusHandler.Property
- BORDER_RADIUS - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BORDER_RADIUS - org.pepstock.charba.client.configuration.Arc.Property
- BORDER_RADIUS - org.pepstock.charba.client.configuration.Bar.Property
- BORDER_RADIUS - org.pepstock.charba.client.configuration.RadialPointLabels.Property
- BORDER_RADIUS - org.pepstock.charba.client.data.BarDataset.Property
- BORDER_RADIUS - org.pepstock.charba.client.data.PieDataset.Property
- BORDER_RADIUS - org.pepstock.charba.client.datalabels.LabelItem.Property
- BORDER_RADIUS - org.pepstock.charba.client.impl.charts.MeterDataset.Property
- BORDER_RADIUS - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- BORDER_RADIUS - org.pepstock.charba.client.items.ArcElementOptions.Property
- BORDER_RADIUS - org.pepstock.charba.client.items.BarElementOptions.Property
- BORDER_RADIUS - org.pepstock.charba.client.items.LegendItem.Property
- BORDER_RADIUS - org.pepstock.charba.client.items.TooltipLabelColor.Property
- BORDER_RADIUS - org.pepstock.charba.client.matrix.MatrixDataset.Property
- BORDER_RADIUS - org.pepstock.charba.client.matrix.MatrixElementOptions.Property
- BORDER_RADIUS - org.pepstock.charba.client.options.Arc.Property
- BORDER_RADIUS - org.pepstock.charba.client.options.Bar.Property
- BORDER_RADIUS - org.pepstock.charba.client.options.LegendLabels.Property
- BORDER_RADIUS - org.pepstock.charba.client.options.PointLabels.Property
- BORDER_RADIUS - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- BORDER_RADIUS - org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- BORDER_RADIUS - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- BORDER_RADIUS - org.pepstock.charba.client.utils.toast.Action.Property
- BORDER_RADIUS_EMPTY_ARRAY - Static variable in class org.pepstock.charba.client.data.BarDataset
- BORDER_RADIUS_EMPTY_ARRAY - Static variable in class org.pepstock.charba.client.data.PieDataset
- BORDER_RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BorderRadiusHandler
- BORDER_RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- BORDER_SHADOW_COLOR - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BORDER_SHADOW_COLOR - org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
- BORDER_SHADOW_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- BORDER_SKIPPED - org.pepstock.charba.client.configuration.Bar.Property
- BORDER_SKIPPED - org.pepstock.charba.client.data.BarDataset.Property
- BORDER_SKIPPED - org.pepstock.charba.client.items.BarElementOptions.Property
- BORDER_SKIPPED - org.pepstock.charba.client.options.Bar.Property
- BORDER_STYLE - org.pepstock.charba.client.utils.toast.Action.Property
- BORDER_WIDTH - org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
- BORDER_WIDTH - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- BORDER_WIDTH - org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
- BORDER_WIDTH - org.pepstock.charba.client.configuration.Segment.Property
- BORDER_WIDTH - org.pepstock.charba.client.data.Dataset.CommonProperty
- BORDER_WIDTH - org.pepstock.charba.client.datalabels.LabelItem.Property
- BORDER_WIDTH - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to borderWidth property to animate the element.
- BORDER_WIDTH - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- BORDER_WIDTH - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- BORDER_WIDTH - org.pepstock.charba.client.items.BarElementOptions.Property
- BORDER_WIDTH - org.pepstock.charba.client.items.CommonElementOptions.Property
- BORDER_WIDTH - org.pepstock.charba.client.items.TooltipLabelColor.Property
- BORDER_WIDTH - org.pepstock.charba.client.matrix.MatrixElementOptions.Property
- BORDER_WIDTH - org.pepstock.charba.client.options.AbstractElement.Property
- BORDER_WIDTH - org.pepstock.charba.client.options.Tooltips.Property
- BORDER_WIDTH - org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- BORDER_WIDTH - org.pepstock.charba.client.utils.toast.Action.Property
- BORDER_WIDTH - org.pepstock.charba.client.zoom.Drag.Property
- BORDER_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default border width of selection cleaner element
Used only when use selection style is set totrue. - BORDER_WIDTH_EMPTY_ARRAY - Static variable in class org.pepstock.charba.client.data.BarDataset
- BORDER_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.BorderOptionsHandler
- BORDER_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- BorderAlign - Enum in org.pepstock.charba.client.enums
-
Property to set the border alignment on chart datasets.
- BorderAlign(String) - Constructor for enum org.pepstock.charba.client.enums.BorderAlign
-
Creates with the property value to use in the native object.
- borderAlignCallback - Variable in class org.pepstock.charba.client.configuration.Arc
- borderAlignCallback - Variable in class org.pepstock.charba.client.data.BorderAlignHandler
- BorderAlignCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderAlignproperty at runtime. - borderAlignCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Arc
- borderAlignCallbackProxy - Variable in class org.pepstock.charba.client.data.BorderAlignHandler
- borderAlignHandler - Variable in class org.pepstock.charba.client.data.PieDataset
- borderAlignHandler - Variable in class org.pepstock.charba.client.data.PolarAreaDataset
- BorderAlignHandler - Class in org.pepstock.charba.client.data
-
Utility to manage the border alignment on chart datasets.
- BorderAlignHandler(NativeObject, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BorderAlignHandler
-
Creates the utility using data set native object.
- BorderAlignHandler.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- borderCapStyleCallback - Variable in class org.pepstock.charba.client.configuration.Line
- borderCapStyleCallback - Variable in class org.pepstock.charba.client.configuration.Segment
- borderCapStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- borderCapStyleCallbackProxy - Variable in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
- borderCapStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Line
- borderCapStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
- borderCapStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- borderColor - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
- borderColorCallback - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- borderColorCallback - Variable in class org.pepstock.charba.client.configuration.Segment
- borderColorCallback - Variable in class org.pepstock.charba.client.data.Dataset
- borderColorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BorderOptionsHandler
- borderColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- borderColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
- borderColorCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
- borderColorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- borderDashCallback - Variable in class org.pepstock.charba.client.configuration.Line
- borderDashCallback - Variable in class org.pepstock.charba.client.configuration.RadialAngleLines
- borderDashCallback - Variable in class org.pepstock.charba.client.configuration.Segment
- borderDashCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- BorderDashCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderDashproperty at runtime. - borderDashCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BorderOptionsHandler
- borderDashCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Line
- borderDashCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialAngleLines
- borderDashCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
- borderDashCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- borderDashOffsetCallback - Variable in class org.pepstock.charba.client.configuration.Line
- borderDashOffsetCallback - Variable in class org.pepstock.charba.client.configuration.RadialAngleLines
- borderDashOffsetCallback - Variable in class org.pepstock.charba.client.configuration.Segment
- borderDashOffsetCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- BorderDashOffsetCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderDashOffsetproperty at runtime. - borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BorderOptionsHandler
- borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Line
- borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialAngleLines
- borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
- borderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- borderItemsHandler - Variable in class org.pepstock.charba.client.data.BarDataset
- borderItemsHandler - Variable in class org.pepstock.charba.client.data.PieDataset
- BorderItemsHandler - Class in org.pepstock.charba.client.data
-
Utility class which can provide methods to manage properties related to borders of the element.
Some options could be border width and border radius. - BorderItemsHandler(NativeObject) - Constructor for class org.pepstock.charba.client.data.BorderItemsHandler
-
Creates the object with native object instance to be wrapped.
- BorderItemType - Enum in org.pepstock.charba.client.enums
-
Property which map the border width and border radius types on
BarDataset. - BorderItemType(String) - Constructor for enum org.pepstock.charba.client.enums.BorderItemType
-
Creates with the property value to use in the native object.
- borderJoinStyleCallback - Variable in class org.pepstock.charba.client.configuration.Arc
- borderJoinStyleCallback - Variable in class org.pepstock.charba.client.configuration.Line
- borderJoinStyleCallback - Variable in class org.pepstock.charba.client.configuration.Segment
- borderJoinStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- borderJoinStyleCallback - Variable in class org.pepstock.charba.client.data.PieDataset
- borderJoinStyleCallback - Variable in class org.pepstock.charba.client.data.PolarAreaDataset
- borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
- borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Arc
- borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Line
- borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
- borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.PieDataset
- borderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.PolarAreaDataset
- borderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- borderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.Arrow
- borderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.Callout
- borderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.LineLabel
- BorderOptionsHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the border options.
- BorderOptionsHandler(AbstractAnnotation, IsDefaultsBorderOptionsHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Creates a border options handler with the native object where border options properties must be managed and the default value to use when the property does not exist.
- BorderOptionsHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- borderRadius - Variable in class org.pepstock.charba.client.items.LegendItem
- borderRadiusCallback - Variable in class org.pepstock.charba.client.configuration.Arc
- borderRadiusCallback - Variable in class org.pepstock.charba.client.configuration.Bar
- borderRadiusCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- borderRadiusCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- borderRadiusCallback - Variable in class org.pepstock.charba.client.data.PieDataset
- borderRadiusCallback - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- borderRadiusCallback - Variable in class org.pepstock.charba.client.treemap.TreeMapDataset
- BorderRadiusCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
borderRadiusproperty at runtime. - borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BorderRadiusHandler
- borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Arc
- borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Bar
- borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.PieDataset
- borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- borderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.treemap.TreeMapDataset
- borderRadiusHandler - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
- borderRadiusHandler - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- borderRadiusHandler - Variable in class org.pepstock.charba.client.annotation.LineLabel
- BorderRadiusHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the border radius options.
- BorderRadiusHandler(AbstractAnnotation, IsDefaultsBorderRadiusHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.BorderRadiusHandler
-
Creates a border radius handler with the native object where border radius properties must be managed and the default value to use when the property does not exist.
- BorderRadiusHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- BorderRadiusItem - Class in org.pepstock.charba.client.items
-
Defines the border radius for legend item element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).
- BorderRadiusItem(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.items.BorderRadiusItem
-
Creates the object with native object instance to be wrapped.
- BorderRadiusItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- borderRadiusObject - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
- borderShadowColorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- BorderSkipped - Enum in org.pepstock.charba.client.enums
-
Property to set the border position on chart datasets.
This setting is used to avoid drawing the bar stroke at the base of the fill. - BorderSkipped(String) - Constructor for enum org.pepstock.charba.client.enums.BorderSkipped
-
Creates with the property value to use in the native object.
- borderSkippedCallback - Variable in class org.pepstock.charba.client.configuration.Bar
- borderSkippedCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- BorderSkippedCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderSkippedproperty at runtime. - borderSkippedCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Bar
- borderSkippedCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- BorderStyle - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the sets the line style for all four sides of an element's border.
- BorderStyle(String) - Constructor for enum org.pepstock.charba.client.dom.enums.BorderStyle
-
Creates with the property value to use in the native object.
- borderWidth - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
- borderWidthCallback - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- borderWidthCallback - Variable in class org.pepstock.charba.client.configuration.Segment
- borderWidthCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- borderWidthCallback - Variable in class org.pepstock.charba.client.data.Dataset
- borderWidthCallback - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.annotation.BorderOptionsHandler
- borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Segment
- borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
- borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- borderWidthCallbackProxy - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- BOSNIA_AND_HERZEGOVINA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bosnia and Herzegovina region.
- BOSNIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bosnian language.
- BOTSWANA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Botswana region.
- bottom - Variable in class org.pepstock.charba.client.colors.Area
- bottom - Variable in class org.pepstock.charba.client.impl.plugins.SelectionArea
- bottom - Variable in class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
- BOTTOM - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property sets the callout on bottom of the label.
- BOTTOM - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned to the bottom of the anchor point (90 degrees).
- BOTTOM - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the bottom of the bounding box.
- BOTTOM - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit below its normal position.
- BOTTOM - org.pepstock.charba.client.enums.BorderSkipped
-
The bottom property sets the bottom edge of an element to a unit above/below its normal position.
- BOTTOM - org.pepstock.charba.client.enums.Position
-
The bottom property sets the bottom edge of an element to a unit above/below its normal position.
- BOTTOM - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is positioned to the bottom.
- BOTTOM - org.pepstock.charba.client.geo.enums.Align
-
The scale is positioned to the bottom of the chart (horizontal).
- BOTTOM - org.pepstock.charba.client.geo.enums.Position
-
the bottom property sets the bottom edge of an element.
- BOTTOM - org.pepstock.charba.client.geo.Margin.Property
- BOTTOM - org.pepstock.charba.client.items.BaseBoxItem.Property
- BOTTOM - org.pepstock.charba.client.matrix.enums.Anchor
-
The bottom property sets the data element position to bottom.
- BOTTOM - org.pepstock.charba.client.treemap.enums.Position
-
The text is in the bottom of the rectangle.
- BOTTOM_LEFT - org.pepstock.charba.client.colors.GradientOrientation
-
From bottom(right) to left(top) (diagonal)
- BOTTOM_LEFT - org.pepstock.charba.client.data.BarBorderRadius.Property
- BOTTOM_LEFT - org.pepstock.charba.client.geo.enums.Position
-
The bottom-left property sets the bottom-left edge of an element.
- BOTTOM_LEFT - org.pepstock.charba.client.items.BorderRadiusItem.Property
- BOTTOM_RIGHT - org.pepstock.charba.client.colors.GradientOrientation
-
From bottom(left) to right(top) (diagonal)
- BOTTOM_RIGHT - org.pepstock.charba.client.data.BarBorderRadius.Property
- BOTTOM_RIGHT - org.pepstock.charba.client.geo.enums.Position
-
The bottom-right property sets the bottom-right edge of an element.
- BOTTOM_RIGHT - org.pepstock.charba.client.items.BorderRadiusItem.Property
- BOTTOM_UP - org.pepstock.charba.client.colors.GradientOrientation
-
From bottom to to (vertical)
- Bounds - Enum in org.pepstock.charba.client.enums
-
Controls the scale boundary strategy (bypassed by minimum/maximum time options).
- Bounds(String) - Constructor for enum org.pepstock.charba.client.enums.Bounds
-
Creates with the property value to use in the native object.
- BOUNDS - org.pepstock.charba.client.configuration.CartesianAxis.Property
- BOUNDS - org.pepstock.charba.client.options.AbstractScale.Property
- boundsCallback - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- BoundsCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
boundsproperty at runtime, forCartesianAxis. - boundsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- BOURBON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bourbon" -
- BOUVET_ISLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bouvet Island region.
- Box - Class in org.pepstock.charba.client.colors.tiles
-
BOX drawer to design a box in the tile.
It designs a box in the following tile sections (A and B):
- Box() - Constructor for class org.pepstock.charba.client.colors.tiles.Box
- BOX - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a BOX annotation which draws a box in the a chart.
- BOX - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a box on the tile.
- BOX_HEIGHT - org.pepstock.charba.client.options.BoxHandler.Property
- BOX_PADDING - org.pepstock.charba.client.options.Tooltips.Property
- BOX_WIDTH - org.pepstock.charba.client.options.BoxHandler.Property
- BoxAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a BOX annotation which draws a box in the a chart.
If one of the axes is not specified, the box will take the entire chart dimension.
The 4 coordinates, xMin, xMax, yMin, yMax are optional. - BoxAnnotation() - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptionsinstance.
The annotation id is calculated automatically. - BoxAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - BoxAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - BoxAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - BoxAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptionsinstance, using the native object and defaults passed as argument. - BoxAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates a box annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - BoxAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation
-
Creates the object wrapping an existing native object.
- BoxAnnotation.BoxElementFactory - Class in org.pepstock.charba.client.annotation
-
Specific element factory for box annotation elements.
- BoxAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- BoxElementFactory(String) - Constructor for class org.pepstock.charba.client.annotation.BoxAnnotation.BoxElementFactory
-
Creates the factory by the key of object, as string.
- boxHandler - Variable in class org.pepstock.charba.client.options.LegendLabels
- boxHandler - Variable in class org.pepstock.charba.client.options.Tooltips
- BoxHandler - Class in org.pepstock.charba.client.options
-
Base object to map the box dimension options.
- BoxHandler(AbstractNode, IsDefaultBoxHandler, NativeObject) - Constructor for class org.pepstock.charba.client.options.BoxHandler
-
Creates a box handler with the native object where box dimension properties must be managed and the default value to use when the property does not exist.
- BoxHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- BoxLabel - Class in org.pepstock.charba.client.annotation
-
Implements a LABEL to apply on a BOX annotation.
- BoxLabel(BoxAnnotation, IsDefaultsBoxLabel) - Constructor for class org.pepstock.charba.client.annotation.BoxLabel
-
To avoid any instantiation because is added in the all
BoxAnnotation. - BoxLabel(BoxAnnotation, NativeObject, IsDefaultsBoxLabel) - Constructor for class org.pepstock.charba.client.annotation.BoxLabel
-
To avoid any instantiation because is added in the all
BoxAnnotation. - BR_B_G - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color brBG.
- BR_B_G10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG10" -
- BR_B_G11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG11" -
- BR_B_G3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG3" -
- BR_B_G4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG4" -
- BR_B_G5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG5" -
- BR_B_G6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG6" -
- BR_B_G7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG7" -
- BR_B_G8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG8" -
- BR_B_G9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BrBG9" -
- BRADY_BRADY_FUN_FUN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Brady Brady Fun Fun" -
- BRAH - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for brah numbering system.
- BRAH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Brahmi script.
- BRAI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Braille script.
- BRAZIL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Brazil region.
- BRAZIL_ACRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Brazil/Acre timezone.
- BRAZIL_DENORONHA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Brazil/DeNoronha timezone.
- BRAZIL_EAST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Brazil/East timezone.
- BRAZIL_WEST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Brazil/West timezone.
- BRAZILIAN_REAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Brazilian Real currency.
- BREEZE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Breeze6" -
- BRETON - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Breton language.
- BrewerScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Color Brewer schemes.
To configureColorSchemes.IDplugin, where category is "brewer".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme. - BrewerScheme(String, String...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Builds a scheme using argument as list of colors in HEX format.
- BRIGHT_VAULT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bright Vault" -
- brighter() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Creates a new color that is a brighter version of this color.
- brighter(double) - Method in interface org.pepstock.charba.client.colors.IsColor
-
Creates a new color that is a brighter version of this color.
- BRITISH_INDIAN_OCEAN_TERRITORY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for British Indian Ocean Territory region.
- BRITISH_VIRGIN_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for British Virgin Islands region.
- BROKEN_HEARTS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Broken Hearts" -
- BROWN - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN" -
- BROWN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "brown" -
- BROWN - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "BROWN" -
- BROWN_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_DARKEN_1" -
- BROWN_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_DARKEN_2" -
- BROWN_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_DARKEN_3" -
- BROWN_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_DARKEN_4" -
- BROWN_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_1" -
- BROWN_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_2" -
- BROWN_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_3" -
- BROWN_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_4" -
- BROWN_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "BROWN_LIGHTEN_5" -
- BROWN20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Brown20" -
- BRUNEI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Brunei region.
- BRUNEI_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Brunei Dollar currency.
- btoa(String) - Static method in class org.pepstock.charba.client.utils.Window
-
Encodes a string in base-64.
- BU_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color buGn.
- BU_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn3" -
- BU_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn4" -
- BU_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn5" -
- BU_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn6" -
- BU_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn7" -
- BU_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn8" -
- BU_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuGn9" -
- BU_PU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color buPu.
- BU_PU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu3" -
- BU_PU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu4" -
- BU_PU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu5" -
- BU_PU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu6" -
- BU_PU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu7" -
- BU_PU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu8" -
- BU_PU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "BuPu9" -
- BUBBLE - org.pepstock.charba.client.ChartType
-
A bubble chart is used to display three dimensions of data at the same time.
- BubbleChart - Class in org.pepstock.charba.client
-
BUBBLE chart implementation.
A bubble chart is used to display three dimensions of data at the same time.
The location of the bubble is determined by the first two dimensions and the corresponding horizontal and vertical axes.
The third dimension is represented by the size of the individual bubbles. - BubbleChart() - Constructor for class org.pepstock.charba.client.BubbleChart
-
Builds the object.
- BubbleChart(Type) - Constructor for class org.pepstock.charba.client.BubbleChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - BubbleChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
BUBBLE chart GWT WIDGET implementation.
A bubble chart is used to display three dimensions of data at the same time.
The location of the bubble is determined by the first two dimensions and the corresponding horizontal and vertical axes.
The third dimension is represented by the size of the individual bubbles. - BubbleChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
-
Builds the object.
- BubbleChartWidget(BubbleChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - BubbleDataset - Class in org.pepstock.charba.client.data
-
The chart allows a number of properties to be specified for each data set.
- BubbleDataset() - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates a data set.
It uses the global options has default. - BubbleDataset(boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates a data set.
It uses the global options has default. - BubbleDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates the data set using a default.
- BubbleDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates the data set using a default.
- BubbleDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates the data set using chart type related to the data set.
- BubbleDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.BubbleDataset
-
Creates the data set using a default and chart type related to the data set.
- BubbleDataset.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- BubbleMapChart - Class in org.pepstock.charba.client.geo
-
A Bubble Map, as known as Proportional Symbol is used to render maps with dots that are scaled according to some numerical value.
It is based on a regular bubble chart where the positioning is done using latitude and longitude to create a legend for the different radi. - BubbleMapChart() - Constructor for class org.pepstock.charba.client.geo.BubbleMapChart
-
Builds the object.
- BubbleMapChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
BUBBLEMAP chart GWT WIDGET implementation.
A Bubble Map, as known as Proportional Symbol is used to render maps with dots that are scaled according to some numerical value.
It is based on a regular bubble chart where the positioning is done using latitude and longitude to create a legend for the different radi. - BubbleMapChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Builds the object.
- BubbleMapChartWidget(BubbleMapChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - BubbleMapDataPoint - Class in org.pepstock.charba.client.geo
-
Used for BubbleMap data sets to set the data to render.
A data has to have alatitudeandlongitudeproperties and avalueproperty containing the value for the coloring. - BubbleMapDataPoint() - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Creates the object with an empty native object.
- BubbleMapDataPoint(double, double) - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Creates the object with the assigned latitude and longitude.
- BubbleMapDataPoint(double, double, double) - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Creates the object with the assigned latitude, longitude and value.
- BubbleMapDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Creates the object with a native object passed as argument.
- BubbleMapDataPoint.BubbleMapDataPointFactory - Class in org.pepstock.charba.client.geo
-
Creates
BubbleMapDataPointform aNativeObject. - BubbleMapDataPoint.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- BubbleMapDataPointFactory() - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataPoint.BubbleMapDataPointFactory
-
To avoid any instantiation
- BubbleMapDataPointFactory() - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataset.BubbleMapDataPointFactory
- BubbleMapDataset - Class in org.pepstock.charba.client.geo
-
It is a
BubbleDatasetwith additional options for bubble map charts. - BubbleMapDataset() - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataset
-
Creates a data set.
It uses the global options has default. - BubbleMapDataset(ControllerType, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataset
-
Creates a data set by defaults value and the controller type.
- BubbleMapDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.geo.BubbleMapDataset
-
Creates a data set setting the defaults value.
- BubbleMapDataset.BubbleMapDataPointFactory - Class in org.pepstock.charba.client.geo
-
Factory to create a data point from a native object, used for array container lists.
- BubbleMapOptions - Class in org.pepstock.charba.client.geo
-
Specific options for bubble map chart.
- BubbleMapOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.geo.BubbleMapOptions
-
Builds the object storing the chart instance and defaults.
- BubbleOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for BUBBLE chart.
- BubbleOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.BubbleOptions
-
Builds the object storing the chart instance.
- BUBBLES - org.pepstock.charba.client.dom.events.EventInit.Property
- BUBBLING - org.pepstock.charba.client.dom.enums.EventPhase
-
The event is propagating back up through the target's ancestors in reverse order, starting with the parent, and eventually reaching the containing window.
- BUDDHIST - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for buddhist calendar.
- BUGI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Buginese script.
- BUHD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Buhid script.
- build() - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Builds and returns a gradient instance.
- build() - Method in class org.pepstock.charba.client.colors.PatternBuilder
-
Builds and returns a pattern instance.
- build() - Static method in class org.pepstock.charba.client.data.Labels
-
Builds new label object
- build() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns a configured labels options.
- build() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Returns a configured plugin options.
- build() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Returns a configured plugin options.
- build() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Returns a configured plugin options.
- build() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Returns a configured plugin options.
- build() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Returns a configured plugin options.
- build() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Returns a configured plugin options.
- build() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Returns an instance of locale created from the fields set on this builder.
- build() - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns a configured labels options.
- build() - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Returns a update configuration item.
- build() - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Creates and returns the
Canvaswhich contains the content which can be added to a chart. - build() - Method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new toast type.
- build() - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Returns a configured toast options.
- build() - Method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new toast type.
- build(int, int, int) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Creates a color using red, green and blue channels.
- build(int, int, int, double) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Creates a color by red, green, blue and alpha
- build(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Returns an instance of locale created from the fields set on this builder.
- build(String, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
-
Creates an image to apply to canvas with the HTML content (MUST BE XML well-formed) and width and height of the resulted image.
- build(NativeObject) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient, previously stored in the a native java script object.
- build(NativeObject) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates a pattern, previously stored in the a native java script object
- build(BaseHtmlElement, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
-
Creates an image to apply to canvas with the HTML content (passed as DOM element) and width and height of the resulted image.
- build(IsRegression) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression instance, using the passed regression instance.
- build(RegressionDataset) - Static method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates new regression dataset cloning the passed dataset.
The options and the data are NOT cloned. - build(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression, using the passed regression descriptor instance to create new regression.
- buildByDescriptor(RegressionType) - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Returns
trueif the regression instance must be created by the passed descriptor. - buildByHexValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Parses HEX value translating in the a color.
- buildByHexValue(String, boolean) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Parses HEX value translating in the a color.
- buildByHSLAValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Parses HSL value translating in the a color.
- buildByHSLValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Parses HSL value translating in the a color.
- buildByRGBAValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Parses RGBA value translating in the a color.
- buildByRGBValue(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Parses RGB value translating in the a color.
- buildColorCell(IsChart, HtmlLegendId, HtmlLegendItem) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Builds a
TableCellwhich should contains and represents the color of dataset. - buildDataset(IsRegression, List<Double>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart, using the passed X and Y values.
- builder - Variable in class org.pepstock.charba.client.controllers.ControllerTemplate
- builder - Variable in class org.pepstock.charba.client.datalabels.AbstractBuilder
- builder - Variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
- builder - Variable in class org.pepstock.charba.client.labels.LabelBuilder
- builder - Variable in class org.pepstock.charba.client.resources.AbstractInjectableResource
- buildExponentialRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a exponential regression.
- buildExponentialRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
- buildLabelCell(IsChart, HtmlLegendId, LegendLabelItem, HtmlLegendItemCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Builds a
TableCellwhich should contains and represents the label of dataset. - buildLegend(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Builds the legend for the passed chart using
Tableas model. - buildLinearRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a simple linear regression.
- buildLinearRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
- buildMessage(String, String) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
-
Creates the message for the exception.
- buildMessage(String, String) - Static method in class org.pepstock.charba.client.controllers.ControllerTypeChecker
-
Creates the message for the exception.
- buildMessage(String, String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
-
Creates the message for the exception.
- buildPolynomialRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a polynomial regression.
It uses the default degree, 2. - buildPolynomialRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
It uses the default degree, 2. - buildPolynomialRegression(int) - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a polynomial regression.
- buildPolynomialRegression(int) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart, using the passed maximum degree.
- buildPowerRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a power regression.
- buildPowerRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
- buildRobustPolynomialRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a robust polynomial regression.
It uses the default degree, 2. - buildRobustPolynomialRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
It uses the default degree, 2. - buildRobustPolynomialRegression(int) - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a robust polynomial regression.
- buildRobustPolynomialRegression(int) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart, using the passed maximum degree.
- buildTheilSenRegression() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates a TheilSen regression.
- buildTheilSenRegression() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates a regression dataset, to add to a chart.
- buildTile(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
- buildTitleCell(IsChart, Legend, HtmlLegendTitleCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Builds a
TableCellwhich should contains and represents the title of legend. - buildWithValidatedContent(String, String, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
-
Creates the images to be returned, managing the cache of them.
- built - Variable in class org.pepstock.charba.client.commons.AbstractBaseBuilder
- BUKUSU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bukusu language.
- BULGARIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Bulgaria region.
- BULGARIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Bulgarian language.
- BULGARIAN_LEV - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Bulgarian Lev currency.
- BUPE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Bupe" -
- BURKINA_FASO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Burkina Faso region.
- BURLY_WOOD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "burlyWood" -
- BURMESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Burmese language.
- BURNING_ORANGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Burning Orange" -
- BURUNDI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Burundi region.
- BURUNDI_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Burundi Franc currency.
- BUTT - org.pepstock.charba.client.enums.CapStyle
-
The ends of lines are squared off at the end points.
Default. - button - Variable in enum org.pepstock.charba.client.dom.enums.EventButton
- BUTTON - org.pepstock.charba.client.dom.events.MouseEventInit.Property
- buttons - Variable in enum org.pepstock.charba.client.dom.enums.EventButton
- BUTTONS - org.pepstock.charba.client.dom.events.MouseEventInit.Property
- BY_DESIGN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "By Design" -
- BYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for byte.
C
- CABO_VERDE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cabo Verde region.
- CABO_VERDE_ESCUDO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Cabo Verde Escudo currency.
- CADET_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "cadetBlue" -
- CAKM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for cakm numbering system.
- CAKM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Chakma script.
- calculateEase(IsChart, MeterDataset) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Calculates the easing based on circumference of the data set element.
- calculateFont(Context2dItem, String, double, String) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Calculates the font based on available space of the tile.
- calculateFontSize(Context2dItem, double, String, IsFont) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Calculates the font size based on available space in the square in the doughnut inner radius.
- calculatePointsX(SelectionCleaner) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates X coordinates and items for selection cleaner element by alignment and rendering
- calculatePointsY(SelectionCleaner) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates Y coordinates and items for selection cleaner element by position.
- calculateSelectionCleanerHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates the height of selection cleaner element and sets all values for label and image as well.
Height is composed by:
border width padding image height or font size padding border width - calculateSelectionCleanerPositions() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates X and Y coordinates for selection cleaner element and for image and label
- calculateSelectionCleanerWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Calculates the width of selection cleaner element and sets all values for label and image as well.
Width is composed by:
border width padding image width or label width or image width plus label width with spacing padding border width - calculateTextAlignment(double) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Calculates the X starting position of the text row of the content to draw on the canvas, based on
TextAlign. - Calendar - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the calendar to manage the dates.
- Calendar(String) - Constructor for enum org.pepstock.charba.client.intl.enums.Calendar
-
Creates with the property value to use in the native object.
- CALENDAR - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- call() - Method in interface org.pepstock.charba.client.commons.CallbackProxy.Proxy
-
Call method the function
proxyimplemented in the additional java script source. - call() - Method in class org.pepstock.charba.client.controllers.NativeFunction
-
Calls a function and sets its
thisto the provided value.
Arguments can be passed as they are but not implemented here. - call() - Method in interface org.pepstock.charba.client.utils.Window.AsyncCallback
-
Method of function to be called for
setTimeoutandsetIntervalmethods. - call(double) - Method in interface org.pepstock.charba.client.geo.ColorAxisMapper.ProxyInterpolateCallback
-
Method of function to be called to interpolate the color on GEO chart.
- call(double, int, ArrayDouble) - Method in interface org.pepstock.charba.client.configuration.LinearTickHandler.ProxyTickCallback
-
Method of function to be called when tick is created.
- call(double, int, ArrayObject) - Method in interface org.pepstock.charba.client.configuration.TimeTickHandler.ProxyTickCallback
-
Method of function to be called when tick is created.
- call(double, int, ArrayString) - Method in interface org.pepstock.charba.client.configuration.CategoryTickHandler.ProxyTickCallback
-
Method of function to be called when tick is created.
- call(int, NativeMouseEvent) - Method in interface org.pepstock.charba.client.utils.toast.ActionItem.ProxyActionEventCallback
-
Method of function to be called when an event is emitted on the toast action.
- call(int, NativeMouseEvent) - Method in interface org.pepstock.charba.client.utils.toast.ToastOptions.ProxyEventCallback
-
Method of function to be called when an event is emitted on the toast item.
- call(Object) - Method in interface org.pepstock.charba.client.utils.WindowHelper.OnBeforePrintCallback
-
Method of function to be called on before print.
- call(Object, NativeObject) - Method in interface org.pepstock.charba.client.datalabels.LabelItem.ProxyFormatterCallback
-
Method of function to be called to provide the value by custom formatter.
- call(String, int) - Method in interface org.pepstock.charba.client.commons.ArrayString.ArrayFilterCallback
-
Method of function to be called to filter the array.
- call(String, int) - Method in interface org.pepstock.charba.client.configuration.RadialPointLabels.ProxyPointLabelCallback
-
Method of function to be called to transform data labels to point labels.
- call(String, Object) - Method in interface org.pepstock.charba.client.utils.JSON.Replacer
-
Method of function to alter the behavior of the stringification process.
- call(Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyGenerateLabelsCallback
-
Method of function to be called to generate legend items for each thing in the legend.
- call(Chart, NativeObject) - Method in interface org.pepstock.charba.client.configuration.ConfigurationOptions.ProxyChartResizeCallback
-
Method of function to be called when a resize event on chart is triggered.
- call(Chart, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.plugins.AbstractBasePlugin.ProxyWithoutReturnValueCallback
-
Called without providing any value.
- call(Chart, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.plugins.AbstractBasePlugin.ProxyWithReturnValueCallback
-
Called with return value.
- call(Chart, NativeObject, NativeObject, boolean) - Method in interface org.pepstock.charba.client.interaction.ExtendedInteraction
-
Method of function to be called to invoke a custom interaction mode.
- call(Chart, NativeObject, NativeObject, boolean) - Method in class org.pepstock.charba.client.interaction.NativeInteraction
-
Method of function to be called to invoke a custom interactioner.
- call(ArrayObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyTooltipsCallback
-
Method of function to be called to invoke a tooltip callback on elements.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyArrayCallback
-
Method of function to be called to provide an array property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyBooleanCallback
-
Method of function to be called to provide a boolean property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyDoubleCallback
-
Method of function to be called to provide a double property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyHandlerCallback
-
Method of function to be called to provide a scriptable options implementation with a context.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyIntegerCallback
-
Method of function to be called to provide a integer property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyNativeObjectCallback
-
Method of function to be called to provide a native object property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyObjectCallback
-
Method of function to be called to provide a object property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyStringCallback
-
Method of function to be called to provide a string property.
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyExternalCallback
-
Method of function to be called to hook in the tooltip rendering process so that you can render the tooltip in your own custom way.
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyFilterCallback
-
Method of function to be called to filter tooltip items
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyLabelCallback
-
Method of function to be called to manage the label.
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyLabelColorCallback
-
Method of function to be called to have label color for the item.
- call(NativeObject) - Method in interface org.pepstock.charba.client.configuration.TooltipsCallbacks.ProxyLabelTextColorCallback
-
Method of function to be called to have text label color for the item.
- call(NativeObject) - Method in interface org.pepstock.charba.client.utils.toast.ToastOptions.ProxyHandlerCallback
-
Method of function to be called when an handler must engage for notification.
- call(NativeObject, int) - Method in interface org.pepstock.charba.client.commons.ArrayObject.ArrayFilterCallback
-
Method of function to be called to filter the array.
- call(NativeObject, int) - Method in interface org.pepstock.charba.client.commons.ArrayObject.ArrayFindCallback
-
Method of function to be called to find an element in the array.
- call(NativeObject, Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyFilterCallback
-
Method of function to be called to filter legend items out of the legend.
- call(NativeObject, ArrayObject, Chart) - Method in interface org.pepstock.charba.client.configuration.ConfigurationOptions.ProxyChartEventCallback
-
Method of function to be called when a event on chart is triggered.
- call(NativeObject, ArrayObject, NativeObject) - Method in interface org.pepstock.charba.client.positioner.Positioner.ProxyPositionerCallback
-
Method of function to be called to invoke a custom positioner for tooltips.
- call(NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyHandlerEvent
-
Method of function to be called to provide events generated by the chart canvas, by CHART.JS
- call(NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.callbacks.ScriptableFunctions.ProxyHandlerEventAndRedraw
-
Method of function to be called to provide events generated by the chart canvas, by CHART.JS
- call(NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.configuration.Tooltips.ProxyItemSortCallback
-
Method of function to be called to allow sorting of tooltip items.
- call(NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.datalabels.Listeners.ProxyHandlerEventWithReturn
-
Method of function to be called to provide events generated by DataLabelsPlugin.
- call(NativeObject, NativeObject, Chart) - Method in interface org.pepstock.charba.client.configuration.LegendLabels.ProxyItemSortCallback
-
Method of function to be called to allow sorting of legend items.
- call(NativeObject, NativeObject, NativeObject) - Method in interface org.pepstock.charba.client.configuration.Legend.ProxyLegendEventCallback
-
Method of function to be called when a event on the legend is raised.
- call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyDrawCallback
-
Draw the representation of the dataset.
- call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyInitializeCallback
-
Initializes the controller.
- call(ControllerContext) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyLinkScalesCallback
-
Ensures that the data set represented by this controller is linked to a scale.
Overridden to helpers.noop in the polar area and doughnut controllers as these chart types using a single scale. - call(ControllerContext, int, int) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyParseCallback
-
Create the meta data for data set.
- call(ControllerContext, String) - Method in interface org.pepstock.charba.client.controllers.WrapperController.ProxyUpdateCallback
-
Update the elements in response to new data.
- call(NativeBaseEvent) - Method in interface org.pepstock.charba.client.dom.BaseEventTarget.EventListenerCallback
-
A function that is called whenever an event of the specified type occurs.
- call(NativeBaseEvent) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin.EscKeyEventListener
-
A function that is called whenever an event of the specified type occurs.
- callback - Variable in class org.pepstock.charba.client.configuration.AbstractTickHandler
- callback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- callback - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
- callback - Variable in class org.pepstock.charba.client.interaction.AbstractNativeInteractioner
- CALLBACK - org.pepstock.charba.client.annotation.enums.ContentType
- CALLBACK - org.pepstock.charba.client.configuration.RadialPointLabels.Property
- CALLBACK - org.pepstock.charba.client.configuration.Tick.Property
- callbackGradientsContainer - Variable in class org.pepstock.charba.client.data.Dataset
- callbackPatternsContainer - Variable in class org.pepstock.charba.client.data.Dataset
- CallbackProperty(String) - Constructor for enum org.pepstock.charba.client.configuration.Axis.CallbackProperty
-
Creates with the property value to use in the native object.
- CallbackPropertyHandler<T> - Class in org.pepstock.charba.client.commons
-
It is managing property where can set a callback.
It uses a cache in order to be able to use the callback even if defined at default or chart options level, both for chart or plugin options. - CallbackPropertyHandler(Key) - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Creates the object storing the property key to manage.
- CallbackPropertyHandler.CallbackWrapper<T> - Class in org.pepstock.charba.client.commons
-
Internal class to wrap the java callback instance and its scopes.
This is the value type of the map. - CallbackPropertyHandler.NodeWrapper - Class in org.pepstock.charba.client.commons
-
The class is needed to wrap a
NativeObjectby aAbstractNodeclass.
This is needed for scriptable options, seeCallbackPropertyHandler.setCallback(AbstractNode, String, Object, org.pepstock.charba.client.commons.CallbackProxy.Proxy). - CallbackPropertyManager - Class in org.pepstock.charba.client.commons
-
It is managing the notification to
CallbackPropertyHandlerwhen some callbacks are defined at chart level.
This is implemented in order to remove unused callbacks from cache. - CallbackPropertyManager() - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyManager
-
To avoid any instantiation
- CallbackPropertyManager.CallbackPropertyNotifier - Class in org.pepstock.charba.client.commons
-
Internal class to listen when a chart instance will be destroy, in order to notify all
CallbackPropertyHandlers to remove the scope from callbacks. - CallbackPropertyNotifier() - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyManager.CallbackPropertyNotifier
- callbackProxy - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
- callbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin.EscKeyEventListener
- CallbackProxy<T> - Class in org.pepstock.charba.client.commons
-
This is a native object which wraps a java script object created by
JsHelper.
This object is used to get a proxy instance which is able to call a java script function passing alsothisjava script value, to maintain the environment when required. - CallbackProxy() - Constructor for class org.pepstock.charba.client.commons.CallbackProxy
- CallbackProxy.Proxy - Interface in org.pepstock.charba.client.commons
-
It's a java script function which maps the function
proxyimplemented in the additional java script source. - callbacks - Variable in class org.pepstock.charba.client.configuration.Tooltips
- callbacks - Variable in class org.pepstock.charba.client.options.Tooltips
- CALLBACKS - org.pepstock.charba.client.options.Tooltips.Property
- CALLBACKS - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
- CALLBACKS - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
- CallbacksEnvelop<T> - Class in org.pepstock.charba.client.callbacks
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - CallbacksEnvelop(T) - Constructor for class org.pepstock.charba.client.callbacks.CallbacksEnvelop
-
Create an envelop with the content passed as argument.
- CallbacksEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.callbacks.CallbacksEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- CallbackWrapper(Dataset, Dataset.CanvasObjectKey, Scriptable<Object, DatasetContext>, String) - Constructor for class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Creates the object, getting all arguments n order to manage the data set callback.
- CallbackWrapper(T) - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
Creates the wrapper with the java callback instance.
- callbackWrappers - Variable in class org.pepstock.charba.client.data.AbstractContainer
- callout - Variable in class org.pepstock.charba.client.annotation.elements.OptionsElement
- callout - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- callout - Variable in class org.pepstock.charba.client.annotation.LineLabel
- Callout - Class in org.pepstock.charba.client.annotation
-
Implements a CALLOUT to apply on a LABEL annotation.
- Callout(AbstractAnnotation, NativeObject, IsDefaultsCallout) - Constructor for class org.pepstock.charba.client.annotation.Callout
-
To avoid any instantiation because is added in the all
LabelAnnotation. - CALLOUT - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- CALLOUT - org.pepstock.charba.client.annotation.LabelAnnotation.Property
- CALLOUT - org.pepstock.charba.client.annotation.LineLabel.Property
- Callout.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- CalloutElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps the label options of a
AnnotationElementat runtime. - CalloutElement(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- CalloutElement.Property - Enum in org.pepstock.charba.client.annotation.elements
-
Name of properties of native object.
- CalloutPosition - Enum in org.pepstock.charba.client.annotation.enums
-
Property to set the position of a
Calloutwith respect to the label. - CalloutPosition(String) - Constructor for enum org.pepstock.charba.client.annotation.enums.CalloutPosition
-
Creates with the property value to use in the native object.
- CalloutPositionCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- CALM_DARYA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Calm Darya" -
- CAMBODIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cambodia region.
- CAMEROON - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cameroon region.
- CAN_YOU_FEEL_THE_LOVE_TONIGHT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Can You Feel The Love Tonight" -
- CANADA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Canada region.
- CANADA - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.CANADA. - CANADA_ATLANTIC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Atlantic timezone.
- CANADA_CENTRAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Central timezone.
- CANADA_EAST_SASKATCHEWAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/East-Saskatchewan timezone.
- CANADA_EASTERN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Eastern timezone.
- CANADA_FRENCH - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.CANADA, forLanguage.FRENCH. - CANADA_MOUNTAIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Mountain timezone.
- CANADA_NEWFOUNDLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Newfoundland timezone.
- CANADA_PACIFIC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Pacific timezone.
- CANADA_SASKATCHEWAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Saskatchewan timezone.
- CANADA_YUKON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Canada/Yukon timezone.
- CANADIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Canadian Dollar currency.
- cancel() - Method in class org.pepstock.charba.client.utils.CSchedulerRegistration
-
Cancels the task scheduling is not started yet.
- CANCEL - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Cancelkey. - CANCELABLE - org.pepstock.charba.client.dom.events.EventInit.Property
- CANDY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Candy" -
- CANS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Unified Canadian Aboriginal Syllabics script.
- canvas - Variable in class org.pepstock.charba.client.AbstractChart
- canvas - Variable in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
- canvas - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
- Canvas - Class in org.pepstock.charba.client.dom.elements
-
Represents a DOM element that enables drawing graphics and animations with own the canvas scripting API.
- Canvas() - Constructor for class org.pepstock.charba.client.dom.elements.Canvas
-
To avoid any instantiation
- CANVAS - org.pepstock.charba.client.annotation.enums.ContentType
- CANVAS - org.pepstock.charba.client.colors.GradientScope
-
The dimension to create a gradient is the canvas.
- CANVAS - org.pepstock.charba.client.enums.PointStyleType
-
The point style is stored as canvas, see
Canvas. - CANVAS_ELEMENT - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for HTMLCanvasElement instances, null.
- CANVAS_NOT_SUPPORTED_MESSAGE - Static variable in class org.pepstock.charba.client.AbstractChart
- CANVAS_NOT_SUPPORTED_MESSAGE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
- CANVAS_PATTER_PREFIX - Static variable in class org.pepstock.charba.client.colors.PatternBuilder
- CANVAS_PATTERNS - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
- canvasCallbackProxy - Variable in class org.pepstock.charba.client.AbstractChart
- CanvasGradientItem - Class in org.pepstock.charba.client.dom.elements
-
Represents an opaque object describing a gradient.
- CanvasGradientItem() - Constructor for class org.pepstock.charba.client.dom.elements.CanvasGradientItem
-
To avoid any instantiation
- CanvasObject - Class in org.pepstock.charba.client.colors
-
Base object for pattern and gradient instances, based on canvas element.
- CanvasObject(String) - Constructor for class org.pepstock.charba.client.colors.CanvasObject
-
Creates a canvas object setting the id passed as argument.
- CanvasObject(NativeObject) - Constructor for class org.pepstock.charba.client.colors.CanvasObject
-
Creates a canvas object by a native object.
- CanvasObject.InternalGradient - Class in org.pepstock.charba.client.colors
-
Internal class which is mapping a
CanvasGradientItemorCanvasPatternItem, casted to aNativeObject, in order to add the canvas object id. - CanvasObject.Property - Enum in org.pepstock.charba.client.colors
-
Name of properties of native object.
- CanvasObjectFactory - Class in org.pepstock.charba.client.colors
-
Abstract utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a canvas gradient or pattern must be created. - CanvasObjectFactory(Key) - Constructor for class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates the object using the scope of this factory.
- CanvasObjectHandler - Class in org.pepstock.charba.client.data
-
Internal plugin, set by data object before a chart is initializing.
This plugin is added to the chart ONLY if the data set is configured to have patterns and gradients.
It cleans up where the chart is destroyed or resized. - CanvasObjectHandler() - Constructor for class org.pepstock.charba.client.data.CanvasObjectHandler
-
To avoid any instantiation
- canvasObjectHandling - Variable in class org.pepstock.charba.client.data.Data
- CanvasObjectProperty(String, boolean) - Constructor for enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
Creates with the property value to use in the native object.
- canvasPatternItem - Variable in class org.pepstock.charba.client.colors.PatternBuilder
- CanvasPatternItem - Class in org.pepstock.charba.client.dom.elements
-
Represents an opaque object describing a pattern, based on an image or a canvas.
- CanvasPatternItem() - Constructor for class org.pepstock.charba.client.dom.elements.CanvasPatternItem
-
To avoid any instantiation
- canvasSupported - Variable in class org.pepstock.charba.client.dom.DOMBuilder
- CAP_BEZIER_POINTS - org.pepstock.charba.client.options.Line.Property
- CAPITAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Capital6" -
- CAPS_LOCK - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Caps Lock key.
- CapStyle - Enum in org.pepstock.charba.client.enums
-
Determines how the end points of every line are drawn.
There are three possible values for this property and those are: butt, round and square. - CapStyle(String) - Constructor for enum org.pepstock.charba.client.enums.CapStyle
-
Creates with the property value to use in the native object.
- CapStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderCapStyleproperty at runtime. - captions - Variable in class org.pepstock.charba.client.treemap.TreeMapDataset
- captions - Variable in class org.pepstock.charba.client.treemap.TreeMapElementOptions
- Captions - Class in org.pepstock.charba.client.treemap
-
The captions can control if and how a caption, to represent the group of the chart, can be shown in the rectangle,
- Captions(AbstractNode, Key, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.treemap.Captions
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- CAPTIONS - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- CAPTIONS - org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- CAPTURING - org.pepstock.charba.client.dom.enums.EventPhase
-
The event is not being processed at this time.
- CARET_PADDING - org.pepstock.charba.client.options.Tooltips.Property
- CARET_SIZE - org.pepstock.charba.client.options.Tooltips.Property
- CARET_X - org.pepstock.charba.client.items.TooltipModel.Property
- CARET_Y - org.pepstock.charba.client.items.TooltipModel.Property
- CARI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Carian script.
- CARIBBEAN_NETHERLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Caribbean Netherlands region.
- CartesianAxis<T extends CartesianTick> - Class in org.pepstock.charba.client.configuration
-
Axes are an integral part of a chart.
- CartesianAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianAxis
-
Builds the object storing the chart instance and cartesian axis type.
- CartesianAxis.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- CartesianCategoryAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as category.
- CartesianCategoryAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance.
- CartesianCategoryAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance.
- CartesianCategoryAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and axis type.
- CartesianCategoryAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and axis type.
- CartesianCategoryAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance.
- CartesianCategoryAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.
- CartesianCategoryAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Builds the object storing the chart instance and axis type.
- CartesianCategoryTick - Class in org.pepstock.charba.client.configuration
-
The category scale provides the following options for configuring tick marks.
The labels are drawn from one of the label arrays included in the chart data. - CartesianCategoryTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Builds the object storing the axis instance.
- CartesianLinearAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as linear.
- CartesianLinearAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance.
- CartesianLinearAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance.
- CartesianLinearAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLinearAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLinearAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance.
- CartesianLinearAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.
- CartesianLinearAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLinearAxis.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- CartesianLinearTick - Class in org.pepstock.charba.client.configuration
-
The linear scale is use to chart numerical data.
It can be placed on either the x or y axis.
The scatter chart type automatically configures a line chart to use one of these scales for the x axis.
As the name suggests, linear interpolation is used to determine where a value lies on the axis. - CartesianLinearTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianLinearTick
-
Builds the object storing the axis instance.
- CartesianLogarithmicAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as logarithmic.
- CartesianLogarithmicAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance.
- CartesianLogarithmicAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance.
- CartesianLogarithmicAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLogarithmicAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLogarithmicAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance.
- CartesianLogarithmicAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and cartesian axis type, to use to extend the axis.
- CartesianLogarithmicAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- CartesianLogarithmicTick - Class in org.pepstock.charba.client.configuration
-
The logarithmic scale is use to chart numerical data.
- CartesianLogarithmicTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Builds the object storing the axis instance.
- CartesianNumericTick - Class in org.pepstock.charba.client.configuration
-
A numeric scale is use to chart numerical data and this class represents the tick of a numeric scale.
- CartesianNumericTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianNumericTick
-
Builds the object storing the axis instance.
- CartesianScaleTitle - Class in org.pepstock.charba.client.configuration
-
When creating a chart, you want to tell the viewer what data they are viewing.
- CartesianScaleTitle(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Builds the object storing the axis which this scale title belongs to.
- CartesianTick - Class in org.pepstock.charba.client.configuration
-
Common tick configuration, for cartesian axes.
- CartesianTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianTick
-
Builds the object storing the axis instance.
- CartesianTimeAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as time.
- CartesianTimeAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance.
- CartesianTimeAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance.
- CartesianTimeAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance.
- CartesianTimeAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and cartesian axis type.
- CartesianTimeAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeSeriesAxis - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined axis as time series.
- CartesianTimeSeriesAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, String) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, String, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeSeriesAxis(IsChart, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeSeriesAxis(IsChart, ScaleId) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance.
- CartesianTimeSeriesAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and cartesian axis type.
- CartesianTimeSeriesAxis(IsChart, ScaleId, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeSeriesAxis
-
Builds the object storing the chart instance and axis type.
- CartesianTimeTick - Class in org.pepstock.charba.client.configuration
-
The time scale is use to chart time data.
It can be placed on either the x or y axis. - CartesianTimeTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Builds the object storing the axis instance.
- CartesianTimeTick.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- cast(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Performs unchecked cast to a type.
Using this method can have an incorrect type of the object to the rest of the system which will result in hard to debug problems. - cast(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Performs unchecked cast to a type.
Using this method can have an incorrect type of the object to the rest of the system which will result in hard to debug problems. - CastHelper - Class in org.pepstock.charba.client.dom.elements
-
Utility to cast elements created in the other DOM tree engines in CHARBA elements.
- CastHelper() - Constructor for class org.pepstock.charba.client.dom.elements.CastHelper
-
To avoid any instantiation
- CATALAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Catalan language.
- category - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
- category() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns the color scheme category.
- category() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
- category() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
- CATEGORY - org.pepstock.charba.client.enums.ChartAxisType
-
The labels are drawn from one of the label arrays included in the chart data.
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
- CATEGORY - Static variable in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
- CATEGORY_PERCENTAGE - org.pepstock.charba.client.items.BarElementOptions.Property
- CATEGORY_PERCENTAGE - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- CategoryTickCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian category axes.
It can return aListof strings (for multiple lines). - CategoryTickHandler - Class in org.pepstock.charba.client.configuration
-
Base object to map an axis tick for CATEGORY axes,
CartesianCategoryAxis.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration. - CategoryTickHandler(Axis, CartesianCategoryTick) - Constructor for class org.pepstock.charba.client.configuration.CategoryTickHandler
-
Builds the object storing the axis instance and options element, based on different kind of axis.
- CategoryTickHandler.ProxyTickCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback when tick is created.
Must be an interface with only 1 method. - CAYMAN_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cayman Islands region.
- CAYMAN_ISLANDS_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Cayman Islands Dollar currency.
- CDATA_SECTION_NODE - org.pepstock.charba.client.dom.enums.NodeType
- CEBUANO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Cebuano language.
- CELESTIAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Celestial" -
- CELESTIAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Celestial6" -
- CELL - org.pepstock.charba.client.dom.enums.CursorType
-
The table cell or set of cells can be selected.
- CELSIUS - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for celsius.
- center - Variable in class org.pepstock.charba.client.geo.GeoFeatureElement
- Center - Class in org.pepstock.charba.client.colors
-
Contains the coordinates of a center of arc.
Used inside the canvas object factory. - Center() - Constructor for class org.pepstock.charba.client.colors.Center
- CENTER - org.pepstock.charba.client.annotation.enums.LabelPosition
-
The "center" property sets the line label at center of line.
- CENTER - org.pepstock.charba.client.datalabels.enums.Align
-
Is the default: the label is centered on the anchor point.
- CENTER - org.pepstock.charba.client.datalabels.enums.Anchor
-
This is the default.
- CENTER - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit center to its normal position.
- CENTER - org.pepstock.charba.client.enums.BorderAlign
-
When 'center' is set, the borders of arcs next to each other will overlap.
- CENTER - org.pepstock.charba.client.enums.CrossAlign
-
the property sets the center cross alignment.
- CENTER - org.pepstock.charba.client.enums.ElementAlign
-
The property sets the center alignment.
- CENTER - org.pepstock.charba.client.enums.ScaleTitleAlign
-
The property sets the text at center of scale.
- CENTER - org.pepstock.charba.client.enums.TextAlign
-
The inline contents are centered within the line box.
- CENTER - org.pepstock.charba.client.enums.TickAlign
-
The property sets the center alignment.
- CENTER - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is centered.
- CENTER - org.pepstock.charba.client.geo.GeoDataPoint.Property
- CENTER - org.pepstock.charba.client.geo.GeoFeatureElement.Property
- CENTER - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the center alignment.
- CENTER - org.pepstock.charba.client.matrix.enums.Anchor
-
This is the default.
- CENTER - org.pepstock.charba.client.treemap.enums.Align
-
The label is centered on the center point.
- CENTER - org.pepstock.charba.client.utils.toast.enums.Align
-
The actions are centered on the toast.
- CENTER_CHART_AREA - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the center of chart area alignment.
- CENTER_POINT_LABELS - org.pepstock.charba.client.options.PointLabels.Property
- CENTER_X - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- CENTER_Y - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- CENTIMETER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for centimeter.
- CENTRAL_AFRICAN_REPUBLIC - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Central African Republic region.
- CENTRAL_ATLAS_TAMAZIGHT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Central Atlas Tamazight language.
- CENTRAL_KURDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Central Kurdish language.
- CFA_FRANC_BCEAO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for CFA Franc BCEAO currency.
- CFA_FRANC_BEAC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for CFA Franc BEAC currency.
- CFP_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for CFP Franc currency.
- CHAD - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Chad region.
- CHAKMA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Chakma language.
- CHAM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for cham numbering system.
- CHAM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cham script.
- changed - Variable in class org.pepstock.charba.client.data.AbstractContainer
- CHANGED - org.pepstock.charba.client.items.PluginEventArgument.Property
- CHANGED_TOUCHES - org.pepstock.charba.client.dom.events.TouchEventInit.Property
- character - Variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
- CHARACTER_DATA - org.pepstock.charba.client.dom.enums.MutationType
-
When the mutation was a mutation to a character data node.
- CHARACTER_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Name of shape to draw a character, "char".
- CharacterShape - Class in org.pepstock.charba.client.colors.tiles
-
This is a shape which can draw a character on the tile.
This object is also a shape drawer.
The font size is calculated automatically based on tile size.
It designs a char in the following tile sections (A and B): - CharacterShape(String) - Constructor for class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Creates a shape with a character as shape, using the default font family
- CharacterShape(String, String) - Constructor for class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Creates a shape with a character as shape using passed font family.
- CharacterToEscape(String, String) - Constructor for enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
-
Creates the object by the value to find and the replacement.
- Charba - Class in org.pepstock.charba.client
-
Entry point to initialize and inject all Charba modules.
This utility MUST be called as first statement before using Charba. - Charba() - Constructor for class org.pepstock.charba.client.Charba
-
To avoid any instantiation
- CHARBA - Static variable in class org.pepstock.charba.client.colors.Color
-
Main color linked to CHARBA, #f27173.
- CHARBA_ANNOTATION_ID - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- CHARBA_BORDER_RADIUS_TYPE - org.pepstock.charba.client.data.BarDataset.Property
- CHARBA_BORDER_RADIUS_TYPE - org.pepstock.charba.client.data.PieDataset.Property
- CHARBA_BORDER_RADIUS_TYPE - org.pepstock.charba.client.impl.charts.MeterDataset.Property
- CHARBA_BORDER_WIDTH_TYPE - org.pepstock.charba.client.data.BarDataset.Property
- CHARBA_DATA_TYPE - org.pepstock.charba.client.data.Dataset.InternalProperty
- CHARBA_DESTROY_ON_DETACH - org.pepstock.charba.client.options.Options.Property
- CHARBA_DRAW_ON_ATTACH - org.pepstock.charba.client.options.Options.Property
- CHARBA_FILLING_MODE - org.pepstock.charba.client.options.FillHandler.Property
- CHARBA_FORMATTER_CALLBACK - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- CHARBA_GRADIENT_COLOR - org.pepstock.charba.client.colors.GradientColor.Property
- CHARBA_GRADIENT_COLOR_OFFSET - org.pepstock.charba.client.colors.GradientColor.Property
- CHARBA_GRADIENT_COLORS - org.pepstock.charba.client.colors.Gradient.Property
- CHARBA_GRADIENT_ORIENTATION - org.pepstock.charba.client.colors.Gradient.Property
- CHARBA_GRADIENT_SCOPE - org.pepstock.charba.client.colors.Gradient.Property
- CHARBA_GRADIENT_TYPE - org.pepstock.charba.client.colors.Gradient.Property
- CHARBA_GRADIENTS - org.pepstock.charba.client.data.Dataset.InternalProperty
- CHARBA_HELPER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHARBA helper.
- CHARBA_HOVER_BORDER_RADIUS_TYPE - org.pepstock.charba.client.data.BarDataset.Property
- CHARBA_HOVER_BORDER_WIDTH_TYPE - org.pepstock.charba.client.data.BarDataset.Property
- CHARBA_HTML_TEXT - org.pepstock.charba.client.items.LegendTextHandler.Property
- CHARBA_ID - org.pepstock.charba.client.commons.Id
-
Name of java script property
- CHARBA_ID - org.pepstock.charba.client.data.Dataset.InternalProperty
- CHARBA_ID - org.pepstock.charba.client.items.ScaleItem.Property
- CHARBA_ID - org.pepstock.charba.client.options.ExtendedScale.Property
- CHARBA_INTERNAL_INTERNAL_ID - org.pepstock.charba.client.commons.IncrementalIdHandler.Property
- CHARBA_ITEM_CALLBACK - org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
- CHARBA_MAX_INDEX - org.pepstock.charba.client.options.AbstractScale.Property
- CHARBA_MIN_INDEX - org.pepstock.charba.client.options.AbstractScale.Property
- CHARBA_OBJECT_ID - org.pepstock.charba.client.colors.CanvasObject.Property
- CHARBA_OPTIONS_ID - org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
- CHARBA_PATTERN_CANVAS - org.pepstock.charba.client.colors.Pattern.Property
- CHARBA_PATTERN_HEIGHT - org.pepstock.charba.client.colors.Pattern.Property
- CHARBA_PATTERN_IMG - org.pepstock.charba.client.colors.Pattern.Property
- CHARBA_PATTERN_REPETITION - org.pepstock.charba.client.colors.Pattern.Property
- CHARBA_PATTERN_WIDTH - org.pepstock.charba.client.colors.Pattern.Property
- CHARBA_PATTERNS - org.pepstock.charba.client.data.Dataset.InternalProperty
- CHARBA_POINT_STYLE - org.pepstock.charba.client.data.DataPointStyleHandler.Property
- CHARBA_PREFIX_SCRIPT_ELEMENT_ID - Static variable in class org.pepstock.charba.client.Injector
- CHARBA_PROPERTY_KEY_PREFIX - Static variable in class org.pepstock.charba.client.utils.JSONReplacerConstants
- CHARBA_TITLE_CALLBACK - org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
- CHARBA_TREE_TYPE - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- CHARBA_X_TYPE - org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
- CHARBA_Y_TYPE - org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
- CharbaPlugin<T extends AbstractPluginOptions> - Class in org.pepstock.charba.client.impl.plugins
-
Common class for Charba out of the box plugins implementation.
- CharbaPlugin(String, AbstractPluginOptionsFactory<T>) - Constructor for class org.pepstock.charba.client.impl.plugins.CharbaPlugin
-
Creates the object using the plugin id and its options factory.
- CharbaPluginContainer - Class in org.pepstock.charba.client.impl.plugins
-
Common class for Charba out of the box plugins.
- CharbaPluginContainer() - Constructor for class org.pepstock.charba.client.impl.plugins.CharbaPluginContainer
- CharbaProperty(String) - Constructor for enum org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
-
Creates with the property value to use in the native object.
- CharbaSmartPluginContainer - Class in org.pepstock.charba.client.impl.plugins
-
Common class for Charba out of the box plugins.
- CharbaSmartPluginContainer() - Constructor for class org.pepstock.charba.client.impl.plugins.CharbaSmartPluginContainer
- chart - Variable in class org.pepstock.charba.client.AbstractChart
- chart - Variable in class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
- chart - Variable in class org.pepstock.charba.client.AbstractChart.DatasetReferenceFactory
- chart - Variable in class org.pepstock.charba.client.ChartNode
- chart - Variable in class org.pepstock.charba.client.configuration.Animation
- chart - Variable in class org.pepstock.charba.client.configuration.ChartContainer
- chart - Variable in class org.pepstock.charba.client.data.Data
- chart - Variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
- chart - Variable in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- chart - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin.EscKeyEventListener
- chart - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
- chart - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- chart - Variable in class org.pepstock.charba.client.items.DatasetReference
- chart - Variable in class org.pepstock.charba.client.items.InteractionItem
- chart - Variable in class org.pepstock.charba.client.items.InteractionItem.InteractionItemFactory
- chart - Variable in class org.pepstock.charba.client.options.ExtendedOptions
- chart(Type) - Method in class org.pepstock.charba.client.Overrides
-
Returns an options instance, to use as default options, based of type of chart.
- Chart - Class in org.pepstock.charba.client
-
Native object which import the CHART java script object of CHART.JS.
TheChartthe entry point of CHART.JS. - Chart(Context2dItem, NativeObject) - Constructor for class org.pepstock.charba.client.Chart
-
Builds CHART object at CHART.JS level.
This constructor MUST be empty. - CHART - org.pepstock.charba.client.callbacks.ChartContext.Property
- CHART - org.pepstock.charba.client.colors.GradientScope
-
The dimension to create a gradient is the chart area.
- CHART - org.pepstock.charba.client.configuration.Segment.Property
- CHART - org.pepstock.charba.client.enums.ContextType
-
Chart context type.
- CHART - org.pepstock.charba.client.events.ChartEventContext.Property
- CHART - org.pepstock.charba.client.impl.charts.BaseContext.Property
- CHART - org.pepstock.charba.client.items.AnimationItem.Property
- CHART - org.pepstock.charba.client.items.ScaleItem.Property
- CHART - org.pepstock.charba.client.items.TooltipItem.Property
- CHART - org.pepstock.charba.client.positioner.PositionerContext.Property
- CHART - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS source code.
- CHART - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart with name "Chart", (internal of CHART.JS).
- CHART_ADAPTERS_DATE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart adapters date with name "CharbaChartAdaptersDate", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant. - CHART_AREA - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit to the chart area to its normal position.
- CHART_ARGUMENT - Static variable in class org.pepstock.charba.client.interaction.NativeInteraction
- CHART_CONTROLLER_CONTEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart controller context with name "CharbaControllerContext", (internal of CHART.JS).
Note that this is NOT the real namespace of the object but needed to be J2CL compliant. - CHART_HELPERS - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart helper with name "CharbaChartHelpers", (internal of CHART.JS).
- CHART_JS_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'ChartJsResource' class.
- CHART_PREFIX_ID - Static variable in class org.pepstock.charba.client.dom.DOMBuilder
- CHART_SCRIPTABLE_OPTIONS_CONTEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as chart scriptable options context with name "CharbaScriptableOptionsContext", (internal of Charba).
- chartArea - Variable in class org.pepstock.charba.client.ChartNode
- chartArea - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- ChartAreaBackgroundGradientFactory - Class in org.pepstock.charba.client.impl.plugins
-
Utility used by CHART
ChartBackgroundColor.IDPLUGIN.
Utility class which creates a canvas gradient java script object using a Charba gradient.
The area used is theChartAreaNode. - ChartAreaBackgroundGradientFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartAreaBackgroundGradientFactory
-
To avoid any instantiation
- ChartAreaNode - Class in org.pepstock.charba.client.items
-
Object which maps the chart area item of CHART.JS chart java script object.
This is a wrapper of the CHART.JS item with all needed info. - ChartAreaNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ChartAreaNode
-
Creates the item using envelop with the native java script object which contains all properties.
- ChartAreaNode.ClonedChartAreaNode - Class in org.pepstock.charba.client.items
-
Internal class which is implementing
IsAreainterface filling it with the chart area values. - ChartAxisType - Enum in org.pepstock.charba.client.enums
-
Axes are an integral part of a chart.
- ChartAxisType(String, DefaultScaleId, ScaleDataType) - Constructor for enum org.pepstock.charba.client.enums.ChartAxisType
-
Creates with the property value to use in the native object.
- ChartBackgroundColor - Class in org.pepstock.charba.client.impl.plugins
-
A plugin implementation to set the background color, gradient or pattern of chart.
If added to defaults, without any configuration, the chart will have aChartBackgroundColor.DEFAULT_BACKGROUND_COLORbackground color. - ChartBackgroundColor() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Default constructor with
ChartBackgroundColor.DEFAULT_BACKGROUND_COLORbackground color. - ChartBackgroundColor(String) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default background color for all charts.
- ChartBackgroundColor(Gradient) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default gradient for all charts.
- ChartBackgroundColor(IsColor) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default background color for all charts.
- ChartBackgroundColor(Pattern) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Builds the object with the default pattern for all charts.
- ChartBackgroundColorDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
Default configuration options of
ChartBackgroundColor.IDplugin. - ChartBackgroundColorDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorDefaultOptions
-
To avoid any instantiation
- ChartBackgroundColorDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory
-
To avoid any instantiation.
- ChartBackgroundColorOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
ChartBackgroundColor.IDplugin. - ChartBackgroundColorOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - ChartBackgroundColorOptions(IsChartBackgroundColorDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds new object with default options.
- ChartBackgroundColorOptions(IsChartBackgroundColorDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds the object with a java script object stored in the options.
- ChartBackgroundColorOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - ChartBackgroundColorOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- ChartBackgroundColorOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
ChartBackgroundColor.IDplugin options by a builder. - ChartBackgroundColorOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
To avoid any instantiation
- ChartBackgroundColorOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (ONLY for chart and not global options) related to
ChartBackgroundColor.IDplugin. - ChartBackgroundColorOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory
-
To avoid any instantiation.
- ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin
- ChartBackgroundColorPlugin - Class in org.pepstock.charba.client.impl.plugins
-
A plugin implementation to set the background color, gradient or pattern of chart.
If added to defaults, without any configuration, the chart will have aChartBackgroundColor.DEFAULT_BACKGROUND_COLORbackground color. - ChartBackgroundColorPlugin(ChartBackgroundColor) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
-
Creates the plugin.
- ChartBackgroundGradientFactory - Class in org.pepstock.charba.client.impl.plugins
-
Utility used by CHART
ChartBackgroundColor.IDPLUGIN.
Utility class which creates a canvas gradient java script object using a Charba gradient.
A Charba gradient describes how a DOM canvas gradient must be created.
The area used is theCanvas. - ChartBackgroundGradientFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
-
To avoid any instantiation
- ChartClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the chart.
- ChartClickEvent(ChartEventContext, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.ChartClickEvent
-
Creates the event with a list of items with dataset references related to the click
- ChartClickEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for clicking on the chart.
- ChartContainer - Class in org.pepstock.charba.client.configuration
-
Container of a chart instance.
- ChartContainer(IsChart) - Constructor for class org.pepstock.charba.client.configuration.ChartContainer
-
Creates the chart configuration object with the chart instance
- ChartContext - Class in org.pepstock.charba.client.callbacks
-
Abstract implementation to map the context used as argument on options, data sets, scales and plugins callbacks.
All context implementations have got a property which is a reference to the chart instance. - ChartContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ChartContext
-
Creates the object with native object instance to be wrapped.
- ChartContext.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- ChartContextElementFactory - Interface in org.pepstock.charba.client.items
-
Common interface for all elements which has got a
DatasetContext - ChartElement - Class in org.pepstock.charba.client.items
-
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The elements are mapped by this object.
This is the CHART.JS item with all needed info about a data element, used to draw the chart.
This is the base element created by CHART.JS which is extended by the controllers to manage own elements. - ChartElement(String, NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElement
-
Creates the element using its type and a native java script object which contains all properties.
- ChartElement(AbstractNode, Key, String, NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ChartElement.InternalCenterPoint - Class in org.pepstock.charba.client.items
-
Maps the center point of the element.
- ChartElement.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ChartElement.UndefinedDataElementFactory - Class in org.pepstock.charba.client.items
-
Inner class to create a chart element by a native object.
- ChartElementFactories - Class in org.pepstock.charba.client.items
-
Utility which is registering all
ChartElementFactoryfor element type. - ChartElementFactories() - Constructor for class org.pepstock.charba.client.items.ChartElementFactories
-
To avoid any instantiation
- ChartElementFactory - Interface in org.pepstock.charba.client.items
-
Maps the methods to implement an factory to map
ChartElement, used by each controlloer to draw the chart. - ChartElementOptions - Class in org.pepstock.charba.client.items
-
Maps the base options of the
ChartElements. - ChartElementOptions(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElementOptions
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ChartElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElementOptions
-
Creates the item using a native java script object which contains all properties.
- ChartEnvelop<T> - Class in org.pepstock.charba.client
-
This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode. - ChartEnvelop() - Constructor for class org.pepstock.charba.client.ChartEnvelop
-
Create an envelop with a
nullcontent. - ChartEnvelop(boolean) - Constructor for class org.pepstock.charba.client.ChartEnvelop
-
Create an envelop with a
nullcontent and a flag to set if the content can be nullable. - ChartEnvelop(T) - Constructor for class org.pepstock.charba.client.ChartEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- ChartEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.ChartEnvelop
-
Create an envelop with the content passed as argument.
- ChartEventContext - Class in org.pepstock.charba.client.events
-
This is the class which can wrap a CHART.JS event.
- ChartEventContext(AnnotationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext(DataLabelsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext(InteractionEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext(IsChart, Chart) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with the chart instance, creating a change native event.
- ChartEventContext(IsChart, Chart, NativeAbstractMouseEvent) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with the chart instance, creating a change native event.
- ChartEventContext(IsChart, NativeAbstractMouseEvent) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with the chart instance, creating a change native event.
- ChartEventContext(ItemsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.events.ChartEventContext
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- ChartEventContext.Property - Enum in org.pepstock.charba.client.events
-
Name of properties of native object.
- ChartEventHandler - Interface in org.pepstock.charba.client.events
-
Common interface for all chart event handlers, used to recognize when the chart event handlers (and only the chart ones) have been activated.
- ChartEventProperty - Enum in org.pepstock.charba.client.enums
-
Enumerates the name of options property to set the callbacks to chart events.
- ChartEventProperty(String) - Constructor for enum org.pepstock.charba.client.enums.ChartEventProperty
-
Creates with the property value to use in the native object.
- ChartHoverEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user hovers on the chart.
- ChartHoverEvent(ChartEventContext, List<DatasetReference>) - Constructor for class org.pepstock.charba.client.events.ChartHoverEvent
-
Creates the event with a list of items with dataset references related to the hover
- ChartHoverEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for hovering on the chart.
- chartId - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
- chartJs() - Method in interface org.pepstock.charba.client.resources.DeferredResourcesBundle
-
Contains text representation of native chart.js code.
- CHARTJS - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
- ChartJsResource - Class in org.pepstock.charba.client.resources
-
Contains the content of
chart.min.jsto inject. - ChartJsResource() - Constructor for class org.pepstock.charba.client.resources.ChartJsResource
-
Creates the injectable resource with
chart.min.jscontent. - ChartNode - Class in org.pepstock.charba.client
-
This is a wrapper of CHART.JS CHART instance in order to provide all properties of chart java script instance, set at runtime.
- ChartNode(String, Chart) - Constructor for class org.pepstock.charba.client.ChartNode
-
Creates the object wrapping a CHART instance.
- ChartObserver - Class in org.pepstock.charba.client
-
Internal singleton utility which provides the ability to watch for attach and detach changes being made to the DOM tree for a chart instance.
- ChartObserver() - Constructor for class org.pepstock.charba.client.ChartObserver
-
TO avoid any instantiation
- chartOptions - Variable in class org.pepstock.charba.client.Defaults
- ChartOptions - Class in org.pepstock.charba.client
-
This object is mapping the default options related to the chart type.
- ChartOptions(Type, NativeObject, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.ChartOptions
-
Creates the item using a native java script object which contains all properties and the default values to apply when the properties are not set.
- ChartPointer - Class in org.pepstock.charba.client.impl.plugins
-
This plugin is changing the cursor when mouse over on dataset, title on canvas if a dataset selection, title handler have been defined.
- ChartPointer() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointer
-
To avoid any instantiation
- ChartPointerDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
ChartPointer.IDplugin. - ChartPointerDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerDefaultOptions
-
To avoid any instantiation
- ChartPointerDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory
-
To avoid any instantiation.
- ChartPointerOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
ChartPointer.IDplugin.
It manages the cursor to adopt when the cursor is over the dataset item and when not. - ChartPointerOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - ChartPointerOptions(IsChartPointerDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with the default global ones
- ChartPointerOptions(IsChartPointerDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with a java script object stored in the options and the default global ones
- ChartPointerOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - ChartPointerOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- ChartPointerOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
ChartPointer.IDplugin options by a builder. - ChartPointerOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
To avoid any instantiation
- ChartPointerOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
ChartPointer.IDplugin. - ChartPointerOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory
-
To avoid any instantiation.
- ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin
- ChartPointerPlugin - Class in org.pepstock.charba.client.impl.plugins
-
This plugin is changing the cursor when mouse over on dataset, title on canvas if a dataset selection, title handler have been defined.
- ChartPointerPlugin() - Constructor for class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
-
To avoid any instantiation
- ChartResizeEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the chart has been resized.
- ChartResizeEvent(ChartEventContext, SizeItem) - Constructor for class org.pepstock.charba.client.events.ChartResizeEvent
-
Creates the event with a item with new size of the chart
- ChartResizeEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart resize event managing.
- CHARTREUSE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "chartreuse" -
- ChartRunnableWrapper(IsChart, ChartTimerTask) - Constructor for class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
-
Creates the runnable wrapping a custom task.
- Charts - Class in org.pepstock.charba.client
-
Is a static reference which collects all chart instances to be able to enable global plugins.
- Charts() - Constructor for class org.pepstock.charba.client.Charts
-
To avoid any instantiation
- CHARTS_INSTANCES - Static variable in class org.pepstock.charba.client.Charts
- ChartsLifecycleListener - Interface in org.pepstock.charba.client
-
Interface to catch the initialization, destroy and configuration of all charts.
This is acting differently from a chart plugin because it will get all triggers for all charts.
Used to clean up resources, created by a special implementation and not ot-of-the-box of Charba, like CHART.JS plugins. - ChartTimerTask - Interface in org.pepstock.charba.client
-
Interface which defines a timer task executable by a chart instance.
- chartType - Variable in class org.pepstock.charba.client.controllers.ControllerType
- ChartType - Enum in org.pepstock.charba.client
-
Enumerates all out-of-the-box types of a chart.
- ChartType(String, ScaleType) - Constructor for enum org.pepstock.charba.client.ChartType
-
Creates the type with scale type of this kind of chart.
- chechAndGetType(String) - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Checks the element type and returns itself is consistent, otherwise
ChartElement.UNDEFINED_TYPE. - CHECHEN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Chechen language.
- check(String) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
-
Checks if the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters cannot contain upper case letters - check(String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
-
Checks if the plugin is compliant with the constraints of plugin id.
A plugin id
can not start with a dot or an underscore can not contain any non-URL-safe characters cannot contain upper case letters should be something short, but also reasonably descriptive - check(PropertyKey) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
-
Checks if the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters cannot contain upper case letters - check(Controller) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Checks the consistency of controller type and creates a wrapper.
- check(Type) - Static method in class org.pepstock.charba.client.controllers.ControllerTypeChecker
-
Checks if the controller is compliant with the constraints of controller type.
A controller type
can not start with a dot or an underscore can not contain any invalid characters (letters, numbers and underscore are allowed) - checkAlphaWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Any double between 0.0d and 1.0d (inclusive) is valid.
- checkAndAddEmptyConfiguration(IsChart, String) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Checks if there is any plugin configuration already set.
If not, adds an empty object. - checkAndAddToParent() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Called recursively when a property has been set in the item.
This is mandatory because it could happen that the parent item is not present, therefore it must be added. - checkAndApplyKeyEventListener(IsChart, DatasetsItemsSelectorOptions) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Checks if the key event listener must be added to DOM comunet or to remove it.
- checkAndCleanHistory() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Checks and cleans the history when the max amount of items is changed.
- checkAndCleanQueue() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Checks and cleans the queue when the max open items is changed.
- checkAndGet() - Method in class org.pepstock.charba.client.configuration.AbstractDynamicConfiguration
-
Gets the options element instance from provider checking if is consistent.
- checkAndGet() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Gets the
AbstractNodeinstance checking if is consistent. - checkAndGet() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Gets the options element instance from provider checking if is consistent.
- checkAndGet(int, List<T>) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Checks if the index if consistent against the passed list, otherwise it will returns the last element of the list.
- checkAndGet(Double, Double) - Method in enum org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- checkAndGet(Integer, Integer) - Method in enum org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- checkAndGet(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Checks if the object is of instance of the list and returns it (casted), otherwise returns
null. - checkAndGet(Object) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
- checkAndGet(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
- checkAndGet(Object) - Method in class org.pepstock.charba.client.commons.ArrayImageList
- checkAndGet(Object) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
- checkAndGet(Object) - Method in class org.pepstock.charba.client.commons.ArrayStringList
- checkAndGet(Object) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
- checkAndGet(Object, Display) - Static method in interface org.pepstock.charba.client.callbacks.DisplayCallback
-
Checks the result of this callback returning the right value to set in the options.
- checkAndGet(String) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns a stored axis type or
IllegalArgumentException. - checkAndGet(ConfigurationOptions) - Static method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
-
Checks if the configuration is consistent, otherwise will emit an
IllegalArgumentException. - checkAndGet(NativeBaseEvent) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
-
Checks and get the native event if is an instance of
NativeKeyboardEvent, otherwisenull. - checkAndGet(NativeBaseEvent) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Checks and get the native event if is an instance of
NativeUIEvent, otherwisenull. - checkAndGet(T, T) - Method in interface org.pepstock.charba.client.callbacks.ScriptableResultChecker
-
Checks and gets a value, managing the vaue of the
Scriptableand the default. - checkAndGetAnnotationID(String, AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns the ID of the annotation checking is consistent.
- checkAndGetBeforeContinue(IsChart, boolean) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Returns the returned boolean value of "before" methods of plugin.
It checks if returningfalseand then stopping the chart drawing, the counter must be decremented in order to be always aligned with overriding parameter ofPlugin.onBeginDrawing(IsChart, boolean). - checkAndGetColor(Object, String) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Checke and returns a normalized value from a color callback invocation.
- checkAndGetColor(String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Checks the color passed as argument and returns
IsColorinstance. - checkAndGetControllerType(IsChart) - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
This utility method is invoked by GEO axis to check if the chart, passed as argument, is consistent.
- checkAndGetDateTimeResourceName(AbstractInjectableResource, ResourceName) - Method in class org.pepstock.charba.client.resources.EmbeddedResources
-
Checks and get the resource, passed as argument, with the resource name.
When you are injecting date library and adapters, it is mandatory they have the correct name, fixed by CHARBA constraints.
If the resource does not have the right name, throws anIllegalArgumentException. - checkAndGetDefaultAxis() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the axis kind checking the scale id and the axis type defaults.
- checkAndGetDrawImageArgument(T) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Checks if the object passed as argument is consistent.
If not, throws aIllegalArgumentException. - checkAndGetIfBetween(double, double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkAndGetIfBetween(int, int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkAndGetIfConsistent(T) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
nulland its id is notnullas well, and if mandatory methods of interface will return consistent instances.
If not, throw aIllegalArgumentExceptionor returns the chart instance. - checkAndGetIfGreaterThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkAndGetIfGreaterThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkAndGetIfLessThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkAndGetIfLessThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkAndGetIfNegative(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw aIllegalArgumentException. - checkAndGetIfNegative(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw aIllegalArgumentException. - checkAndGetIfPositive(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
If not, throw aIllegalArgumentException. - checkAndGetIfPositive(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
If not, throw aIllegalArgumentException. - checkAndGetIfValid(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw aIllegalArgumentException. - checkAndGetIfValid(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw aIllegalArgumentException. - checkAndGetIfValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
nulland its id is notnullas well.
If not, throw aIllegalArgumentExceptionor returns the chart instance. - checkAndGetIfValid(TransitionMode) - Static method in interface org.pepstock.charba.client.options.TransitionMode
-
Checks if mode passed as argument is not
null.
If not, throw aIllegalArgumentException, otherwise it returns the argument. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Checks if envelop passed as argument is not
nulland its content is notnullas well.
If not, throw aIllegalArgumentException. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.IsBuilder
-
Checks if the builder haven't been invoked yet to create the object.
If not, throw aIllegalArgumentException, otherwise it returns the builder. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.commons.Key
-
Checks if key passed as argument is not
nulland its value is notnullas well.
If not, throw aIllegalArgumentException, otherwise it returns the key. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Checks if key passed as argument is a valid
AxisType.
If not, throw aIllegalArgumentException, otherwise it returns the key. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.ml.IsRegression
-
Checks if regression passed as argument is not
nulland if consistent as well.
If not, throw aIllegalArgumentException, otherwise it returns the regression. - checkAndGetIfValid(T) - Static method in interface org.pepstock.charba.client.Type
-
Checks if type passed as argument is not
nulland its scale type is notnullas well.
If not, throw aIllegalArgumentException, otherwise it returns the key. - checkAndGetIfValid(T, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid and, if valid, returns the argument.
If not, throw aIllegalArgumentException. - checkAndGetInit(String, EventInit, EventInit, IsEvent[]) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Checks the initialization configuration of the event and if event type is consistent with event type.
- checkAndGetInternalColor(String) - Method in class org.pepstock.charba.client.items.FillColors
-
Returns the color for filling.
- checkAndGetLabelCoordinate(double, double, double) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Checks if the coordinate is out of range and adjusts it accordingly.
- checkAndGetNode() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Gets the options element instance from provider checking if is consistent.
- checkAndGetObject(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Checks if the object passed as argument is consistent and returns it is not null.
If argument is not consistent, throws anIllegalArgumentException. - checkAndGetPercentage(double, BarElementOptions.Property) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Any double between 0d and 1d (inclusive) is valid.
- checkAndGetPercentage(double, BarDatasetOptionsHandler.Property) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Any double between 0d and 1d (inclusive) is valid.
- checkAndGetSamples(List<Double>, String) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Checks if the passed list of double is consistent.
- checkAndGetScaleId(Scale) - Method in class org.pepstock.charba.client.options.ExtendedScales
-
Checks and returns a scale id, retrieved from a scale instance.
- checkAndGetScaleID(String, ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns the ID of the scale checking the default ones,
DefaultScaleId. - checkAndGetValue(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Checks a color value if consistent, returning the RGBA representation, otherwise
null. - checkAndLoadActiveElementForDataset(Dataset, int, int[], List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.data.Data
-
Manages every single data set adding a
ActiveDatasetElementis consistent. - checkAndLoadParametersMap(BaseLocation) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtil
-
Checks the consistency of parameters map and loads it if not yet done or if URL query string is change.
- checkAndManageCanvasClickListeners(boolean, boolean) - Method in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
-
Checks and manage the canvas event listeners for click events.
If the argument istrue, it will add the event listener if is the first adding, otherwise it will remove the listener if is the last handler. - checkAndManageCanvasHoverListeners(boolean, boolean) - Method in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
-
Checks and manage the canvas event listeners for hover events.
If the argument istrue, it will add the event listener if is the first adding, otherwise it will remove the listener if is the last handler. - checkAndPerformAttachement(BaseElement, boolean) - Method in class org.pepstock.charba.client.ChartObserver
-
Checks if the element is related to a chart instance and if
true, notify the chart of the attach or detach. - checkAndSetId(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Checks if the id already stored and if not, creates a new internal id in the native object container counter.
- checkAndSetId(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Checks if the id already stored and if not, creates a new internal id in the native object container counter.
- checkAndSetType(Key, Key, DataPointType) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Checks the type of the property, setting the right type property.
- checkArguments(Object...) - Method in class org.pepstock.charba.client.interaction.NativeInteraction
-
Checks the consistency of all arguments before invoking the function.
- checkArgumentsConsistency(Object, Object, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Checks if arguments are not
nullor not consistent. - checkAxes(Axis...) - Method in class org.pepstock.charba.client.AbstractChart
- checkAxes(Axis...) - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- checkAxes(Axis...) - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- checkAxes(Axis...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- checkAxes(Axis...) - Method in interface org.pepstock.charba.client.IsChart
-
Checks if axes, requested to be stored, are an acceptable type or amount.
If a axis type or the amount of axes are not consistent for the chart, aIllegalArgumentExceptionwill be thrown. - checkAxis(Axis) - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- checkAxis(Axis) - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- checkAxis(Axis) - Method in interface org.pepstock.charba.client.HasAxes
-
Returns
trueif the axis can be managed by a this chart type. - checkAxis(Axis) - Method in interface org.pepstock.charba.client.HasCartesianAxes
-
Returns
trueif the axis can be managed by a this chart type. - checkAxis(Axis) - Method in interface org.pepstock.charba.client.HasRadialAxis
-
Returns
trueif the axis can be managed by a this chart type. - checkAxis(Axis) - Method in class org.pepstock.charba.client.sankey.SankeyChart
- checkByDatasetIndex(IsChart, int) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
-
Checks if there is at least one data set visible on top of the data set index which must be hidden.
- checkByIndex(IsChart, int) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
-
Checks if there is at least one dataset visible on top of the index which must be hidden.
- checkCallbackInstance(T) - Method in class org.pepstock.charba.client.interaction.AbstractNativeInteractioner
-
Returns
trueif the callback is consistent - checkCallbackResult(Key, Key) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Checks if the result is consistent, returning the value or default.
- checkCallbackResult(Key, Key) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Checks if the result is consistent, returning the value or default.
- checkChannelWithinBounds(int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Any integer between 0 and 255 (inclusive) is valid.
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
trueif the dataset can be managed by a this chart type. - checkDataset(Dataset) - Method in class org.pepstock.charba.client.AreaChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.BarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.BubbleChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.DoughnutChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.LineChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.matrix.MatrixChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.PieChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.PolarAreaChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.RadarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.sankey.SankeyChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.ScatterChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.StackedAreaChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.StackedBarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.StackedHorizontalBarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.StackedLineChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.StackedVerticalLineChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.TimeSeriesBarChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.TimeSeriesLineChart
- checkDataset(Dataset) - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- checkDataset(T) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Checks if the dataset, passed as argument, is consistent.
- checkDatasets(Dataset...) - Method in class org.pepstock.charba.client.AbstractChart
- checkDatasets(Dataset...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- checkDatasets(Dataset...) - Method in interface org.pepstock.charba.client.IsChart
-
Checks if datasets, requested to be stored, are an acceptable type or amount.
If a dataset type or the amount of datasets are not consistent for the chart, aIllegalArgumentExceptionwill be thrown. - checkDatasets(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Returns
trueif all data sets of bar chart have got theIndexAxis.X. - checkDefaultValuesArgument(T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Checks if the argument, which is assuming is a default values instance, is consistent.
If not, throwsIllegalArgumentException. - checker - Variable in enum org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- checker - Variable in enum org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- Checker - Class in org.pepstock.charba.client.commons
-
Utility which provides a set o methods to check the values of numbers.
- Checker() - Constructor for class org.pepstock.charba.client.commons.Checker
-
To avoid any instantiation
- checkEvent(ChartEventContext, CrosshairOptions) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Checks if the event is consistent and the
ModifierKeyhas been set in order to check if the event must be managed. - checkHookInvocation(IsChart, Object) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Checks if the hook can be invoked, checking chart and callback consistency.
- checkIfBetween(double, double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkIfBetween(int, int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkIfConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Check if chart passed as argument is not
nulland its id is notnullas well, and if mandatory methods of interface will return consistent instances.
If not, throw aIllegalArgumentException. - checkIfDataPointsMustBeUsed() - Method in class org.pepstock.charba.client.data.Dataset
-
Checks if it can use data as double.
- checkIfEqualTo(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
If not, throw aIllegalArgumentException. - checkIfEqualTo(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
If not, throw aIllegalArgumentException. - checkIfGreaterThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkIfGreaterThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkIfLessThan(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkIfLessThan(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
If not, throw aIllegalArgumentException. - checkIfNegative(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw aIllegalArgumentException. - checkIfNegative(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
If not, throw aIllegalArgumentException. - checkIfNotEqualTo(double, double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
If not, throw aIllegalArgumentException. - checkIfNotEqualTo(int, int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
If not, throw aIllegalArgumentException. - checkIfPositive(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
If not, throw aIllegalArgumentException. - checkIfPositive(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
If not, throw aIllegalArgumentException. - checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Checks if the key passed as argument is a key already used for other context properties.
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.ScaleContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.SegmentContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.callbacks.TooltipContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.labels.LabelsContext
- checkIfPropertyIsValid(Key) - Method in class org.pepstock.charba.client.zoom.ZoomContext
- checkIfSubEventType(String, IsEvent[]) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Checks if the event type is a sub event of original ones.
For instance, 'mousedown_xxxx'. - checkIfValid(double, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid.
If not, throw aIllegalArgumentException. - checkIfValid(int, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid.
If not, throw aIllegalArgumentException. - checkIfValid(Object, String) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is valid.
If not, throw aIllegalArgumentException. - checkIfValid(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Checks if id passed as argument is not
nulland its value is notnullas well and could be a valid annotation configuration object id.
If not, throw aIllegalArgumentException. - checkIfValid(String) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Checks if id passed as argument is not
nulland its value is notnullas well and could be a valid property key.
If not, throw aIllegalArgumentException. - checkIfValid(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Checks if scale id passed as argument is not
nulland its value is notnullas well and could be a valid scale id.
If not, throw aIllegalArgumentException. - checkIfValid(AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Checks if id passed as argument is not
nulland its value is notnullas well and could be a valid annotation configuration object id.
If not, throw aIllegalArgumentException. - checkIfValid(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Checks if the passed color is consistent, that means with a right red, green, blue and alpha values.
If not consistent, anIllegalArgumentExceptionwill be thrown. - checkIfValid(IsShape) - Static method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Checks if shape passed as argument is not
nulland its methods are not returningnullas well.
If not, throw aIllegalArgumentException. - checkIfValid(Envelop) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Checks if envelop passed as argument is not
nulland its content is notnullas well.
If not, throw aIllegalArgumentException. - checkIfValid(IsBuilder) - Static method in interface org.pepstock.charba.client.commons.IsBuilder
-
Checks if the builder haven't been invoked yet to create the object.
If not, throw aIllegalArgumentException. - checkIfValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Checks if key passed as argument is not
nulland its value is notnullas well.
If not, throw aIllegalArgumentException. - checkIfValid(PropertyKey) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Checks if id passed as argument is not
nulland its value is notnullas well and could be a valid property key.
If not, throw aIllegalArgumentException. - checkIfValid(AxisType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Checks if scale type passed as argument is not
nulland its value is notnullas well and could be a valid scale type.
If not, throw aIllegalArgumentException. - checkIfValid(Controller) - Static method in interface org.pepstock.charba.client.Controller
-
Checks if key passed as argument is not
nulland its type is valid as well. - checkIfValid(DataLabelId) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Checks if id passed as argument is not
nulland its value is notnullas well and could be a valid label configuration object id.
If not, throw aIllegalArgumentException. - checkIfValid(IsThreshold) - Static method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Checks if threshold passed as argument is not
nulland its properties are notnull. - checkIfValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Checks if chart passed as argument is not
nulland its id is notnullas well.
If not, throw aIllegalArgumentException. - checkIfValid(LabelId) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Checks if id passed as argument is not
nulland its value is notnullas well and could be a valid label configuration object id.
If not, throw aIllegalArgumentException. - checkIfValid(IsRegression) - Static method in interface org.pepstock.charba.client.ml.IsRegression
-
Checks if regression passed as argument is not
nulland if consistent as well.
If not, throw aIllegalArgumentException. - checkIfValid(ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Checks if scale id passed as argument is not
nulland its value is notnullas well and could be a valid scale id.
If not, throw aIllegalArgumentException. - checkIfValid(TransitionMode) - Static method in interface org.pepstock.charba.client.options.TransitionMode
- checkIfValid(Type) - Static method in interface org.pepstock.charba.client.Type
-
Checks if type passed as argument is not
nulland its scale type is notnullas well.
If not, throw aIllegalArgumentException. - checkIndexAxis(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Returns
trueif the chart has gotIndexAxis.Xwhere applicable. - checkLevel() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Checks the threshold status for this dataset, comparing the value with thresholds.
- checkName(Key) - Static method in class org.pepstock.charba.client.utils.toast.NameChecker
-
Checks if the name passed as argument is consistent to be a toast object.
- checkNativeObject(Key, ObjectType) - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Checks if a property exists and if its type is equals to the object type passed as argument.
If not, anIllegalArgumentExceptionwill throw. - checkOffsetWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.GradientColor
-
Any double between 0.0d and 1.0d (inclusive) is valid.
- checkParent(BaseHtmlElement) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Scans recursively the element to get a parent DOM element which has got TD as tag name.
- checkPluginIdConsistency(Key, AbstractPluginOptions) - Method in class org.pepstock.charba.client.options.Plugins
-
Checks if the plugin id, passed as key, is equals to plugin options.
If not, anIllegalArgumentExceptionwill be thrown. - checkPluginIdConsistency(Key, AbstractPluginOptionsFactory<?>) - Method in class org.pepstock.charba.client.options.Plugins
-
Checks if the plugin id, passed as key, is equals to plugin options factory.
If not, anIllegalArgumentExceptionwill be thrown. - checkRange(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Checks if the index is in the right range.
- checkRange(int) - Method in class org.pepstock.charba.client.data.Labels
-
Checks if the index is in the right range.
If the index is out of bounds, throws an exception. - checkTimeSeriesItems(List<DataPoint>) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Checks if the list of data points, passed as argument, have got the properties to be time series items (time and Y value).
If not, aIllegalArgumentExceptionwill be thrown. - CHEER_UP_EMO_KID - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cheer Up Emo Kid" -
- CHER - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cherokee script.
- CHEROKEE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Cherokee language.
- CHERRY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cherry" -
- CHERRYBLOSSOMS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cherryblossoms" -
- CHIGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Chiga language.
- CHILD_LIST - org.pepstock.charba.client.dom.enums.MutationType
-
When the mutation was a mutation to the tree of nodes..
- childKey - Variable in class org.pepstock.charba.client.commons.AbstractNode
- children - Variable in class org.pepstock.charba.client.treemap.InnerData
- CHILDREN - org.pepstock.charba.client.treemap.InnerData.Property
- CHILE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Chile region.
- CHILE_CONTINENTAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Chile/Continental timezone.
- CHILE_EASTERISLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Chile/EasterIsland timezone.
- CHILEAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Chilean Peso currency.
- CHINA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for China region.
- CHINA - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.CHINA. - CHINESE - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for chinese calendar.
- CHINESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Chinese language.
- CHITTY_CHITTY_BANG_BANG - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Chitty Chitty Bang Bang" -
- CHOCOLATE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "chocolate" -
- ChoroplethChart - Class in org.pepstock.charba.client.geo
-
A choropleth chart is used to render maps with the area filled according to some numerical value.
- ChoroplethChart() - Constructor for class org.pepstock.charba.client.geo.ChoroplethChart
-
Builds the object.
- ChoroplethChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
CHOROPLETH chart GWT WIDGET implementation.
A choropleth chart is used to render maps with the area filled according to some numerical value. - ChoroplethChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Builds the object.
- ChoroplethChartWidget(ChoroplethChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - ChoroplethDataPoint - Class in org.pepstock.charba.client.geo
-
Used for GEO data sets to set the data to render.
A GEO data has to have afeatureproperty containing the feature to render and avalueproperty containing the value for the coloring. - ChoroplethDataPoint() - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Creates the object with an empty native object.
- ChoroplethDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Creates the object with a native object passed as argument.
- ChoroplethDataPoint(Feature) - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Creates the object with the assigned feature.
- ChoroplethDataPoint(Feature, double) - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Creates the object with the assigned feature and value.
- ChoroplethDataPoint.ChoroplethDataPointFactory - Class in org.pepstock.charba.client.geo
-
Creates
ChoroplethDataPointform aNativeObject. - ChoroplethDataPoint.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- ChoroplethDataPointFactory() - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataPoint.ChoroplethDataPointFactory
-
To avoid any instantiation
- ChoroplethDataPointFactory() - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataset.ChoroplethDataPointFactory
- ChoroplethDataset - Class in org.pepstock.charba.client.geo
-
The choropleth data set allows a region definition (by
Feature) and specific value to be specified. - ChoroplethDataset() - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataset
-
Creates a data set.
It uses the global options has default. - ChoroplethDataset(ControllerType, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataset
-
Creates a data set by defaults value and the controller type.
- ChoroplethDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.geo.ChoroplethDataset
-
Creates a data set setting the defaults value.
- ChoroplethDataset.ChoroplethDataPointFactory - Class in org.pepstock.charba.client.geo
-
Factory to create a data point from a native object, used for array container lists.
- ChoroplethElementFactory() - Constructor for class org.pepstock.charba.client.geo.GeoFeatureElement.ChoroplethElementFactory
- ChoroplethOptions - Class in org.pepstock.charba.client.geo
-
Specific options for choropleth chart.
- ChoroplethOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.geo.ChoroplethOptions
-
Builds the object storing the chart instance and defaults.
- CHRISTMAS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Christmas" -
- CHRISTMAS_ISLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Christmas Island region.
- CHRS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Chorasmian script.
- CHURCH_SLAVIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Church Slavic language.
- CINNAMINT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cinnamint" -
- CIRCLE - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.CIRCLE. - CIRCLE - org.pepstock.charba.client.enums.PointStyle
- CIRCUIT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Circuit6" -
- CIRCULAR - org.pepstock.charba.client.data.PolarAreaDataset.Property
- CIRCULAR - org.pepstock.charba.client.items.ArcElementOptions.Property
- CIRCULAR - org.pepstock.charba.client.options.Arc.Property
- CIRCULAR - org.pepstock.charba.client.options.Grid.Property
- circularCallback - Variable in class org.pepstock.charba.client.data.PolarAreaDataset
- CircularCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
circularproperty ofArcat runtime. - circularCallbackProxy - Variable in class org.pepstock.charba.client.data.PolarAreaDataset
- CIRCUMFERENCE - org.pepstock.charba.client.data.PieDataset.Property
- CIRCUMFERENCE - org.pepstock.charba.client.items.ArcElement.Property
- CIRCUMFERENCE - org.pepstock.charba.client.options.Options.Property
- CIRT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cirth script.
- CITRUS_PEEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Citrus Peel" -
- CIVIC6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Civic6" -
- CIVIDIS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color cividis.
- CLAMP - org.pepstock.charba.client.datalabels.LabelItem.Property
- CLAMP_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- ClampCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.IDplugin to setclampproperty at runtime, using the plugin context. - clampCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- CLARITY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Clarity6" -
- CLASSIC_AREA_BROWN11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicAreaBrown11" -
- CLASSIC_AREA_GREEN11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicAreaGreen11" -
- CLASSIC_AREA_RED_GREEN21 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicAreaRedGreen21" -
- CLASSIC_AREA_RED11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicAreaRed11" -
- CLASSIC_BLUE_RED12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicBlueRed12" -
- CLASSIC_BLUE_RED6 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicBlueRed6" -
- CLASSIC_BLUE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicBlue7" -
- CLASSIC_COLOR_BLIND10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicColorBlind10" -
- CLASSIC_CYCLIC13 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicCyclic13" -
- CLASSIC_GRAY13 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGray13" -
- CLASSIC_GRAY5 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGray5" -
- CLASSIC_GREEN_BLUE11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGreenBlue11" -
- CLASSIC_GREEN_ORANGE12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGreenOrange12" -
- CLASSIC_GREEN_ORANGE6 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGreenOrange6" -
- CLASSIC_GREEN7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicGreen7" -
- CLASSIC_LIGHT10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicLight10" -
- CLASSIC_MEDIUM10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicMedium10" -
- CLASSIC_ORANGE_BLUE13 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicOrangeBlue13" -
- CLASSIC_ORANGE_WHITE_BLUE_LIGHT11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicOrangeWhiteBlueLight11" -
- CLASSIC_ORANGE_WHITE_BLUE11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicOrangeWhiteBlue11" -
- CLASSIC_ORANGE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicOrange7" -
- CLASSIC_PURPLE_GRAY12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicPurpleGray12" -
- CLASSIC_PURPLE_GRAY6 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicPurpleGray6" -
- CLASSIC_RED_BLACK11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedBlack11" -
- CLASSIC_RED_BLUE11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedBlue11" -
- CLASSIC_RED_GREEN_LIGHT11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedGreenLight11" -
- CLASSIC_RED_GREEN11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedGreen11" -
- CLASSIC_RED_WHITE_BLACK_LIGHT10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedWhiteBlackLight10" -
- CLASSIC_RED_WHITE_BLACK11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedWhiteBlack11" -
- CLASSIC_RED_WHITE_GREEN_LIGHT11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedWhiteGreenLight11" -
- CLASSIC_RED_WHITE_GREEN11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRedWhiteGreen11" -
- CLASSIC_RED9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicRed9" -
- CLASSIC_TRAFFIC_LIGHT9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ClassicTrafficLight9" -
- CLASSIC10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Classic10" -
- CLASSIC20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Classic20" -
- CLEAN_SELECTION - org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
-
Triggers when the selection is clean.
- cleanSelection(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Clears the selection on the chart.
- cleanSelection(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Clears the selection on the chart and set if an event should fire on clear action.
- clear() - Method in class org.pepstock.charba.client.AbstractChart
-
Will clear the chart canvas.
- clear() - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
-
Clears all stored annotations
- clear() - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Clears all stored annotations.
- clear() - Method in class org.pepstock.charba.client.Chart
-
Will clear the chart canvas.
Used extensively internally between animation frames. - clear() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Removes all of the elements from this set.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayString
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Removes all of the elements from this object.
- clear() - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Removes all of the elements from this list.
- clear() - Method in class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
-
Removes all of the elements from this array.
- clear() - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes all keys.
- clear() - Method in interface org.pepstock.charba.client.IsChart
-
Will clear the chart canvas.
- clear() - Method in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
-
Cancels a timeout previously established.
- clear(IsChart) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Clears the cache of loaded patterns and gradients, needed when a chart is destroy.
- CLEAR - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
Clearkey. - CLEAR_BY_ESC_ENABLED - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- CLEAR_SKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Clear Sky" -
- clearCallbackPatternsAndGradients() - Method in class org.pepstock.charba.client.data.Dataset
-
Clears the cache of patterns and gradients created by callbacks.
- clearHtmlLegendItems(HtmlLegendItem) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Clears all cached instance of point style by chart instance, wrapper in the a legend item.
- clearInterval(int) - Static method in class org.pepstock.charba.client.utils.Window
-
cancels a timed, repeating action which was previously established by a call to
Window.setInterval(AsyncCallback, int)method. - clearRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Erases the pixels in a rectangular area by setting them to transparent black.
- clearTimeout(int) - Static method in class org.pepstock.charba.client.utils.Window
-
Cancels a timeout previously established by calling
Window.setTimeout(AsyncCallback, int)method. - CLICK - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device button has been pressed and released on an element.
- CLICK - org.pepstock.charba.client.annotation.EventsHandler.Property
- CLICK - org.pepstock.charba.client.datalabels.enums.Event
-
The mouse's primary button is pressed and released on a label.
- CLICK - org.pepstock.charba.client.dom.enums.MouseEventType
-
Triggers after mousedown and then mouseup over the same element if the left mouse button was used.
- CLICK_EVENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.Listeners
- CLICK_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.EventsHandler
- ClickCallback - Interface in org.pepstock.charba.client.annotation.listeners
-
Callback interface of
AnnotationPlugin.IDplugin that is called once click is fired. - clickCallbackProxy - Variable in class org.pepstock.charba.client.annotation.EventsHandler
- clickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
- clickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- clickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Legend
- clickCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
- clickEventCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.Listeners
- clickEventCallbackProxy - Variable in class org.pepstock.charba.client.utils.toast.ActionItem
- clickEventCallbackProxy - Variable in class org.pepstock.charba.client.utils.toast.ToastOptions
- clickEventHandler - Variable in class org.pepstock.charba.client.utils.toast.ActionItem
- clickEventHandler - Variable in class org.pepstock.charba.client.utils.toast.ToastOptions
- ClickEventHandler - Interface in org.pepstock.charba.client.datalabels.events
-
Callback interface of
DataLabelsPlugin.IDplugin to manage CLICK events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue, the label is updated with the new context and the chart re-rendered. - ClickEventHandler - Interface in org.pepstock.charba.client.utils.toast.handlers
-
Callback interface of
Toasterutility to manage CLICK events on toast item. - CLIENT_X - org.pepstock.charba.client.dom.events.MouseEventInit.Property
- CLIENT_X - org.pepstock.charba.client.dom.events.TouchInit.Property
- CLIENT_Y - org.pepstock.charba.client.dom.events.MouseEventInit.Property
- CLIENT_Y - org.pepstock.charba.client.dom.events.TouchInit.Property
- clip() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Turns the current or given path in the current clipping region.
It replaces any previous clipping region.. - Clip - Class in org.pepstock.charba.client.data
-
Defines how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area.
If setsfalse, that means that CHART.JS will use chart area dimension.
Withfalsevalue, the properties will be: Left is 0 Top is 0 Right is area right Bottom is area bottom - Clip() - Constructor for class org.pepstock.charba.client.data.Clip
-
Creates the object with an empty native object instance.
- Clip(double) - Constructor for class org.pepstock.charba.client.data.Clip
-
Creates the object with the same clip value for all dimensions.
- Clip(NativeObject) - Constructor for class org.pepstock.charba.client.data.Clip
-
Creates the object with native object instance to be wrapped.
- CLIP - org.pepstock.charba.client.annotation.AnnotationOptions.Property
- CLIP - org.pepstock.charba.client.data.Dataset.CommonProperty
- CLIP - org.pepstock.charba.client.datalabels.LabelItem.Property
- CLIP_MAP - org.pepstock.charba.client.geo.CommonOptionsHandler.Property
- CLIP_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- clipArea(Canvas, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Context2dItemof the canvas.
The area is specified by size.
Starting points are 0. - clipArea(Canvas, double, double, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Context2dItemof the canvas.
The area is specified by coordinates and size. - clipArea(Canvas, IsArea) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Context2dItemof the canvas. - clipArea(Context2dItem, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context.
The area is specified by size.
Starting points are 0. - clipArea(Context2dItem, double, double, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context.
The area is specified by coordinates and size. - clipArea(Context2dItem, IsArea) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context.
- clipArea(IsChart) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context using the
ChartAreaNodeof the chart. - clipArea(IsChart, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Canvasof the chart.
The area is specified by size.
Starting points are 0. - clipArea(IsChart, double, double, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Canvasof the chart.
The area is specified by coordinates and size. - clipArea(IsChart, IsArea) - Method in class org.pepstock.charba.client.Helpers
-
Clips an area on the canvas context, using the
Canvasof the chart. - ClipCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.IDplugin to setclipproperty at runtime, using the plugin context. - clipCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- ClipMap - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the possible values to clip the rendering to the chart area of the GEO graph.
- ClipMap(String) - Constructor for enum org.pepstock.charba.client.geo.enums.ClipMap
-
Creates with the property value to use in the native object.
- CLocale - Class in org.pepstock.charba.client.intl
-
Unicode represents locales with a string, called a locale identifier.
The locale identifier consists of a language identifier and extension tags.
Language identifiers are the core of the locale, consisting of language, script, and region subtags.
Additional information about the locale is stored in the optional extension tags.
Extension tags hold information about locale aspects such as calendar type, clock type, and numbering system type.
A Unicode BCP 47 locale identifier consists of
a language code (optionally) a script code, (optionally) a region (or country) code (optionally) one or more variant codes (optionally) one or more extension sequences
See MDN page for more details.
LOCALE auto recognition
Thelocaleclient property can be specified using either a meta tag, as part of the query string in the host page’s URL or from default platform locale.
If all cases are specified, the query string takes precedence, then meta data and finally the navigator language. - CLocale(String, Language, Script, Region, String) - Constructor for class org.pepstock.charba.client.intl.CLocale
-
Creates a locale using all arguments.
- CLocaleBuilder - Class in org.pepstock.charba.client.intl
- CLocaleBuilder(Language) - Constructor for class org.pepstock.charba.client.intl.CLocaleBuilder
-
Constructs a builder by the language passed as argument.
- CLocaleBuilder.LocaleRegExpGroups - Class in org.pepstock.charba.client.intl
-
This object is mapping the result of
RegExpResult.groups(NativeObjectContainerFactory)in order to get the tokens of regexp result. - CLocaleBuilder.LocaleRegExpGroups.Property - Enum in org.pepstock.charba.client.intl
-
Name of properties of native object.
- CLocaleBuilder.LocaleRegExpGroupsFactory - Class in org.pepstock.charba.client.intl
-
Internal native object factory to pass to
RegExpResult.groups(NativeObjectContainerFactory)method in order to read the regular expression tokens, by the key set in the regular expression pattern. - clone(NativeObject) - Method in class org.pepstock.charba.client.Helpers
-
Returns a deep copy of source without keeping references on objects and arrays.
- clone(NativeObject) - Method in class org.pepstock.charba.client.NativeHelpers
-
Returns a deep copy of source without keeping references on objects and arrays.
- clone(NativeObject) - Static method in class org.pepstock.charba.client.utils.toast.NativeToasting
-
Clones the argument.
- ClonedChartAreaNode(ChartAreaNode) - Constructor for class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
-
To avoid any instantiation
- cloneDefaults - Variable in class org.pepstock.charba.client.controllers.ControllerType
- cloneNode(boolean) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Clone the node, and optionally, all of its contents.
- close(NativeObject) - Static method in class org.pepstock.charba.client.utils.toast.NativeToasting
-
Closes the toast item.
- CLOSE_BRACE - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for CLOSE brace, "}".
- CLOSE_ROUND_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for CLOSE round bracket, ")".
- CLOSE_SQUARE_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for CLOSE square bracket, "]".
- closeActiveToast(NativeObject) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Invoked when every toast has been closed, removing the item from the list of current open items, and checking the queue.
- closeCallbackProxy - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- closeCallbackProxy - Variable in class org.pepstock.charba.client.utils.toast.ToastOptions
- CLOSED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast is shown and closed.
- closeHandler - Variable in class org.pepstock.charba.client.utils.toast.ToastOptions
- CloseHandler - Interface in org.pepstock.charba.client.utils.toast.handlers
-
Callback interface of
Toasterutility to be notified of toast item closing.
It receives also the action which closed the toast ornullif the toast has been closed naturally. - closePath() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Causes the point of the pen to move back to the start of the current sub-path.
It tries to draw a straight line from the current point to the start.
If the shape has already been closed or has only one point, this function does nothing. - CLOUDS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Clouds" -
- COAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Coal" -
- COCOAA_ICE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cocoaa Ice" -
- COCOS_KEELING_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cocos (Keeling) Islands region.
- CODE - org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
- CODE - org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
To use the ISO currency code.
- code2chars - Variable in enum org.pepstock.charba.client.intl.Language
- code3chars - Variable in enum org.pepstock.charba.client.intl.Language
- CODES_SPECIFICALLY_RESERVED_FOR_TESTING_PURPOSES - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Codes specifically reserved for testing purposes currency.
- CODEX6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Codex6" -
- coefficients - Variable in class org.pepstock.charba.client.ml.ExponentialRegression
- coefficients - Variable in class org.pepstock.charba.client.ml.PowerRegression
- COFFEE_GOLD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Coffee Gold" -
- COL_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
The item/column can be resized horizontally.
- COLLAPSE - org.pepstock.charba.client.dom.enums.Visibility
-
Collapsed flex items and ruby annotations are hidden, and the space they would have occupied is removed.
- COLLECTIVITY_OF_SAINT_MARTIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Collectivity of Saint Martin region.
- COLOMBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Colombia region.
- COLOMBIAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Colombian Peso currency.
- COLON - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for COLON, ":".
- color - Variable in enum org.pepstock.charba.client.colors.GoogleChartColor
- color - Variable in enum org.pepstock.charba.client.colors.GwtMaterialColor
- color - Variable in enum org.pepstock.charba.client.colors.HtmlColor
- color - Variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
- color - Variable in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
- color - Variable in class org.pepstock.charba.client.impl.charts.Threshold
- color - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
- color - Variable in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- color - Variable in class org.pepstock.charba.client.utils.toast.StandardToastType
- color - Variable in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
- Color - Class in org.pepstock.charba.client.colors
-
This class contains information about a color.
You can requests a specific alpha (starting form source color and cloning it). - Color(int, int, int) - Constructor for class org.pepstock.charba.client.colors.Color
-
Creates the color with RGB values.
- Color(int, int, int, double) - Constructor for class org.pepstock.charba.client.colors.Color
-
Creates the color with RGB values.
- COLOR - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- COLOR - org.pepstock.charba.client.annotation.LabelHandler.Property
- COLOR - org.pepstock.charba.client.configuration.AbstractScaleLines.Property
- COLOR - org.pepstock.charba.client.configuration.AbstractTitle.Property
- COLOR - org.pepstock.charba.client.configuration.RadialPointLabels.Property
- COLOR - org.pepstock.charba.client.configuration.Tick.Property
- COLOR - org.pepstock.charba.client.datalabels.LabelItem.Property
- COLOR - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Preserves the luma of the bottom layer, while adopting the hue and chroma of the top layer.
- COLOR - org.pepstock.charba.client.enums.AnimationType
-
Uses a color to interpolate animation.
- COLOR - org.pepstock.charba.client.enums.ColorType
-
If the color property is stored by a string or
IsColor. - COLOR - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to color property to animate the element.
- COLOR - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- COLOR - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- COLOR - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- COLOR - org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
- COLOR - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- COLOR - org.pepstock.charba.client.labels.Label.Property
- COLOR - org.pepstock.charba.client.options.AngleLines.Property
- COLOR - org.pepstock.charba.client.options.FontContainer.Property
- COLOR - org.pepstock.charba.client.options.Grid.Property
- COLOR - org.pepstock.charba.client.options.Options.Property
- COLOR - org.pepstock.charba.client.options.ScaleBorder.Property
- COLOR - org.pepstock.charba.client.sankey.SankeyDataset.Property
- COLOR - org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
- COLOR_00 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_00" -
- COLOR_000000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#000000"
- COLOR_000000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#000000"
- COLOR_000046 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#000046"
- COLOR_000080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#000080"
- COLOR_0000CD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0000CD"
- COLOR_0000FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0000FF"
- COLOR_000428 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#000428"
- COLOR_000C40 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#000C40"
- COLOR_001510 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#001510"
- COLOR_00223E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00223E"
- COLOR_002E5D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#002E5D"
- COLOR_00349E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00349e"
- COLOR_003973 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#003973"
- COLOR_003C30 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#003c30"
- COLOR_003D4D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#003D4D"
- COLOR_00416A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00416A"
- COLOR_00441B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00441b"
- COLOR_004529 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#004529"
- COLOR_00467F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00467F"
- COLOR_004680 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004680"
- COLOR_004D7A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004D7A"
- COLOR_004E8F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004E8F"
- COLOR_004E92 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004E92"
- COLOR_004FF9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#004FF9"
- COLOR_0052D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0052D4"
- COLOR_005824 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#005824"
- COLOR_005A32 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#005a32"
- COLOR_005AA7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#005AA7"
- COLOR_005BD3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#005bd3"
- COLOR_005C97 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#005C97"
- COLOR_0066CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0066cc"
- COLOR_006837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#006837"
- COLOR_006BA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#006ba4"
- COLOR_006D2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#006d2c"
- COLOR_0072FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0072FF"
- COLOR_007991 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#007991"
- COLOR_007FC3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#007FC3"
- COLOR_008080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#008080"
- COLOR_0082C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0082C8"
- COLOR_0083B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0083B0"
- COLOR_0083FE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0083FE"
- COLOR_0085CA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0085CA"
- COLOR_008793 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#008793"
- COLOR_008837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#008837"
- COLOR_0099F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0099F7"
- COLOR_009DD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#009dd9"
- COLOR_009FFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#009FFC"
- COLOR_009FFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#009FFF"
- COLOR_00A2B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00a2b3"
- COLOR_00A2E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00a2e6"
- COLOR_00A651 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00A651"
- COLOR_00ADDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00addc"
- COLOR_00B09B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00B09B"
- COLOR_00B4DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00B4DB"
- COLOR_00BF72 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00BF72"
- COLOR_00BF8F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00BF8F"
- COLOR_00C3FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00C3FF"
- COLOR_00C6BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#00c6bb"
- COLOR_00C6FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00C6FF"
- COLOR_00C996 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00C996"
- COLOR_00C9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00C9FF"
- COLOR_00CDAC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00CDAC"
- COLOR_00D2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00D2FF"
- COLOR_00D9F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00D9F5"
- COLOR_00DBDE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00DBDE"
- COLOR_00F260 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00F260"
- COLOR_00F5A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00F5A0"
- COLOR_00FFF0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#00FFF0"
- COLOR_01 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_01" -
- COLOR_014636 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#014636"
- COLOR_016450 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#016450"
- COLOR_01665E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#01665e"
- COLOR_016C59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#016c59"
- COLOR_018571 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#018571"
- COLOR_02 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_02" -
- COLOR_021B79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#021B79"
- COLOR_023858 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#023858"
- COLOR_023C0D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#023C0D"
- COLOR_027B8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#027b8e"
- COLOR_02818A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#02818a"
- COLOR_029676 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#029676"
- COLOR_02AAB0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#02AAB0"
- COLOR_03 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_03" -
- COLOR_03001E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#03001E"
- COLOR_034E7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#034e7b"
- COLOR_04 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_04" -
- COLOR_045A8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#045a8d"
- COLOR_05 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_05" -
- COLOR_051937 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#051937"
- COLOR_052F61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#052f61"
- COLOR_053061 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#053061"
- COLOR_05386B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#05386B"
- COLOR_056B3B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#056B3B"
- COLOR_0570B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0570b0"
- COLOR_0571B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0571b0"
- COLOR_0575E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0575E6"
- COLOR_05E0DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#05e0db"
- COLOR_06 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_06" -
- COLOR_061161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#061161"
- COLOR_061700 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#061700"
- COLOR_06BEB6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#06BEB6"
- COLOR_07 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_07" -
- COLOR_073779 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#073779"
- COLOR_076585 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#076585"
- COLOR_08 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_08" -
- COLOR_081D58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#081d58"
- COLOR_08306B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08306b"
- COLOR_084081 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#084081"
- COLOR_084594 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#084594"
- COLOR_085078 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#085078"
- COLOR_08519C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08519c"
- COLOR_08589E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08589e"
- COLOR_0868AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0868ac"
- COLOR_08A1D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08a1d9"
- COLOR_08CC78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#08cc78"
- COLOR_09 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_09" -
- COLOR_091E3A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#091E3A"
- COLOR_093028 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#093028"
- COLOR_093637 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#093637"
- COLOR_09622A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#09622a"
- COLOR_0989B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0989b1"
- COLOR_0A2A88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0A2A88"
- COLOR_0A96E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0a96e4"
- COLOR_0ABFBC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0ABFBC"
- COLOR_0B486B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0B486B"
- COLOR_0B8793 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0B8793"
- COLOR_0BD0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0bd0d9"
- COLOR_0C0C6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0C0C6D"
- COLOR_0C2C84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0c2c84"
- COLOR_0C5986 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0c5986"
- COLOR_0CEBEB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0CEBEB"
- COLOR_0D335E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0d335e"
- COLOR_0D8BE6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0d8be6"
- COLOR_0ED2F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0ED2F7"
- COLOR_0F0C29 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0F0C29"
- COLOR_0F2027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0F2027"
- COLOR_0F3443 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0F3443"
- COLOR_0F6FC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#0f6fc6"
- COLOR_0F9B0F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#0F9B0F"
- COLOR_10 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_10" -
- COLOR_108DC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#108DC7"
- COLOR_10CF9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#10cf9b"
- COLOR_11 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_11" -
- COLOR_111111 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#111111"
- COLOR_114357 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#114357"
- COLOR_1170AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1170aa"
- COLOR_11998E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#11998E"
- COLOR_11FFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#11FFBD"
- COLOR_12 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_12" -
- COLOR_12A2A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#12a2a8"
- COLOR_12C2E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#12C2E9"
- COLOR_12D8FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#12D8FA"
- COLOR_12FFF7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#12FFF7"
- COLOR_13 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_13" -
- COLOR_134E5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#134E5E"
- COLOR_135058 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#135058"
- COLOR_136A8A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#136A8A"
- COLOR_14 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_14" -
- COLOR_141517 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#141517"
- COLOR_141E30 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#141E30"
- COLOR_146C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#146c36"
- COLOR_1488CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1488CC"
- COLOR_14967C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#14967c"
- COLOR_15 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_15" -
- COLOR_152331 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#152331"
- COLOR_155799 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#155799"
- COLOR_1565C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1565C0"
- COLOR_159957 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#159957"
- COLOR_16 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_16" -
- COLOR_16222A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#16222A"
- COLOR_16A085 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#16A085"
- COLOR_16BFFD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#16BFFD"
- COLOR_17 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_17" -
- COLOR_17BECF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#17becf"
- COLOR_17C7BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#17c7ba"
- COLOR_18 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_18" -
- COLOR_181818 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#181818"
- COLOR_182848 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#182848"
- COLOR_185A9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#185A9D"
- COLOR_19 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_19" -
- COLOR_190A05 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#190A05"
- COLOR_191654 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#191654"
- COLOR_19547B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#19547B"
- COLOR_1A1A1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1a1a1a"
- COLOR_1A2980 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1A2980"
- COLOR_1A2A6C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1A2A6C"
- COLOR_1A7232 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1a7232"
- COLOR_1A9641 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1a9641"
- COLOR_1A9850 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1a9850"
- COLOR_1AB39F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1ab39f"
- COLOR_1B4430 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1b4430"
- COLOR_1B587C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1b587c"
- COLOR_1B7837 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1b7837"
- COLOR_1B9E77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1b9e77"
- COLOR_1BA3C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1ba3c6"
- COLOR_1C4596 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c4596"
- COLOR_1C5998 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c5998"
- COLOR_1C713B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c713b"
- COLOR_1C73B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c73b1"
- COLOR_1C9099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1c9099"
- COLOR_1C92D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1C92D2"
- COLOR_1CADE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1cade4"
- COLOR_1CB5E0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1CB5E0"
- COLOR_1CD8D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1CD8D2"
- COLOR_1CEFFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1CEFFF"
- COLOR_1D2671 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1D2671"
- COLOR_1D2B64 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1D2B64"
- COLOR_1D4350 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1D4350"
- COLOR_1D5B57 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1d5b57"
- COLOR_1D86CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1d86cd"
- COLOR_1D91C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1d91c0"
- COLOR_1D976C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1D976C"
- COLOR_1DA1F2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1DA1F2"
- COLOR_1E130C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1E130C"
- COLOR_1E1E1E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1e1e1e"
- COLOR_1E3C72 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1E3C72"
- COLOR_1E7735 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1e7735"
- COLOR_1E90FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1E90FF"
- COLOR_1E9600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1E9600"
- COLOR_1F1C18 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1F1C18"
- COLOR_1F1C2C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1F1C2C"
- COLOR_1F4037 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1F4037"
- COLOR_1F77B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1f77b4"
- COLOR_1F78B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1f78b4"
- COLOR_1F83B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#1f83b4"
- COLOR_1FA2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1FA2FF"
- COLOR_1FDDFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#1FDDFF"
- COLOR_20 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_20" -
- COLOR_20002C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#20002C"
- COLOR_200122 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#200122"
- COLOR_203A43 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#203A43"
- COLOR_2046A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2046a5"
- COLOR_20768C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#20768c"
- COLOR_20BDFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#20BDFF"
- COLOR_20E3B2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#20E3B2"
- COLOR_21 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_21" -
- COLOR_21449B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#21449b"
- COLOR_215F00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#215F00"
- COLOR_2166AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2166ac"
- COLOR_2171B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2171b5"
- COLOR_2193B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2193B0"
- COLOR_2196F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2196F3"
- COLOR_21B087 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#21b087"
- COLOR_22 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_22" -
- COLOR_225EA8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#225ea8"
- COLOR_22763F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#22763f"
- COLOR_228B22 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#228B22"
- COLOR_22C1C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#22C1C3"
- COLOR_23 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_23" -
- COLOR_23074D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#23074D"
- COLOR_232526 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#232526"
- COLOR_237A57 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#237A57"
- COLOR_238443 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#238443"
- COLOR_238B45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#238b45"
- COLOR_2397E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2397e2"
- COLOR_24 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_24" -
- COLOR_240B36 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#240B36"
- COLOR_24243E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#24243E"
- COLOR_243B55 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#243B55"
- COLOR_244A58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#244a58"
- COLOR_24693D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#24693d"
- COLOR_24C6DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#24C6DC"
- COLOR_24FE41 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#24FE41"
- COLOR_25 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_25" -
- COLOR_252525 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#252525"
- COLOR_253494 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#253494"
- COLOR_256F3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#256f3d"
- COLOR_257740 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#257740"
- COLOR_26 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_26" -
- COLOR_26456E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#26456e"
- COLOR_2657EB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2657EB"
- COLOR_267871 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#267871"
- COLOR_2683C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2683c6"
- COLOR_26897E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#26897e"
- COLOR_26A0DA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#26A0DA"
- COLOR_26D0CE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#26D0CE"
- COLOR_27 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_27" -
- COLOR_274046 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#274046"
- COLOR_276419 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#276419"
- COLOR_2774AE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2774AE"
- COLOR_27763D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#27763d"
- COLOR_27823B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#27823b"
- COLOR_27CED7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#27ced7"
- COLOR_28 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_28" -
- COLOR_282828 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#282828"
- COLOR_283048 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#283048"
- COLOR_283C86 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#283C86"
- COLOR_283E51 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#283E51"
- COLOR_29 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_29" -
- COLOR_292E49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#292E49"
- COLOR_29323C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#29323C"
- COLOR_294171 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#294171"
- COLOR_2948FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2948FF"
- COLOR_297839 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#297839"
- COLOR_297FD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#297fd5"
- COLOR_2980B9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2980B9"
- COLOR_29EAC4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#29EAC4"
- COLOR_29FFC6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#29FFC6"
- COLOR_2A0845 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2A0845"
- COLOR_2A2D3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2A2D3E"
- COLOR_2A5298 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2A5298"
- COLOR_2A5783 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2a5783"
- COLOR_2ADA53 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2ADA53"
- COLOR_2B2C49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2B2C49"
- COLOR_2B32B2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2B32B2"
- COLOR_2B5876 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2B5876"
- COLOR_2B5C8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2b5c8a"
- COLOR_2B7C40 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2b7c40"
- COLOR_2B83BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2b83ba"
- COLOR_2B8CBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2b8cbe"
- COLOR_2BC0E4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2BC0E4"
- COLOR_2C3E50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2C3E50"
- COLOR_2C5364 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2C5364"
- COLOR_2C5985 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c5985"
- COLOR_2C69B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c69b0"
- COLOR_2C7744 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2C7744"
- COLOR_2C7BB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c7bb6"
- COLOR_2C7C9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c7c9f"
- COLOR_2C7FB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c7fb8"
- COLOR_2C9C89 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2c9c89"
- COLOR_2CA02C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2ca02c"
- COLOR_2CA030 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2ca030"
- COLOR_2CA25F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2ca25f"
- COLOR_2CB5C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2cb5c0"
- COLOR_2D004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2d004b"
- COLOR_2D608A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2d608a"
- COLOR_2D7D45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2d7d45"
- COLOR_2D9EE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2D9EE0"
- COLOR_2DA2BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2da2bf"
- COLOR_2E1437 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2E1437"
- COLOR_2E5A87 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2e5a87"
- COLOR_2E5F8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2e5f8a"
- COLOR_2EBF91 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2EBF91"
- COLOR_2F0743 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2F0743"
- COLOR_2F3C35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2f3c35"
- COLOR_2F6790 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2f6790"
- COLOR_2F7336 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2F7336"
- COLOR_2F80ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#2F80ED"
- COLOR_2F8E41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2f8e41"
- COLOR_2FA3EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#2fa3ee"
- COLOR_30 - org.pepstock.charba.client.colors.GoogleChartColor
-
Google chart color name "COLOR_30" -
- COLOR_302B63 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#302B63"
- COLOR_304352 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#304352"
- COLOR_305D8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#305d8a"
- COLOR_308344 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#308344"
- COLOR_309143 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#309143"
- COLOR_309343 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#309343"
- COLOR_30ACEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#30acec"
- COLOR_30BCAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#30bcad"
- COLOR_30E8BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#30E8BF"
- COLOR_313695 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#313695"
- COLOR_314755 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#314755"
- COLOR_316F96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#316f96"
- COLOR_3182BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3182bd"
- COLOR_31A1B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#31a1b3"
- COLOR_31A354 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#31a354"
- COLOR_31B6FD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#31b6fd"
- COLOR_324966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#324966"
- COLOR_32779B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#32779b"
- COLOR_3288BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3288bd"
- COLOR_32A251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#32a251"
- COLOR_32C7A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#32c7a9"
- COLOR_33001B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#33001B"
- COLOR_3300FC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3300FC"
- COLOR_330F42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#330f42"
- COLOR_333333 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#333333"
- COLOR_333333 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#333333"
- COLOR_333399 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#333399"
- COLOR_3333FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3333ff"
- COLOR_334D50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#334D50"
- COLOR_33608C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#33608c"
- COLOR_339444 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#339444"
- COLOR_3399FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3399ff"
- COLOR_33A02C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#33a02c"
- COLOR_33A65C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#33a65c"
- COLOR_347EA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#347ea1"
- COLOR_34844A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#34844a"
- COLOR_348AC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#348AC7"
- COLOR_348F50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#348F50"
- COLOR_3494BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3494ba"
- COLOR_3494E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3494E6"
- COLOR_3498DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3498DB"
- COLOR_34E89E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#34E89E"
- COLOR_355C7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#355C7D"
- COLOR_3586A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3586a7"
- COLOR_358EAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#358ead"
- COLOR_35978F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#35978f"
- COLOR_35ACA2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#35aca2"
- COLOR_360033 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#360033"
- COLOR_363795 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#363795"
- COLOR_3679A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3679a8"
- COLOR_3690C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3690c0"
- COLOR_36B1C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#36B1C7"
- COLOR_36D1DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#36D1DC"
- COLOR_373B44 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#373B44"
- COLOR_376491 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#376491"
- COLOR_377EB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#377eb8"
- COLOR_37A76F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#37a76f"
- COLOR_383838 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#383838"
- COLOR_386CB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#386cb0"
- COLOR_3891A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3891a7"
- COLOR_3896C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3896c4"
- COLOR_38EF7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#38EF7D"
- COLOR_393939 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#393939"
- COLOR_39639D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#39639d"
- COLOR_396AFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#396AFC"
- COLOR_39737C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#39737c"
- COLOR_398949 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#398949"
- COLOR_39B87F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#39b87f"
- COLOR_3A1C71 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3A1C71"
- COLOR_3A6073 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3A6073"
- COLOR_3A6186 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3A6186"
- COLOR_3A7BD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3A7BD5"
- COLOR_3A87B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3a87b7"
- COLOR_3A8A4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3a8a4d"
- COLOR_3B4371 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3B4371"
- COLOR_3B8D99 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3B8D99"
- COLOR_3B95C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3b95c4"
- COLOR_3B96B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3b96b2"
- COLOR_3C1053 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3C1053"
- COLOR_3C3B3F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3C3B3F"
- COLOR_3C8200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3c8200"
- COLOR_3C9770 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3c9770"
- COLOR_3CA55C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3CA55C"
- COLOR_3CA8BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3ca8bc"
- COLOR_3CB7CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3cb7cc"
- COLOR_3CD3AD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3CD3AD"
- COLOR_3D6A98 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3d6a98"
- COLOR_3D72B4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3D72B4"
- COLOR_3D7EAA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3D7EAA"
- COLOR_3E5151 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3E5151"
- COLOR_3E8853 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3e8853"
- COLOR_3F007D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3f007d"
- COLOR_3F2B96 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3F2B96"
- COLOR_3F3F3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#3f3f3f"
- COLOR_3F4C6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3F4C6B"
- COLOR_3F5EFB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3F5EFB"
- COLOR_3FADA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#3FADA8"
- COLOR_40004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#40004b"
- COLOR_403A3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#403A3E"
- COLOR_403B4A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#403B4A"
- COLOR_404040 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#404040"
- COLOR_40619D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#40619d"
- COLOR_4083CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4083cf"
- COLOR_40914F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#40914f"
- COLOR_40BAD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#40bad2"
- COLOR_40E0D0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#40E0D0"
- COLOR_41295A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#41295A"
- COLOR_414345 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#414345"
- COLOR_414451 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#414451"
- COLOR_414D0B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#414D0B"
- COLOR_418AB3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#418ab3"
- COLOR_419EB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#419eb6"
- COLOR_41AB5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41ab5d"
- COLOR_41AE76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41ae76"
- COLOR_41AEBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41aebd"
- COLOR_41B6C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41b6c4"
- COLOR_41B7C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#41b7c4"
- COLOR_42275A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#42275A"
- COLOR_423E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#423e5c"
- COLOR_424E5B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#424e5b"
- COLOR_4284DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4284DB"
- COLOR_4286F4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4286F4"
- COLOR_428F49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#428f49"
- COLOR_428F4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#428f4d"
- COLOR_4292C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4292c6"
- COLOR_42BA97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#42ba97"
- COLOR_434343 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#434343"
- COLOR_4364F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4364F7"
- COLOR_437A9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#437a9f"
- COLOR_438086 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#438086"
- COLOR_4389A2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4389A2"
- COLOR_4393C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4393c3"
- COLOR_439EB7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#439eb7"
- COLOR_43A2CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#43a2ca"
- COLOR_43ADD0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#43ADD0"
- COLOR_43C6AC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#43C6AC"
- COLOR_43CEA2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#43CEA2"
- COLOR_44709D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#44709d"
- COLOR_4472C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4472c4"
- COLOR_4484BA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4484BA"
- COLOR_44914E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#44914e"
- COLOR_44A08D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#44A08D"
- COLOR_44C1A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#44c1a3"
- COLOR_4568DC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4568DC"
- COLOR_4575B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4575b4"
- COLOR_4576A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4576a3"
- COLOR_457FCA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#457FCA"
- COLOR_4584D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4584d3"
- COLOR_45934D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#45934d"
- COLOR_45A247 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#45A247"
- COLOR_45A5ED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#45a5ed"
- COLOR_45B649 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#45B649"
- COLOR_466F9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#466f9d"
- COLOR_46B298 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#46b298"
- COLOR_46B2B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#46b2b5"
- COLOR_474B78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#474b78"
- COLOR_475A8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#475a8d"
- COLOR_4775E7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4775e7"
- COLOR_4776E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4776E6"
- COLOR_477BD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#477bd1"
- COLOR_479751 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#479751"
- COLOR_480048 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#480048"
- COLOR_485563 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#485563"
- COLOR_4878A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4878a6"
- COLOR_48B1BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#48B1BF"
- COLOR_49006A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#49006a"
- COLOR_493240 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#493240"
- COLOR_49525E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#49525e"
- COLOR_49964F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#49964f"
- COLOR_499894 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#499894"
- COLOR_49A09D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#49A09D"
- COLOR_4A00E0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4A00E0"
- COLOR_4A0505 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a0505"
- COLOR_4A1486 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a1486"
- COLOR_4A569D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4A569D"
- COLOR_4A66AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a66ac"
- COLOR_4A8C1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a8c1c"
- COLOR_4A9BDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a9bdc"
- COLOR_4A9CCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4a9ccc"
- COLOR_4AB5C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ab5c4"
- COLOR_4AC29A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4AC29A"
- COLOR_4B0082 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B0082"
- COLOR_4B1248 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B1248"
- COLOR_4B134F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B134F"
- COLOR_4B4B4B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4b4b4b"
- COLOR_4B5A60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4b5a60"
- COLOR_4B6CB7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B6CB7"
- COLOR_4B79A1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B79A1"
- COLOR_4B859E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4B859E"
- COLOR_4B9B5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4b9b5f"
- COLOR_4BA5BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ba5ba"
- COLOR_4BACC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4bacc6"
- COLOR_4BAF73 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4baf73"
- COLOR_4BC0C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4BC0C8"
- COLOR_4BCAAD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4bcaad"
- COLOR_4C5A6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4c5a6a"
- COLOR_4C6F75 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4c6f75"
- COLOR_4CA198 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ca198"
- COLOR_4CA1AF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4CA1AF"
- COLOR_4CA2CD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4CA2CD"
- COLOR_4CB8C4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4CB8C4"
- COLOR_4D004B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4d004b"
- COLOR_4D1434 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4d1434"
- COLOR_4D4D4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4d4d4d"
- COLOR_4D9221 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4d9221"
- COLOR_4DA0B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4DA0B0"
- COLOR_4DAC26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4dac26"
- COLOR_4DADCF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4dadcf"
- COLOR_4DAF4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4daf4a"
- COLOR_4E2020 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4E2020"
- COLOR_4E4376 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4E4376"
- COLOR_4E54C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4E54C8"
- COLOR_4E66B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e66b2"
- COLOR_4E67C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e67c8"
- COLOR_4E79A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e79a7"
- COLOR_4E7FAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e7fab"
- COLOR_4E7FAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e7fac"
- COLOR_4E8542 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e8542"
- COLOR_4E9F50 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4e9f50"
- COLOR_4EA5D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ea5d1"
- COLOR_4EA6DC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4ea6dc"
- COLOR_4EB3CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4eb3cf"
- COLOR_4EB3D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4eb3d3"
- COLOR_4ECDC4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#4ECDC4"
- COLOR_4F5864 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f5864"
- COLOR_4F6980 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f6980"
- COLOR_4F7CBA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f7cba"
- COLOR_4F81AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f81af"
- COLOR_4F81BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f81bd"
- COLOR_4F9E53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#4f9e53"
- COLOR_5039C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5039c6"
- COLOR_504539 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#504539"
- COLOR_506E94 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#506e94"
- COLOR_508709 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#508709"
- COLOR_50B4C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#50b4c8"
- COLOR_50BEA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#50bea3"
- COLOR_50C49F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#50c49f"
- COLOR_50C9C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#50C9C3"
- COLOR_511818 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#511818"
- COLOR_512DA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#512DA8"
- COLOR_514A9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#514A9D"
- COLOR_516395 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#516395"
- COLOR_516B8B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#516B8B"
- COLOR_519C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#519c51"
- COLOR_51A6C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#51a6c2"
- COLOR_51B364 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#51b364"
- COLOR_51C2A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#51c2a9"
- COLOR_51C3F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#51c3f9"
- COLOR_525252 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#525252"
- COLOR_525252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#525252"
- COLOR_526DB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#526db0"
- COLOR_528A02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#528a02"
- COLOR_529985 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#529985"
- COLOR_529C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#529c51"
- COLOR_52C234 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#52C234"
- COLOR_53548A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#53548a"
- COLOR_536976 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#536976"
- COLOR_5383AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5383af"
- COLOR_539E52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#539e52"
- COLOR_542788 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#542788"
- COLOR_54278F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#54278f"
- COLOR_542D90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#542d90"
- COLOR_543005 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#543005"
- COLOR_5430BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5430bb"
- COLOR_5433FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5433FF"
- COLOR_544A7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#544A7D"
- COLOR_5485B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5485b2"
- COLOR_549E39 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#549e39"
- COLOR_54A021 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#54a021"
- COLOR_553876 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#553876"
- COLOR_554023 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#554023"
- COLOR_555F6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#555f6a"
- COLOR_556270 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#556270"
- COLOR_559633 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#559633"
- COLOR_55992B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#55992b"
- COLOR_55AD89 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#55ad89"
- COLOR_5614B0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5614B0"
- COLOR_565656 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#565656"
- COLOR_5691C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5691C8"
- COLOR_569735 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#569735"
- COLOR_56AB2F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#56AB2F"
- COLOR_56B4D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#56B4D3"
- COLOR_56CCF2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#56CCF2"
- COLOR_575757 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#575757"
- COLOR_57606C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#57606c"
- COLOR_57A337 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#57a337"
- COLOR_580101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#580101"
- COLOR_585858 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#585858"
- COLOR_586215 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#586215"
- COLOR_586EA6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#586ea6"
- COLOR_58B6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#58b6c0"
- COLOR_59504E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59504e"
- COLOR_595959 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#595959"
- COLOR_5982DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5982db"
- COLOR_598AB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#598ab5"
- COLOR_59A14F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59a14f"
- COLOR_59A253 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59a253"
- COLOR_59ACBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59acbe"
- COLOR_59B0B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#59b0b9"
- COLOR_59C173 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#59C173"
- COLOR_59CDE9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#59CDE9"
- COLOR_5A1705 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5a1705"
- COLOR_5A3F37 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5A3F37"
- COLOR_5AA2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5aa2ae"
- COLOR_5AA355 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5aa355"
- COLOR_5AA6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5aa6c0"
- COLOR_5AAE61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5aae61"
- COLOR_5AB4AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5ab4ac"
- COLOR_5B6570 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b6570"
- COLOR_5B86E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5B86E5"
- COLOR_5B8CB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b8cb8"
- COLOR_5B8FBC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b8fbc"
- COLOR_5B9BD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b9bd5"
- COLOR_5B9EA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5b9ea4"
- COLOR_5BB226 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5BB226"
- COLOR_5BD078 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5bd078"
- COLOR_5C258D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5C258D"
- COLOR_5C6068 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5c6068"
- COLOR_5C7852 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5C7852"
- COLOR_5C8DB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5c8db8"
- COLOR_5C92B5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5c92b5"
- COLOR_5CB644 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5CB644"
- COLOR_5CDB95 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5CDB95"
- COLOR_5D26C1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5D26C1"
- COLOR_5D4157 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5D4157"
- COLOR_5D5AD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5d5ad2"
- COLOR_5D739A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5d739a"
- COLOR_5DCEAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5dceaf"
- COLOR_5E3C99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5e3c99"
- COLOR_5E4FA2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5e4fa2"
- COLOR_5EA049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5ea049"
- COLOR_5EC795 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5ec795"
- COLOR_5ECCF3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5eccf3"
- COLOR_5F2C82 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5F2C82"
- COLOR_5F5654 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f5654"
- COLOR_5F5A41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f5a41"
- COLOR_5F5F5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f5f5f"
- COLOR_5F9C9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f9c9d"
- COLOR_5F9ED1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5f9ed1"
- COLOR_5FA2CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5fa2ce"
- COLOR_5FBB68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#5fbb68"
- COLOR_5FC3E4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#5FC3E4"
- COLOR_6025F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6025F5"
- COLOR_603813 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#603813"
- COLOR_604878 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#604878"
- COLOR_605C3C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#605C3C"
- COLOR_60636A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#60636a"
- COLOR_606372 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#606372"
- COLOR_606C88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#606C88"
- COLOR_6076B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6076b4"
- COLOR_607D8B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#607D8B"
- COLOR_608F3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#608f3d"
- COLOR_60A24D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#60a24d"
- COLOR_60B5CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#60b5cc"
- COLOR_61045F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#61045F"
- COLOR_614385 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#614385"
- COLOR_615D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#615d9a"
- COLOR_616161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#616161"
- COLOR_61625E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#61625e"
- COLOR_616C77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#616c77"
- COLOR_6190E8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6190E8"
- COLOR_61A956 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#61a956"
- COLOR_6283AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6283ad"
- COLOR_629DD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#629dd1"
- COLOR_62A39F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#62a39f"
- COLOR_636363 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#636363"
- COLOR_636363 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#636363"
- COLOR_636FA4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#636FA4"
- COLOR_6388B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6388b4"
- COLOR_63891F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#63891f"
- COLOR_638B66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#638b66"
- COLOR_6394BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6394be"
- COLOR_63A0CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#63a0cc"
- COLOR_63A537 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#63a537"
- COLOR_640F10 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#640f10"
- COLOR_641345 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#641345"
- COLOR_642B73 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#642B73"
- COLOR_6441A5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6441A5"
- COLOR_645135 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#645135"
- COLOR_649173 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#649173"
- COLOR_64965E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#64965E"
- COLOR_64969F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#64969f"
- COLOR_64A73B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#64a73b"
- COLOR_64B3F4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#64B3F4"
- COLOR_64CDCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#64cdcc"
- COLOR_64F38C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#64F38C"
- COLOR_654EA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#654EA3"
- COLOR_656A59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#656a59"
- COLOR_657689 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#657689"
- COLOR_6585CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6585cf"
- COLOR_659999 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#659999"
- COLOR_65C7F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#65C7F7"
- COLOR_660066 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#660066"
- COLOR_660075 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#660075"
- COLOR_662506 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#662506"
- COLOR_663366 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#663366"
- COLOR_66553E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66553e"
- COLOR_665C51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#665c51"
- COLOR_665EB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#665eb8"
- COLOR_666600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#666600"
- COLOR_666666 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#666666"
- COLOR_666699 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#666699"
- COLOR_667559 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#667559"
- COLOR_667DB6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#667DB6"
- COLOR_66A61E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66a61e"
- COLOR_66B1CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66b1ce"
- COLOR_66B2C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66b2c2"
- COLOR_66BD63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66bd63"
- COLOR_66C2A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66c2a4"
- COLOR_66C2A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#66c2a5"
- COLOR_66FF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#66FF00"
- COLOR_67000D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67000d"
- COLOR_67001F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67001f"
- COLOR_673AB7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#673AB7"
- COLOR_67737C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67737c"
- COLOR_67787B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67787b"
- COLOR_67924B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67924b"
- COLOR_67A956 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67a956"
- COLOR_67A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67a9cf"
- COLOR_67ADD4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67add4"
- COLOR_67AF5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67af5c"
- COLOR_67B26F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#67B26F"
- COLOR_67BF5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#67bf5c"
- COLOR_68007F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#68007f"
- COLOR_6892A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6892a0"
- COLOR_6997AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6997af"
- COLOR_69A761 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69a761"
- COLOR_69AA56 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69aa56"
- COLOR_69B764 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69b764"
- COLOR_69C5BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69c5be"
- COLOR_69FFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#69ffff"
- COLOR_6A3093 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6A3093"
- COLOR_6A3D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a3d9a"
- COLOR_6A51A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a51a3"
- COLOR_6A82FB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6A82FB"
- COLOR_6A9113 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6A9113"
- COLOR_6A9BC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a9bc3"
- COLOR_6A9E1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a9e1f"
- COLOR_6A9EC5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6a9ec5"
- COLOR_6AAC90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6aac90"
- COLOR_6AAC91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6aac91"
- COLOR_6B4A0B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6b4a0b"
- COLOR_6B6149 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6b6149"
- COLOR_6B6B6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6b6b6b"
- COLOR_6B6B83 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6B6B83"
- COLOR_6B9BC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6b9bc7"
- COLOR_6BA3D6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6ba3d6"
- COLOR_6BAED6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6baed6"
- COLOR_6BB1C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6bb1c9"
- COLOR_6BB76D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6bb76d"
- COLOR_6BE585 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6BE585"
- COLOR_6C5B7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6C5B7B"
- COLOR_6C6260 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6c6260"
- COLOR_6C9E6E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6c9e6e"
- COLOR_6CAE59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6cae59"
- COLOR_6D6027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6D6027"
- COLOR_6DA6BE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6DA6BE"
- COLOR_6DCCDA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6dccda"
- COLOR_6DD5ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6DD5ED"
- COLOR_6DD5FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6DD5FA"
- COLOR_6DE304 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6de304"
- COLOR_6E016B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6e016b"
- COLOR_6E48AA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6E48AA"
- COLOR_6E7A81 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6e7a81"
- COLOR_6E9EC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6e9ec2"
- COLOR_6EA0B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6ea0b0"
- COLOR_6EB663 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6eb663"
- COLOR_6F0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6F0000"
- COLOR_6F63BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f63bb"
- COLOR_6F6C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f6c7d"
- COLOR_6F6F6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f6f6f"
- COLOR_6F6F74 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f6f74"
- COLOR_6F777D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f777d"
- COLOR_6F8183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6f8183"
- COLOR_6FB1FC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#6FB1FC"
- COLOR_6FB899 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6fb899"
- COLOR_6FEBA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#6feba0"
- COLOR_707C83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#707c83"
- COLOR_70A525 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#70a525"
- COLOR_70AD47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#70ad47"
- COLOR_70E1F5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#70E1F5"
- COLOR_70E2FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#70E2FF"
- COLOR_71685A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#71685a"
- COLOR_71685C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#71685c"
- COLOR_71B280 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#71B280"
- COLOR_71B2BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#71b2bc"
- COLOR_726056 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#726056"
- COLOR_727A17 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#727A17"
- COLOR_727CA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#727ca3"
- COLOR_728653 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#728653"
- COLOR_729ECE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#729ece"
- COLOR_72A376 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#72a376"
- COLOR_72A3C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#72a3c9"
- COLOR_72BAC6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#72bac6"
- COLOR_72C6EF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#72C6EF"
- COLOR_7303C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7303C0"
- COLOR_730E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#730e00"
- COLOR_732BEA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#732bea"
- COLOR_732E9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#732e9a"
- COLOR_733678 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#733678"
- COLOR_734B6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#734B6D"
- COLOR_736967 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#736967"
- COLOR_736C5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#736c5d"
- COLOR_737373 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#737373"
- COLOR_738AC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#738ac8"
- COLOR_73BA67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#73ba67"
- COLOR_73C8A9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#73C8A9"
- COLOR_7411D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7411d0"
- COLOR_747474 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#747474"
- COLOR_7474BF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7474BF"
- COLOR_748560 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#748560"
- COLOR_748A2F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#748a2f"
- COLOR_748CBC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#748cbc"
- COLOR_749805 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#749805"
- COLOR_74A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#74a9cf"
- COLOR_74ADD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#74add1"
- COLOR_74AF72 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#74af72"
- COLOR_74C476 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#74c476"
- COLOR_74EBD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#74EBD5"
- COLOR_753A88 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#753A88"
- COLOR_755DD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#755dd9"
- COLOR_756BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#756bb1"
- COLOR_7570B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7570b3"
- COLOR_757519 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#757519"
- COLOR_757F9A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#757F9A"
- COLOR_758085 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#758085"
- COLOR_758087 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#758087"
- COLOR_7598D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7598d9"
- COLOR_759AA5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#759aa5"
- COLOR_75B65D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#75b65d"
- COLOR_75BC69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#75bc69"
- COLOR_75BDA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#75bda7"
- COLOR_762A83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#762a83"
- COLOR_767676 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#767676"
- COLOR_767F8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#767f8b"
- COLOR_76AF56 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#76af56"
- COLOR_76B7B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#76b7b2"
- COLOR_76B852 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#76B852"
- COLOR_76C5EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#76c5ef"
- COLOR_777777 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#777777"
- COLOR_777C84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#777c84"
- COLOR_77A1D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#77A1D3"
- COLOR_77A2BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#77a2bb"
- COLOR_77A9CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#77a9cf"
- COLOR_77ACD3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#77acd3"
- COLOR_780206 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#780206"
- COLOR_786C71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#786c71"
- COLOR_7873C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7873c0"
- COLOR_78A641 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#78a641"
- COLOR_78AA5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#78aa5d"
- COLOR_78AC35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#78ac35"
- COLOR_78C679 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#78c679"
- COLOR_78FFD6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#78FFD6"
- COLOR_790A14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#790a14"
- COLOR_79463D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#79463d"
- COLOR_794747 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#794747"
- COLOR_795FAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#795faf"
- COLOR_79706E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#79706e"
- COLOR_797B7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#797b7e"
- COLOR_799F0C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#799F0C"
- COLOR_79A8A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#79a8a4"
- COLOR_79AACF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#79aacf"
- COLOR_79CBCA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#79CBCA"
- COLOR_7A0177 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a0177"
- COLOR_7A2828 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7A2828"
- COLOR_7A500A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a500a"
- COLOR_7A6A60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a6a60"
- COLOR_7A7A7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a7a7a"
- COLOR_7A855D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a855d"
- COLOR_7A8C8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7a8c8e"
- COLOR_7AA1D2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7AA1D2"
- COLOR_7ABC5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7abc5f"
- COLOR_7B3014 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7b3014"
- COLOR_7B3294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7b3294"
- COLOR_7B4397 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7B4397"
- COLOR_7B66D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7b66d2"
- COLOR_7B848F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7b848f"
- COLOR_7B920A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7B920A"
- COLOR_7BA79D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7ba79d"
- COLOR_7BC6CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7BC6CC"
- COLOR_7BC8E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7bc8e2"
- COLOR_7BCCC4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7bccc4"
- COLOR_7C4D79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7c4d79"
- COLOR_7C7270 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7c7270"
- COLOR_7C878D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7c878d"
- COLOR_7C984A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7c984a"
- COLOR_7CCA62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7cca62"
- COLOR_7D3C4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7d3c4a"
- COLOR_7D639B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7d639b"
- COLOR_7D888D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7d888d"
- COLOR_7D8F8C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7d8f8c"
- COLOR_7DC1EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7dc1ef"
- COLOR_7DC370 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7dc370"
- COLOR_7E13E3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e13e3"
- COLOR_7E6BC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e6bc9"
- COLOR_7E756D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e756d"
- COLOR_7E848D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e848d"
- COLOR_7E97AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7e97ad"
- COLOR_7EAED3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7eaed3"
- COLOR_7EB606 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7eb606"
- COLOR_7EC1CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7ec1ca"
- COLOR_7EC251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7ec251"
- COLOR_7EC6BC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7EC6BC"
- COLOR_7F0000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f0000"
- COLOR_7F00FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7F00FF"
- COLOR_7F2704 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f2704"
- COLOR_7F3B08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f3b08"
- COLOR_7F5F52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f5f52"
- COLOR_7F7F7F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f7f7f"
- COLOR_7F7FD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#7F7FD5"
- COLOR_7F8FA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f8fa9"
- COLOR_7F9A71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7f9a71"
- COLOR_7FBC41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fbc41"
- COLOR_7FBF7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fbf7b"
- COLOR_7FC97F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fc97f"
- COLOR_7FCDBB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fcdbb"
- COLOR_7FD13B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#7fd13b"
- COLOR_800000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#800000"
- COLOR_800026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#800026"
- COLOR_800080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#800080"
- COLOR_800080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#800080"
- COLOR_8064A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8064a2"
- COLOR_80716A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80716a"
- COLOR_80737A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80737a"
- COLOR_8073AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8073ac"
- COLOR_8074A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8074a8"
- COLOR_807774 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#807774"
- COLOR_807DBA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#807dba"
- COLOR_808080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#808080"
- COLOR_808080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#808080"
- COLOR_808DA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#808da0"
- COLOR_808DA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#808da9"
- COLOR_809EC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#809ec2"
- COLOR_80B0D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80b0d5"
- COLOR_80B1D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80b1d3"
- COLOR_80B606 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80b606"
- COLOR_80C34F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80c34f"
- COLOR_80CDC1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#80cdc1"
- COLOR_810F7C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#810f7c"
- COLOR_81537F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#81537f"
- COLOR_8175AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8175aa"
- COLOR_818183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#818183"
- COLOR_818B3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#818b3d"
- COLOR_81BB42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#81bb42"
- COLOR_81FF8A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#81FF8A"
- COLOR_824F1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#824f1c"
- COLOR_826276 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#826276"
- COLOR_827752 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#827752"
- COLOR_828288 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#828288"
- COLOR_82853B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#82853b"
- COLOR_82C162 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#82c162"
- COLOR_833AB4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#833AB4"
- COLOR_834736 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#834736"
- COLOR_834D9B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#834D9B"
- COLOR_835B82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#835b82"
- COLOR_8360C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8360C3"
- COLOR_838383 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#838383"
- COLOR_838D9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#838d9b"
- COLOR_83992A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#83992a"
- COLOR_839C41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#839c41"
- COLOR_83A4D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#83A4D4"
- COLOR_83C1C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#83c1c6"
- COLOR_846648 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#846648"
- COLOR_848058 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#848058"
- COLOR_848E93 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#848e93"
- COLOR_849DB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#849db1"
- COLOR_84AA33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#84aa33"
- COLOR_84AC9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#84ac9d"
- COLOR_84ACB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#84acb6"
- COLOR_84B457 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#84b457"
- COLOR_855D5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#855d5d"
- COLOR_85776D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#85776d"
- COLOR_859398 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#859398"
- COLOR_85CA77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#85ca77"
- COLOR_85D8CE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#85D8CE"
- COLOR_860908 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#860908"
- COLOR_865640 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#865640"
- COLOR_865986 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#865986"
- COLOR_867099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#867099"
- COLOR_867E7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#867e7b"
- COLOR_86A8E7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#86A8E7"
- COLOR_86B4A9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#86b4a9"
- COLOR_86BCB6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#86bcb6"
- COLOR_86C157 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#86c157"
- COLOR_86CE24 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#86ce24"
- COLOR_86FDE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#86FDE8"
- COLOR_870000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#870000"
- COLOR_873624 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#873624"
- COLOR_87706B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#87706b"
- COLOR_87795D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#87795d"
- COLOR_877F6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#877f6c"
- COLOR_8784C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8784c7"
- COLOR_878787 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#878787"
- COLOR_87D180 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#87d180"
- COLOR_88419D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#88419d"
- COLOR_8856A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8856a7"
- COLOR_89216B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#89216B"
- COLOR_89253E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#89253E"
- COLOR_8971E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8971e1"
- COLOR_8976AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8976ac"
- COLOR_897B61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#897b61"
- COLOR_898989 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#898989"
- COLOR_89B8DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#89b8da"
- COLOR_89C8CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#89c8cc"
- COLOR_89FFFD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#89FFFD"
- COLOR_8A2387 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8A2387"
- COLOR_8A2BE2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8A2BE2"
- COLOR_8A60B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8a60b0"
- COLOR_8AB833 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ab833"
- COLOR_8AC4A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ac4a7"
- COLOR_8AC765 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ac765"
- COLOR_8ACE7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ace7e"
- COLOR_8B5D3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8b5d3d"
- COLOR_8B723D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8b723d"
- COLOR_8B7C6E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8b7c6e"
- COLOR_8B9598 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8b9598"
- COLOR_8BDEDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8BDEDA"
- COLOR_8C2D04 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c2d04"
- COLOR_8C510A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c510a"
- COLOR_8C564B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c564b"
- COLOR_8C5F86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c5f86"
- COLOR_8C6BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c6bb1"
- COLOR_8C73D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c73d0"
- COLOR_8C7B70 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c7b70"
- COLOR_8C8D86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c8d86"
- COLOR_8C96C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8c96c6"
- COLOR_8CA6DB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8CA6DB"
- COLOR_8CAA7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8caa7e"
- COLOR_8CADAE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8cadae"
- COLOR_8CC2CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8cc2ca"
- COLOR_8CD17D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8cd17d"
- COLOR_8D34E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d34e0"
- COLOR_8D35D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d35d1"
- COLOR_8D6374 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d6374"
- COLOR_8D6974 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d6974"
- COLOR_8D8481 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d8481"
- COLOR_8D878B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d878b"
- COLOR_8D89A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8d89a4"
- COLOR_8DA0CB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8da0cb"
- COLOR_8DAB8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8dab8e"
- COLOR_8DBFA8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8dbfa8"
- COLOR_8DC26F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8DC26F"
- COLOR_8DD3C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8dd3c7"
- COLOR_8E0152 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8e0152"
- COLOR_8E0E00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E0E00"
- COLOR_8E2DE2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E2DE2"
- COLOR_8E44AD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E44AD"
- COLOR_8E54E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E54E9"
- COLOR_8E736A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8e736a"
- COLOR_8E887C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8e887c"
- COLOR_8E9EAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8E9EAB"
- COLOR_8EC0C1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ec0c1"
- COLOR_8ED07F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8ed07f"
- COLOR_8F7A05 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8f7a05"
- COLOR_8F8782 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8f8782"
- COLOR_8F94FB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#8F94FB"
- COLOR_8FB08C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8fb08c"
- COLOR_8FD180 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8fd180"
- COLOR_8FD9FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#8fd9fb"
- COLOR_903163 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#903163"
- COLOR_904E95 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#904E95"
- COLOR_90728F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90728f"
- COLOR_907F76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#907f76"
- COLOR_908342 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#908342"
- COLOR_909465 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#909465"
- COLOR_909CE1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#909ce1"
- COLOR_90AC97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90ac97"
- COLOR_90B960 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90b960"
- COLOR_90BA4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90ba4c"
- COLOR_90BB23 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90bb23"
- COLOR_90C226 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90c226"
- COLOR_90CB68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#90cb68"
- COLOR_91003F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91003f"
- COLOR_918485 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#918485"
- COLOR_918655 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#918655"
- COLOR_91B3D7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91b3d7"
- COLOR_91BFDB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91bfdb"
- COLOR_91CF60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91cf60"
- COLOR_91D183 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91d183"
- COLOR_91DCEA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#91dcea"
- COLOR_91EAE4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#91EAE4"
- COLOR_92278F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92278f"
- COLOR_926591 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#926591"
- COLOR_928B70 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#928b70"
- COLOR_928DAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#928DAB"
- COLOR_929292 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#929292"
- COLOR_92A185 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92a185"
- COLOR_92A9B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92a9b9"
- COLOR_92AA4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92aa4c"
- COLOR_92C0DF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92c0df"
- COLOR_92C5DE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#92c5de"
- COLOR_92FE9D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#92FE9D"
- COLOR_93291E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#93291E"
- COLOR_939C9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#939c9e"
- COLOR_93A299 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#93a299"
- COLOR_93B958 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#93b958"
- COLOR_93E50D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#93e50d"
- COLOR_93EDC7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#93EDC7"
- COLOR_93F9B9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#93F9B9"
- COLOR_9400D3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9400D3"
- COLOR_94147C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94147c"
- COLOR_9467BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9467bd"
- COLOR_94716B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#94716B"
- COLOR_94734E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94734e"
- COLOR_948C88 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#948c88"
- COLOR_948E99 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#948E99"
- COLOR_94917B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94917b"
- COLOR_94A088 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94a088"
- COLOR_94A323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94a323"
- COLOR_94B6D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94b6d2"
- COLOR_94BB83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94bb83"
- COLOR_94C600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94c600"
- COLOR_94D0C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94d0c0"
- COLOR_94D6B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#94d6b7"
- COLOR_95008A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#95008A"
- COLOR_956251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#956251"
- COLOR_956B43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#956b43"
- COLOR_958B8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#958b8b"
- COLOR_959C9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#959c9e"
- COLOR_95A39D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95a39d"
- COLOR_95C1DD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95c1dd"
- COLOR_95C5B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95c5b0"
- COLOR_95C5E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95c5e1"
- COLOR_95CECF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#95cecf"
- COLOR_960B33 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#960B33"
- COLOR_964305 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#964305"
- COLOR_964D2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#964d2c"
- COLOR_968C8C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#968c8c"
- COLOR_969696 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#969696"
- COLOR_969FA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#969fa7"
- COLOR_96C93D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#96C93D"
- COLOR_96DEDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#96DEDA"
- COLOR_96E6A1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#96E6A1"
- COLOR_972109 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#972109"
- COLOR_9733EE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9733EE"
- COLOR_9768A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9768a5"
- COLOR_9796F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9796F0"
- COLOR_97CFD0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#97cfd0"
- COLOR_97E9D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#97e9d5"
- COLOR_980043 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#980043"
- COLOR_984EA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#984ea3"
- COLOR_989AAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#989aac"
- COLOR_989CA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#989ca3"
- COLOR_98C723 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#98c723"
- COLOR_98D0C1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#98D0C1"
- COLOR_98D687 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#98d687"
- COLOR_98D9E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#98d9e4"
- COLOR_98DF8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#98df8a"
- COLOR_990000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#990000"
- COLOR_99000D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99000d"
- COLOR_993232 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#993232"
- COLOR_993366 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#993366"
- COLOR_9933FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9933ff"
- COLOR_993404 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#993404"
- COLOR_995688 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#995688"
- COLOR_9970AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9970ab"
- COLOR_998EC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#998ec3"
- COLOR_998EE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#998EE0"
- COLOR_99987F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99987f"
- COLOR_999966 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#999966"
- COLOR_999966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#999966"
- COLOR_999999 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#999999"
- COLOR_9999FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9999ff"
- COLOR_99B059 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99b059"
- COLOR_99CB38 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99cb38"
- COLOR_99CC00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99cc00"
- COLOR_99D594 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99d594"
- COLOR_99D8C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#99d8c9"
- COLOR_99F2C8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#99F2C8"
- COLOR_9A66CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9a66ca"
- COLOR_9A6A96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9a6a96"
- COLOR_9A8478 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9A8478"
- COLOR_9A92CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9a92cd"
- COLOR_9AC4E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ac4e1"
- COLOR_9ACD4C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9acd4c"
- COLOR_9AD26D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ad26d"
- COLOR_9B2D1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b2d1f"
- COLOR_9B57D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b57d3"
- COLOR_9B6BF2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b6bf2"
- COLOR_9B6C34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b6c34"
- COLOR_9B7362 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b7362"
- COLOR_9B75B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b75b2"
- COLOR_9B8357 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b8357"
- COLOR_9B9256 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b9256"
- COLOR_9B938F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b938f"
- COLOR_9B93C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b93c9"
- COLOR_9B9B9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9b9b9b"
- COLOR_9BAFB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9bafb5"
- COLOR_9BB05E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9bb05e"
- COLOR_9BBB59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9bbb59"
- COLOR_9BC5C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9BC5C3"
- COLOR_9BC7E4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9bc7e4"
- COLOR_9C0001 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c0001"
- COLOR_9C007F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c007f"
- COLOR_9C0824 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c0824"
- COLOR_9C5238 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c5238"
- COLOR_9C5252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c5252"
- COLOR_9C5B14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c5b14"
- COLOR_9C6A6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c6a6a"
- COLOR_9C755F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c755f"
- COLOR_9C8265 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c8265"
- COLOR_9C85C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c85c0"
- COLOR_9C9290 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9c9290"
- COLOR_9CA383 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ca383"
- COLOR_9CA3A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ca3a4"
- COLOR_9CB084 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9cb084"
- COLOR_9CBEBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9cbebd"
- COLOR_9CECFB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9CECFB"
- COLOR_9D09D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d09d1"
- COLOR_9D50BB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9D50BB"
- COLOR_9D7660 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d7660"
- COLOR_9D90A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d90a0"
- COLOR_9D936F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d936f"
- COLOR_9D983D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9d983d"
- COLOR_9DE61E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9de61e"
- COLOR_9E0142 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e0142"
- COLOR_9E3A26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e3a26"
- COLOR_9E3D22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e3d22"
- COLOR_9E5E9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e5e9b"
- COLOR_9E8E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e8e5c"
- COLOR_9E9273 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e9273"
- COLOR_9E9AC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9e9ac8"
- COLOR_9EB060 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9eb060"
- COLOR_9EBCDA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ebcda"
- COLOR_9EC544 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ec544"
- COLOR_9ECAE1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9ecae1"
- COLOR_9EDAE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9edae5"
- COLOR_9F2936 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9f2936"
- COLOR_9F3632 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9f3632"
- COLOR_9F8351 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9f8351"
- COLOR_9F8F12 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9f8f12"
- COLOR_9FA0A8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9FA0A8"
- COLOR_9FB8CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9fb8cd"
- COLOR_9FCD99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9fcd99"
- COLOR_9FDAFB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9fdafb"
- COLOR_9FE62F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#9fe62f"
- COLOR_9FFF5B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#9FFF5B"
- COLOR_A044FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A044FF"
- COLOR_A04DA3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a04da3"
- COLOR_A08400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a08400"
- COLOR_A09781 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a09781"
- COLOR_A0988C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0988c"
- COLOR_A0A16A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0a16a"
- COLOR_A0A7A8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0a7a8"
- COLOR_A0CBE8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0cbe8"
- COLOR_A0D4EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0d4ee"
- COLOR_A0D571 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a0d571"
- COLOR_A16BB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a16bb1"
- COLOR_A17FE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A17FE0"
- COLOR_A19574 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a19574"
- COLOR_A1D5D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1d5d2"
- COLOR_A1D68B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1d68b"
- COLOR_A1D76A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1d76a"
- COLOR_A1D99B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1d99b"
- COLOR_A1DAB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a1dab4"
- COLOR_A1FFCE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A1FFCE"
- COLOR_A23C33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a23c33"
- COLOR_A26DC2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a26dc2"
- COLOR_A27099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a27099"
- COLOR_A28E6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a28e6a"
- COLOR_A29996 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a29996"
- COLOR_A2A2A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2a2a2"
- COLOR_A2AB58 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A2AB58"
- COLOR_A2B170 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2b170"
- COLOR_A2B627 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2b627"
- COLOR_A2C18F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2c18f"
- COLOR_A2C816 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2c816"
- COLOR_A2C8EC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2c8ec"
- COLOR_A2CEAA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2ceaa"
- COLOR_A2CF49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a2cf49"
- COLOR_A3123A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3123a"
- COLOR_A32323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a32323"
- COLOR_A33202 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a33202"
- COLOR_A35DD1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a35dd1"
- COLOR_A379BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a379bb"
- COLOR_A39FC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a39fc9"
- COLOR_A3A101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3a101"
- COLOR_A3ACB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3acb9"
- COLOR_A3BD5A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3bd5a"
- COLOR_A3CCE9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a3cce9"
- COLOR_A43931 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A43931"
- COLOR_A46645 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a46645"
- COLOR_A4A4A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a4a4a4"
- COLOR_A4A4D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a4a4d5"
- COLOR_A4A9AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a4a9ab"
- COLOR_A50026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a50026"
- COLOR_A50E82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a50e82"
- COLOR_A50F15 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a50f15"
- COLOR_A5300F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5300f"
- COLOR_A53010 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a53010"
- COLOR_A55A43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a55a43"
- COLOR_A5644E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5644e"
- COLOR_A5A5A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5a5a5"
- COLOR_A5AB81 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5ab81"
- COLOR_A5ACAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5acaf"
- COLOR_A5B592 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5b592"
- COLOR_A5C249 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5c249"
- COLOR_A5CC82 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A5CC82"
- COLOR_A5CFE9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5cfe9"
- COLOR_A5D028 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5d028"
- COLOR_A5D848 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5d848"
- COLOR_A5DB96 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a5db96"
- COLOR_A5FECB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A5FECB"
- COLOR_A63212 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a63212"
- COLOR_A63603 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a63603"
- COLOR_A63D32 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a63d32"
- COLOR_A64122 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a64122"
- COLOR_A65628 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a65628"
- COLOR_A6611A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6611a"
- COLOR_A666E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a666e1"
- COLOR_A6761D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6761d"
- COLOR_A6987D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6987d"
- COLOR_A699E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a699e8"
- COLOR_A6B727 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6b727"
- COLOR_A6BDDB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6bddb"
- COLOR_A6CEE3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6cee3"
- COLOR_A6D854 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6d854"
- COLOR_A6D96A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6d96a"
- COLOR_A6DBA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a6dba0"
- COLOR_A6FFCB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A6FFCB"
- COLOR_A73737 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A73737"
- COLOR_A770EF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A770EF"
- COLOR_A7B789 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a7b789"
- COLOR_A7BFE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A7BFE8"
- COLOR_A7EA52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a7ea52"
- COLOR_A80077 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A80077"
- COLOR_A811DA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A811DA"
- COLOR_A83279 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A83279"
- COLOR_A83E24 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a83e24"
- COLOR_A84415 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a84415"
- COLOR_A8786E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a8786e"
- COLOR_A8B97F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a8b97f"
- COLOR_A8C0FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8C0FF"
- COLOR_A8CABA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8CABA"
- COLOR_A8CDD7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a8cdd7"
- COLOR_A8CECF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8CECF"
- COLOR_A8DDB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a8ddb5"
- COLOR_A8E063 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8E063"
- COLOR_A8EB12 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8EB12"
- COLOR_A8FF78 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#A8FF78"
- COLOR_A90C38 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a90c38"
- COLOR_A98D63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a98d63"
- COLOR_A9A09D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a9a09d"
- COLOR_A9A57C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a9a57c"
- COLOR_A9B5AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#a9b5ae"
- COLOR_AA076B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AA076B"
- COLOR_AA2B1E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aa2b1e"
- COLOR_AA3A38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AA3A38"
- COLOR_AA4B6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AA4B6B"
- COLOR_AA759D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aa759d"
- COLOR_AA8780 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aa8780"
- COLOR_AAFFA9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AAFFA9"
- COLOR_AB6AD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ab6ad5"
- COLOR_ABABAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ababab"
- COLOR_ABBAAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ABBAAB"
- COLOR_ABD9E9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#abd9e9"
- COLOR_ABDDA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#abdda4"
- COLOR_ABECD6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ABECD6"
- COLOR_AC3EC1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac3ec1"
- COLOR_AC613C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac613c"
- COLOR_AC66BB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac66bb"
- COLOR_AC7299 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac7299"
- COLOR_AC8763 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac8763"
- COLOR_AC956E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ac956e"
- COLOR_ACB0B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#acb0b1"
- COLOR_ACB6E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ACB6E5"
- COLOR_ACBB78 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ACBB78"
- COLOR_ACD98D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#acd98d"
- COLOR_ACDC7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#acdc7a"
- COLOR_ACF7F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ACF7F0"
- COLOR_AD0101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad0101"
- COLOR_AD4433 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad4433"
- COLOR_AD5389 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#AD5389"
- COLOR_AD7D4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad7d4d"
- COLOR_AD8082 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad8082"
- COLOR_AD84C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad84c6"
- COLOR_AD8BC9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad8bc9"
- COLOR_AD8F67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad8f67"
- COLOR_AD9024 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad9024"
- COLOR_AD9277 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad9277"
- COLOR_AD9D7B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ad9d7b"
- COLOR_ADA996 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ADA996"
- COLOR_ADD100 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ADD100"
- COLOR_ADDD8E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#addd8e"
- COLOR_AE017E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ae017e"
- COLOR_AE123A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ae123a"
- COLOR_AEAFA9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aeafa9"
- COLOR_AEB795 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aeb795"
- COLOR_AEBAD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aebad5"
- COLOR_AEC7E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aec7e8"
- COLOR_AEDCD5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#aedcd5"
- COLOR_AF4623 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#af4623"
- COLOR_AF8DC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#af8dc3"
- COLOR_AFA14B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#afa14b"
- COLOR_AFBF41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#afbf41"
- COLOR_AFD6ED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#afd6ed"
- COLOR_B01513 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b01513"
- COLOR_B06AB3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B06AB3"
- COLOR_B07AA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b07aa1"
- COLOR_B0A7A4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b0a7a4"
- COLOR_B0CCB0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b0ccb0"
- COLOR_B0DAB9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B0DAB9"
- COLOR_B10026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b10026"
- COLOR_B10318 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b10318"
- COLOR_B10C1D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b10c1d"
- COLOR_B15928 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b15928"
- COLOR_B173A0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b173a0"
- COLOR_B19C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b19c7d"
- COLOR_B1A089 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b1a089"
- COLOR_B1DE7F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b1de7f"
- COLOR_B20A2C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B20A2C"
- COLOR_B2182B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2182b"
- COLOR_B21F1F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B21F1F"
- COLOR_B22600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b22600"
- COLOR_B2324B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2324b"
- COLOR_B24223 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b24223"
- COLOR_B24592 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B24592"
- COLOR_B258D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b258d3"
- COLOR_B27BA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b27ba1"
- COLOR_B27D49 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b27d49"
- COLOR_B29F94 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B29F94"
- COLOR_B2ABD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2abd2"
- COLOR_B2AD8F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2ad8f"
- COLOR_B2B2B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2b2b2"
- COLOR_B2C25B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2c25b"
- COLOR_B2DF8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2df8a"
- COLOR_B2E2E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b2e2e2"
- COLOR_B2FEFA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B2FEFA"
- COLOR_B30000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b30000"
- COLOR_B31166 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b31166"
- COLOR_B31217 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B31217"
- COLOR_B32C16 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b32c16"
- COLOR_B34D34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b34d34"
- COLOR_B35806 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b35806"
- COLOR_B3B3B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3b3b3"
- COLOR_B3B7B8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3b7b8"
- COLOR_B3CDE3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3cde3"
- COLOR_B3DE69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3de69"
- COLOR_B3E0A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3e0a6"
- COLOR_B3E2CD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b3e2cd"
- COLOR_B3FFAB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B3FFAB"
- COLOR_B41F27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b41f27"
- COLOR_B45EC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b45ec7"
- COLOR_B4936D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4936d"
- COLOR_B4B19B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4b19b"
- COLOR_B4B392 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4b392"
- COLOR_B4B7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4b7b7"
- COLOR_B4D4DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b4d4da"
- COLOR_B50B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b50b1b"
- COLOR_B523B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b523b4"
- COLOR_B54721 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b54721"
- COLOR_B560D4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b560d4"
- COLOR_B58B80 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b58b80"
- COLOR_B5AC49 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B5AC49"
- COLOR_B5AE53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b5ae53"
- COLOR_B5B9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B5B9FF"
- COLOR_B5BB83 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b5bb83"
- COLOR_B5C8E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b5c8e2"
- COLOR_B5DFFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b5dffd"
- COLOR_B60A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b60a1c"
- COLOR_B64926 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b64926"
- COLOR_B66353 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b66353"
- COLOR_B6992D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b6992d"
- COLOR_B6DF5E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b6df5e"
- COLOR_B6FBFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B6FBFF"
- COLOR_B71D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b71d3e"
- COLOR_B71E42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b71e42"
- COLOR_B74D21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b74d21"
- COLOR_B77BB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b77bb4"
- COLOR_B79891 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B79891"
- COLOR_B7AFAB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b7afab"
- COLOR_B7CDE2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b7cde2"
- COLOR_B7E6A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b7e6a7"
- COLOR_B80E0F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b80e0f"
- COLOR_B8163A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b8163a"
- COLOR_B81840 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b81840"
- COLOR_B83D68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b83d68"
- COLOR_B84B23 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b84b23"
- COLOR_B85636 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b85636"
- COLOR_B85A0D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b85a0d"
- COLOR_B882A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b882a6"
- COLOR_B88472 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b88472"
- COLOR_B8E186 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b8e186"
- COLOR_B91D73 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B91D73"
- COLOR_B92B27 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B92B27"
- COLOR_B993D6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B993D6"
- COLOR_B9A0A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#B9A0A0"
- COLOR_B9A0B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9a0b4"
- COLOR_B9A489 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9a489"
- COLOR_B9AA97 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9aa97"
- COLOR_B9AB6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9ab6f"
- COLOR_B9CA1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9ca1a"
- COLOR_B9CA5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9ca5d"
- COLOR_B9D7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9d7b7"
- COLOR_B9DDF1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#b9ddf1"
- COLOR_BA43B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ba43b4"
- COLOR_BA5370 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BA5370"
- COLOR_BA7E45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ba7e45"
- COLOR_BA8B02 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BA8B02"
- COLOR_BAA094 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#baa094"
- COLOR_BAB0AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bab0ac"
- COLOR_BAB2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bab2ae"
- COLOR_BABABA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bababa"
- COLOR_BACC82 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bacc82"
- COLOR_BAD6AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bad6ad"
- COLOR_BAE4B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bae4b3"
- COLOR_BAE4BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bae4bc"
- COLOR_BB377D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BB377D"
- COLOR_BB5137 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb5137"
- COLOR_BB6348 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb6348"
- COLOR_BB7359 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb7359"
- COLOR_BB7693 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb7693"
- COLOR_BB8640 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bb8640"
- COLOR_BBC9E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bbc9e5"
- COLOR_BBD2C5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BBD2C5"
- COLOR_BC451B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bc451b"
- COLOR_BC4623 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bc4623"
- COLOR_BC4E9C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BC4E9C"
- COLOR_BC72F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bc72f0"
- COLOR_BC80BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bc80bd"
- COLOR_BCBD22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bcbd22"
- COLOR_BCBDDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bcbddc"
- COLOR_BCBFBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bcbfbe"
- COLOR_BCCFB4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bccfb4"
- COLOR_BCE4D8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bce4d8"
- COLOR_BD0026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd0026"
- COLOR_BD0A36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd0a36"
- COLOR_BD1100 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd1100"
- COLOR_BD1316 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd1316"
- COLOR_BD273F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd273f"
- COLOR_BD3F32 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BD3F32"
- COLOR_BD582C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd582c"
- COLOR_BD6036 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bd6036"
- COLOR_BDBDBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bdbdbd"
- COLOR_BDC0BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bdc0bf"
- COLOR_BDC3C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BDC3C7"
- COLOR_BDC9E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bdc9e1"
- COLOR_BDD7E7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bdd7e7"
- COLOR_BDFFF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BDFFF3"
- COLOR_BE0204 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#be0204"
- COLOR_BE2A3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#be2a3e"
- COLOR_BE5869 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BE5869"
- COLOR_BE89AC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#be89ac"
- COLOR_BE93C5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BE93C5"
- COLOR_BEAE98 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#beae98"
- COLOR_BEAED4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#beaed4"
- COLOR_BEB6B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#beb6b2"
- COLOR_BEBADA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bebada"
- COLOR_BF5AE0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BF5AE0"
- COLOR_BF5B17 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf5b17"
- COLOR_BF5E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf5e00"
- COLOR_BF7B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf7b1b"
- COLOR_BF812D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf812d"
- COLOR_BF974D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bf974d"
- COLOR_BFB202 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfb202"
- COLOR_BFBB60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfbb60"
- COLOR_BFBFA5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfbfa5"
- COLOR_BFBFBF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfbfbf"
- COLOR_BFD3E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#bfd3e6"
- COLOR_BFE6BA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BFE6BA"
- COLOR_BFE9FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#BFE9FF"
- COLOR_BLIND10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "ColorBlind10" -
- COLOR_BURN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Divides the inverted bottom layer by the top layer, and then inverts the result.
- COLOR_C00000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c00000"
- COLOR_C02425 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C02425"
- COLOR_C0392B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C0392B"
- COLOR_C04848 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C04848"
- COLOR_C0504D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c0504d"
- COLOR_C06C84 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C06C84"
- COLOR_C08262 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c08262"
- COLOR_C0BEAF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c0beaf"
- COLOR_C0C0AA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C0C0AA"
- COLOR_C0CF3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c0cf3a"
- COLOR_C11A3B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c11a3b"
- COLOR_C14F22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c14f22"
- COLOR_C16941 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c16941"
- COLOR_C17529 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c17529"
- COLOR_C189B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c189b0"
- COLOR_C19859 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c19859"
- COLOR_C1A33B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c1a33b"
- COLOR_C1AD79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c1ad79"
- COLOR_C1B56B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c1b56b"
- COLOR_C1E6B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c1e6b4"
- COLOR_C21417 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c21417"
- COLOR_C21500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C21500"
- COLOR_C26B51 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c26b51"
- COLOR_C2A5CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2a5cf"
- COLOR_C2AD8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2ad8d"
- COLOR_C2BC80 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2bc80"
- COLOR_C2E59C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C2E59C"
- COLOR_C2E699 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2e699"
- COLOR_C2E8C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c2e8c4"
- COLOR_C31432 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C31432"
- COLOR_C32D2E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c32d2e"
- COLOR_C33764 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C33764"
- COLOR_C3986D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3986d"
- COLOR_C3BC3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3bc3f"
- COLOR_C3C3C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3c3c3"
- COLOR_C3C55D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3c55d"
- COLOR_C3CE3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3ce3d"
- COLOR_C3E394 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c3e394"
- COLOR_C42F1A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c42f1a"
- COLOR_C43141 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c43141"
- COLOR_C46487 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c46487"
- COLOR_C4652D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c4652d"
- COLOR_C471ED - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C471ED"
- COLOR_C47247 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c47247"
- COLOR_C47810 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c47810"
- COLOR_C48FB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c48fb2"
- COLOR_C49C94 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c49c94"
- COLOR_C4D8F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c4d8f3"
- COLOR_C4E0E5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C4E0E5"
- COLOR_C4EAB1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c4eab1"
- COLOR_C51B7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c51b7d"
- COLOR_C51B8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c51b8a"
- COLOR_C54F71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c54f71"
- COLOR_C5796D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C5796D"
- COLOR_C5A6E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5a6e8"
- COLOR_C5B0D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5b0d5"
- COLOR_C5BDB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5bdb9"
- COLOR_C5BFBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5bfbe"
- COLOR_C5C7C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c5c7c6"
- COLOR_C61B1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c61b1b"
- COLOR_C62324 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c62324"
- COLOR_C6426E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C6426E"
- COLOR_C64847 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c64847"
- COLOR_C64A22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c64a22"
- COLOR_C66951 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c66951"
- COLOR_C6B178 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6b178"
- COLOR_C6C1F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6c1f0"
- COLOR_C6C6C6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6c6c6"
- COLOR_C6DBEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6dbef"
- COLOR_C6EBB8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c6ebb8"
- COLOR_C6FFDD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C6FFDD"
- COLOR_C70F0C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c70f0c"
- COLOR_C7519C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7519c"
- COLOR_C76402 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c76402"
- COLOR_C779D0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C779D0"
- COLOR_C799BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c799bc"
- COLOR_C7C7C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7c7c7"
- COLOR_C7E298 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7e298"
- COLOR_C7E9B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7e9b4"
- COLOR_C7E9C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7e9c0"
- COLOR_C7EAE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c7eae5"
- COLOR_C8133B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c8133b"
- COLOR_C82912 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c82912"
- COLOR_C830CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c830cc"
- COLOR_C84E89 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C84E89"
- COLOR_C85200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c85200"
- COLOR_C89F5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c89f5d"
- COLOR_C8D0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c8d0d9"
- COLOR_C913AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c913ad"
- COLOR_C92B14 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c92b14"
- COLOR_C94B4B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C94B4B"
- COLOR_C95F2B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c95f2b"
- COLOR_C96731 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c96731"
- COLOR_C9784D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c9784d"
- COLOR_C994C7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c994c7"
- COLOR_C9972B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c9972b"
- COLOR_C99846 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C99846"
- COLOR_C9D6FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C9D6FF"
- COLOR_C9DAD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#c9dad2"
- COLOR_C9FFBF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#C9FFBF"
- COLOR_CA0020 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca0020"
- COLOR_CA223C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca223c"
- COLOR_CA3A42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca3a42"
- COLOR_CA5422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca5422"
- COLOR_CA96B8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ca96b8"
- COLOR_CAB2D6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cab2d6"
- COLOR_CAC531 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CAC531"
- COLOR_CACACA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cacaca"
- COLOR_CADAF1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cadaf1"
- COLOR_CAE6C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cae6c0"
- COLOR_CB181D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cb181d"
- COLOR_CB2D3E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CB2D3E"
- COLOR_CB3066 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CB3066"
- COLOR_CB356B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CB356B"
- COLOR_CBAD6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CBAD6D"
- COLOR_CBB4D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CBB4D4"
- COLOR_CBC9E2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cbc9e2"
- COLOR_CBCAA5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CBCAA5"
- COLOR_CBD5E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cbd5e8"
- COLOR_CC2B5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CC2B5E"
- COLOR_CC312B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc312b"
- COLOR_CC4C02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc4c02"
- COLOR_CC5333 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CC5333"
- COLOR_CC5439 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc5439"
- COLOR_CC86D1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CC86D1"
- COLOR_CC8E60 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc8e60"
- COLOR_CC8F63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc8f63"
- COLOR_CC95C0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CC95C0"
- COLOR_CC9900 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cc9900"
- COLOR_CCAF0A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccaf0a"
- COLOR_CCB22B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccb22b"
- COLOR_CCB400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccb400"
- COLOR_CCC94D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccc94d"
- COLOR_CCCCB2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CCCCB2"
- COLOR_CCCCCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cccccc"
- COLOR_CCCCFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccccff"
- COLOR_CCEBC5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccebc5"
- COLOR_CCECE6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccece6"
- COLOR_CCFF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CCFF00"
- COLOR_CCFF33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccff33"
- COLOR_CCFFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ccffff"
- COLOR_CD93FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CD93FF"
- COLOR_CD9C47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cd9c47"
- COLOR_CDB756 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cdb756"
- COLOR_CDC4C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cdc4c0"
- COLOR_CDCC5D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cdcc5d"
- COLOR_CDCECD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cdcecd"
- COLOR_CE1256 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce1256"
- COLOR_CE6633 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce6633"
- COLOR_CE69BE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce69be"
- COLOR_CE8451 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce8451"
- COLOR_CE8D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ce8d3e"
- COLOR_CEB966 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ceb966"
- COLOR_CEC597 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cec597"
- COLOR_CECB76 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cecb76"
- COLOR_CED7C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ced7c3"
- COLOR_CF1719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf1719"
- COLOR_CF3E53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf3e53"
- COLOR_CF4F22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf4f22"
- COLOR_CF543F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf543f"
- COLOR_CF6DA4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf6da4"
- COLOR_CF7133 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf7133"
- COLOR_CF8BF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CF8BF3"
- COLOR_CF9DBE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cf9dbe"
- COLOR_CFC60D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cfc60d"
- COLOR_CFCFCF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cfcfcf"
- COLOR_CFDCEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#cfdcef"
- COLOR_CFDEF3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#CFDEF3"
- COLOR_COLUMN_ID_TEMPLATE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
- COLOR_D01C8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d01c8b"
- COLOR_D04344 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d04344"
- COLOR_D04ED6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D04ED6"
- COLOR_D06B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d06b20"
- COLOR_D092A7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d092a7"
- COLOR_D098EE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d098ee"
- COLOR_D09A08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d09a08"
- COLOR_D0BE40 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d0be40"
- COLOR_D0D1E6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d0d1e6"
- COLOR_D0DCEF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d0dcef"
- COLOR_D0E0F6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d0e0f6"
- COLOR_D11719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d11719"
- COLOR_D16349 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d16349"
- COLOR_D17DF9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d17df9"
- COLOR_D19049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d19049"
- COLOR_D1913C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D1913C"
- COLOR_D1D1D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d1d1d1"
- COLOR_D1E5F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d1e5f0"
- COLOR_D23A21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d23a21"
- COLOR_D25921 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d25921"
- COLOR_D2610C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d2610c"
- COLOR_D2C2F1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d2c2f1"
- COLOR_D2CB6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d2cb6c"
- COLOR_D2DA7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d2da7a"
- COLOR_D31027 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D31027"
- COLOR_D3293D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d3293d"
- COLOR_D34817 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d34817"
- COLOR_D35940 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d35940"
- COLOR_D36F68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d36f68"
- COLOR_D37295 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d37295"
- COLOR_D38312 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D38312"
- COLOR_D38C54 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d38c54"
- COLOR_D3959B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D3959B"
- COLOR_D39D38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D39D38"
- COLOR_D3BA68 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d3ba68"
- COLOR_D3C95F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d3c95f"
- COLOR_D3CBB8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D3CBB8"
- COLOR_D3CCE3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D3CCE3"
- COLOR_D3D3D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#D3D3D3"
- COLOR_D43E25 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d43e25"
- COLOR_D45B21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d45b21"
- COLOR_D4A3C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4a3c3"
- COLOR_D4A6C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4a6c8"
- COLOR_D4B95E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4b95e"
- COLOR_D4B9DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4b9da"
- COLOR_D4CCC8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4ccc8"
- COLOR_D4D3DD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D4D3DD"
- COLOR_D4E6CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d4e6cc"
- COLOR_D4FC79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D4FC79"
- COLOR_D53369 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D53369"
- COLOR_D5393D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5393d"
- COLOR_D53DD0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d53dd0"
- COLOR_D53E4F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d53e4f"
- COLOR_D54773 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d54773"
- COLOR_D54C45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d54c45"
- COLOR_D55816 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d55816"
- COLOR_D5A4C4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5a4c4"
- COLOR_D5BB21 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5bb21"
- COLOR_D5D5D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5d5d5"
- COLOR_D5DFEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5dfec"
- COLOR_D5F0CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d5f0ca"
- COLOR_D62728 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d62728"
- COLOR_D63A3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d63a3a"
- COLOR_D64787 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d64787"
- COLOR_D64A3B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d64a3b"
- COLOR_D64C45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d64c45"
- COLOR_D6604D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d6604d"
- COLOR_D66D75 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D66D75"
- COLOR_D6862D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d6862d"
- COLOR_D6A4A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D6A4A4"
- COLOR_D6AE7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D6AE7B"
- COLOR_D70652 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D70652"
- COLOR_D7191C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7191c"
- COLOR_D7301F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7301f"
- COLOR_D73027 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d73027"
- COLOR_D74401 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d74401"
- COLOR_D75521 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d75521"
- COLOR_D76D77 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D76D77"
- COLOR_D7B5A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7b5a6"
- COLOR_D7B5D8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7b5d8"
- COLOR_D7CE9F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7ce9f"
- COLOR_D7D2CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D7D2CC"
- COLOR_D7D447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7d447"
- COLOR_D7D5C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d7d5c5"
- COLOR_D7DDE8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D7DDE8"
- COLOR_D82526 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d82526"
- COLOR_D8392C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d8392c"
- COLOR_D85A13 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d85a13"
- COLOR_D898BA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d898ba"
- COLOR_D89C63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d89c63"
- COLOR_D8B25C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d8b25c"
- COLOR_D8B365 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d8b365"
- COLOR_D8DAEB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d8daeb"
- COLOR_D94701 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d94701"
- COLOR_D94801 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d94801"
- COLOR_D95F02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d95f02"
- COLOR_D95F0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d95f0e"
- COLOR_D97828 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d97828"
- COLOR_D99455 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d99455"
- COLOR_D99C3F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d99c3f"
- COLOR_D9A7C7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#D9A7C7"
- COLOR_D9D5C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9d5c9"
- COLOR_D9D9D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9d9d9"
- COLOR_D9EF8B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9ef8b"
- COLOR_D9F0A3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9f0a3"
- COLOR_D9F0D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#d9f0d3"
- COLOR_DA1F28 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#da1f28"
- COLOR_DA22FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DA22FF"
- COLOR_DA323F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#da323f"
- COLOR_DA4453 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DA4453"
- COLOR_DA5AF4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#da5af4"
- COLOR_DAABCB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#daabcb"
- COLOR_DAB6AF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dab6af"
- COLOR_DAD299 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DAD299"
- COLOR_DADAEB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dadaeb"
- COLOR_DAE1EA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dae1ea"
- COLOR_DAE2F8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DAE2F8"
- COLOR_DB36A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DB36A4"
- COLOR_DB5E20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#db5e20"
- COLOR_DBA13A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dba13a"
- COLOR_DBCF47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbcf47"
- COLOR_DBD4B4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBD4B4"
- COLOR_DBD4C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbd4c5"
- COLOR_DBD5A4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBD5A4"
- COLOR_DBD65C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBD65C"
- COLOR_DBDB8D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbdb8d"
- COLOR_DBDBDB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBDBDB"
- COLOR_DBE1EA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbe1ea"
- COLOR_DBE6F6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DBE6F6"
- COLOR_DBE8B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dbe8b4"
- COLOR_DC2424 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DC2424"
- COLOR_DC2430 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DC2430"
- COLOR_DC281E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DC281E"
- COLOR_DC4930 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dc4930"
- COLOR_DC5447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dc5447"
- COLOR_DC5924 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dc5924"
- COLOR_DC5FBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dc5fbd"
- COLOR_DCB64D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dcb64d"
- COLOR_DCD084 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dcd084"
- COLOR_DCD4D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dcd4d0"
- COLOR_DCE35B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DCE35B"
- COLOR_DCE8F8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dce8f8"
- COLOR_DCFFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DCFFBD"
- COLOR_DD1818 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DD1818"
- COLOR_DD1C77 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd1c77"
- COLOR_DD2476 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DD2476"
- COLOR_DD3497 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd3497"
- COLOR_DD3E54 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DD3E54"
- COLOR_DD5E89 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DD5E89"
- COLOR_DD6B0D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd6b0d"
- COLOR_DD8047 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd8047"
- COLOR_DD9D31 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dd9d31"
- COLOR_DDB5D5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ddb5d5"
- COLOR_DDC9B4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ddc9b4"
- COLOR_DDD6F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DDD6F3"
- COLOR_DDDDDD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dddddd"
- COLOR_DDE6D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dde6d9"
- COLOR_DDEFBB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DDEFBB"
- COLOR_DDF53D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ddf53d"
- COLOR_DE2D26 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de2d26"
- COLOR_DE478E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de478e"
- COLOR_DE512B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DE512B"
- COLOR_DE5D1F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de5d1f"
- COLOR_DE6161 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DE6161"
- COLOR_DE6262 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DE6262"
- COLOR_DE6C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de6c36"
- COLOR_DE77AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de77ae"
- COLOR_DE7E18 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de7e18"
- COLOR_DE8A41 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DE8A41"
- COLOR_DE9C3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de9c3c"
- COLOR_DE9D5A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#de9d5a"
- COLOR_DEAE00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#deae00"
- COLOR_DEB340 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#deb340"
- COLOR_DEC18C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dec18c"
- COLOR_DECBA4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#DECBA4"
- COLOR_DECBE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#decbe4"
- COLOR_DEEBF7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#deebf7"
- COLOR_DF2E28 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#df2e28"
- COLOR_DF513F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#df513f"
- COLOR_DF5327 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#df5327"
- COLOR_DF65B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#df65b0"
- COLOR_DFC27D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dfc27d"
- COLOR_DFD4D1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dfd4d1"
- COLOR_DFF3B2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#dff3b2"
- COLOR_DODGE - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Divides the bottom layer by the inverted top layer.
- COLOR_E03426 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e03426"
- COLOR_E03531 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e03531"
- COLOR_E03B42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e03b42"
- COLOR_E04E35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e04e35"
- COLOR_E07602 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e07602"
- COLOR_E0773C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0773c"
- COLOR_E08214 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e08214"
- COLOR_E0B2D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0b2d2"
- COLOR_E0E0E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0e0e0"
- COLOR_E0E3E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0e3e8"
- COLOR_E0EAFC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E0EAFC"
- COLOR_E0ECF4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0ecf4"
- COLOR_E0F3DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0f3db"
- COLOR_E0F3F8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e0f3f8"
- COLOR_E100FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E100FF"
- COLOR_E13B42 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e13b42"
- COLOR_E15759 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e15759"
- COLOR_E15C48 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e15c48"
- COLOR_E17DC2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E17DC2"
- COLOR_E19825 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e19825"
- COLOR_E1DC53 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e1dc53"
- COLOR_E1EEC3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E1EEC3"
- COLOR_E1F5C4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E1F5C4"
- COLOR_E25247 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e25247"
- COLOR_E25F48 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e25f48"
- COLOR_E26F08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e26f08"
- COLOR_E2751D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e2751d"
- COLOR_E28394 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e28394"
- COLOR_E28B55 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e28b55"
- COLOR_E29587 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E29587"
- COLOR_E29C36 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e29c36"
- COLOR_E29D3E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e29d3e"
- COLOR_E29F1D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e29f1d"
- COLOR_E2A562 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e2a562"
- COLOR_E2E2E2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E2E2E2"
- COLOR_E31A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e31a1c"
- COLOR_E32D91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e32d91"
- COLOR_E33D6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e33d6f"
- COLOR_E33E43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e33e43"
- COLOR_E33F43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e33f43"
- COLOR_E34A33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e34a33"
- COLOR_E35745 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e35745"
- COLOR_E35D5B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E35D5B"
- COLOR_E36420 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e36420"
- COLOR_E36621 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e36621"
- COLOR_E377C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e377c2"
- COLOR_E39802 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e39802"
- COLOR_E3A14F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e3a14f"
- COLOR_E3CD62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e3cd62"
- COLOR_E3D8CF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e3d8cf"
- COLOR_E3F5DB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e3f5db"
- COLOR_E40059 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e40059"
- COLOR_E41A1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e41a1c"
- COLOR_E43A15 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E43A15"
- COLOR_E44D26 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E44D26"
- COLOR_E45F3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e45f3c"
- COLOR_E4641E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e4641e"
- COLOR_E48312 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e48312"
- COLOR_E4AA63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e4aa63"
- COLOR_E4C402 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e4c402"
- COLOR_E4E4D9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E4E4D9"
- COLOR_E4E5E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E4E5E6"
- COLOR_E52D27 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E52D27"
- COLOR_E53935 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E53935"
- COLOR_E55D87 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E55D87"
- COLOR_E5AE6C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5ae6c"
- COLOR_E5C494 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5c494"
- COLOR_E5D8BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5d8bd"
- COLOR_E5E5BE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E5E5BE"
- COLOR_E5E5E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5e5e5"
- COLOR_E5F5E0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5f5e0"
- COLOR_E5F5F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e5f5f9"
- COLOR_E64823 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e64823"
- COLOR_E65245 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E65245"
- COLOR_E6550D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6550d"
- COLOR_E6583E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6583e"
- COLOR_E65C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E65C00"
- COLOR_E66101 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e66101"
- COLOR_E66549 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e66549"
- COLOR_E66C7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e66c7d"
- COLOR_E68230 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e68230"
- COLOR_E68422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e68422"
- COLOR_E684AE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E684AE"
- COLOR_E6AB02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6ab02"
- COLOR_E6AE8C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E6AE8C"
- COLOR_E6B729 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6b729"
- COLOR_E6B91E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6b91e"
- COLOR_E6B9D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6b9d9"
- COLOR_E6C069 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6c069"
- COLOR_E6DADA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E6DADA"
- COLOR_E6F598 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6f598"
- COLOR_E6F5C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6f5c9"
- COLOR_E6F5D0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e6f5d0"
- COLOR_E7298A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7298a"
- COLOR_E73827 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E73827"
- COLOR_E74545 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e74545"
- COLOR_E74C3C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E74C3C"
- COLOR_E76618 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e76618"
- COLOR_E7718A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7718a"
- COLOR_E78AC3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e78ac3"
- COLOR_E78D35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e78d35"
- COLOR_E7BC29 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7bc29"
- COLOR_E7BF5F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7bf5f"
- COLOR_E7D4E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7d4e8"
- COLOR_E7E1EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e7e1ef"
- COLOR_E7E9BB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E7E9BB"
- COLOR_E84C22 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e84c22"
- COLOR_E86753 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e86753"
- COLOR_E87D37 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e87d37"
- COLOR_E88651 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e88651"
- COLOR_E8950E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8950e"
- COLOR_E8B54D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8b54d"
- COLOR_E8B777 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8b777"
- COLOR_E8B7B7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8b7b7"
- COLOR_E8BC4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8bc4a"
- COLOR_E8CBC0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E8CBC0"
- COLOR_E8E8E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8e8e8"
- COLOR_E8EFFA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e8effa"
- COLOR_E94057 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E94057"
- COLOR_E94A00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e94a00"
- COLOR_E96443 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E96443"
- COLOR_E96B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e96b20"
- COLOR_E9943A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9943a"
- COLOR_E9A039 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9a039"
- COLOR_E9A3C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9a3c9"
- COLOR_E9BF35 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9bf35"
- COLOR_E9C39B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9c39b"
- COLOR_E9D362 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E9D362"
- COLOR_E9DABE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#e9dabe"
- COLOR_E9E4F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#E9E4F0"
- COLOR_EA157A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea157a"
- COLOR_EA384D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EA384D"
- COLOR_EA5E45 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea5e45"
- COLOR_EA6312 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea6312"
- COLOR_EA6B73 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea6b73"
- COLOR_EA8783 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ea8783"
- COLOR_EAAFC8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EAAFC8"
- COLOR_EAC085 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eac085"
- COLOR_EAC0BD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eac0bd"
- COLOR_EAC1DF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eac1df"
- COLOR_EACDA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EACDA3"
- COLOR_EAEAEA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EAEAEA"
- COLOR_EAECC6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EAECC6"
- COLOR_EB0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EB0000"
- COLOR_EB1E2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb1e2c"
- COLOR_EB3349 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EB3349"
- COLOR_EB5605 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb5605"
- COLOR_EB5757 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EB5757"
- COLOR_EB6349 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb6349"
- COLOR_EB641B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb641b"
- COLOR_EB6615 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb6615"
- COLOR_EB6C1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb6c1c"
- COLOR_EB73B3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb73b3"
- COLOR_EB8F00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eb8f00"
- COLOR_EBC24B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ebc24b"
- COLOR_EBC994 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ebc994"
- COLOR_EBE1D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ebe1d9"
- COLOR_EBE717 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EBE717"
- COLOR_EC008C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC008C"
- COLOR_EC2F4B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC2F4B"
- COLOR_EC38BC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC38BC"
- COLOR_EC5049 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ec5049"
- COLOR_EC534B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ec534b"
- COLOR_EC6EAD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC6EAD"
- COLOR_EC6F66 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EC6F66"
- COLOR_EC7014 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ec7014"
- COLOR_EC7016 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ec7016"
- COLOR_ECD2AD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ecd2ad"
- COLOR_ECDBDC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ecdbdc"
- COLOR_ECE2F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ece2f0"
- COLOR_ECE7F2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ece7f2"
- COLOR_ECE9E6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ECE9E6"
- COLOR_ED213A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ED213A"
- COLOR_ED4264 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ED4264"
- COLOR_ED444A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed444a"
- COLOR_ED515C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed515c"
- COLOR_ED665D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed665d"
- COLOR_ED7846 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed7846"
- COLOR_ED7D31 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed7d31"
- COLOR_ED8F03 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#ED8F03"
- COLOR_ED97CA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ed97ca"
- COLOR_EDC948 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#edc948"
- COLOR_EDDE5D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EDDE5D"
- COLOR_EDE574 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EDE574"
- COLOR_EDF8B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#edf8b1"
- COLOR_EDF8E9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#edf8e9"
- COLOR_EDF8FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#edf8fb"
- COLOR_EE0979 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EE0979"
- COLOR_EE574D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ee574d"
- COLOR_EE7008 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ee7008"
- COLOR_EE7422 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ee7422"
- COLOR_EE9CA7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EE9CA7"
- COLOR_EEA849 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EEA849"
- COLOR_EEC9E5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eec9e5"
- COLOR_EECDA3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EECDA3"
- COLOR_EEDBBD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eedbbd"
- COLOR_EEF2F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EEF2F3"
- COLOR_EF32D9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF32D9"
- COLOR_EF3B2C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef3b2c"
- COLOR_EF3B36 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF3B36"
- COLOR_EF473A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF473A"
- COLOR_EF629F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF629F"
- COLOR_EF6548 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef6548"
- COLOR_EF654D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef654d"
- COLOR_EF6F6A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef6f6a"
- COLOR_EF755F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef755f"
- COLOR_EF8A0C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef8a0c"
- COLOR_EF8A62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ef8a62"
- COLOR_EF8E38 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF8E38"
- COLOR_EF9393 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EF9393"
- COLOR_EFAB16 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#efab16"
- COLOR_EFB251 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#efb251"
- COLOR_EFE1A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#efe1a2"
- COLOR_EFEDF5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#efedf5"
- COLOR_EFEFBB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#EFEFBB"
- COLOR_EFF3FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#eff3ff"
- COLOR_F00000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F00000"
- COLOR_F0027F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0027f"
- COLOR_F02720 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f02720"
- COLOR_F03B20 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f03b20"
- COLOR_F05053 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F05053"
- COLOR_F05C4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f05c4d"
- COLOR_F06511 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f06511"
- COLOR_F06719 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f06719"
- COLOR_F0751E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0751e"
- COLOR_F0774A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0774a"
- COLOR_F07E27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f07e27"
- COLOR_F07F09 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f07f09"
- COLOR_F09415 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f09415"
- COLOR_F09819 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F09819"
- COLOR_F0A22E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0a22e"
- COLOR_F0ACF7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F0ACF7"
- COLOR_F0AD00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0ad00"
- COLOR_F0B763 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0b763"
- COLOR_F0BD27 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0bd27"
- COLOR_F0C27B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F0C27B"
- COLOR_F0C294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0c294"
- COLOR_F0CB35 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F0CB35"
- COLOR_F0DCCD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0dccd"
- COLOR_F0DDCD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0ddcd"
- COLOR_F0F0F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0f0f0"
- COLOR_F0F2F0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F0F2F0"
- COLOR_F0F9E8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f0f9e8"
- COLOR_F11712 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F11712"
- COLOR_F12711 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F12711"
- COLOR_F14124 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f14124"
- COLOR_F15F79 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F15F79"
- COLOR_F16529 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F16529"
- COLOR_F16913 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f16913"
- COLOR_F1788D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1788d"
- COLOR_F1A340 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1a340"
- COLOR_F1B015 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1b015"
- COLOR_F1B6DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1b6da"
- COLOR_F1CE63 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1ce63"
- COLOR_F1E2CC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1e2cc"
- COLOR_F1EEF6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1eef6"
- COLOR_F1F2B5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F1F2B5"
- COLOR_F1FAED - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f1faed"
- COLOR_F24099 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f24099"
- COLOR_F26C64 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f26c64"
- COLOR_F2709C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2709C"
- COLOR_F27121 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F27121"
- COLOR_F28026 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f28026"
- COLOR_F2882D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2882d"
- COLOR_F28E2B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f28e2b"
- COLOR_F29492 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F29492"
- COLOR_F2994A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2994A"
- COLOR_F2C94C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2C94C"
- COLOR_F2D1D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2d1d2"
- COLOR_F2D908 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2d908"
- COLOR_F2EC86 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2ec86"
- COLOR_F2F0F7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2f0f7"
- COLOR_F2F2F2 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2F2F2"
- COLOR_F2F2F2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2f2f2"
- COLOR_F2FABF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f2fabf"
- COLOR_F2FCFE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F2FCFE"
- COLOR_F36222 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F36222"
- COLOR_F36754 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f36754"
- COLOR_F37335 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F37335"
- COLOR_F38B2F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f38b2f"
- COLOR_F3904F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F3904F"
- COLOR_F3A183 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F3A183"
- COLOR_F3A447 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3a447"
- COLOR_F3A546 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3a546"
- COLOR_F3E0C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3e0c2"
- COLOR_F3F3F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3f3f3"
- COLOR_F3F7FD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f3f7fd"
- COLOR_F3F9A7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F3F9A7"
- COLOR_F44336 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F44336"
- COLOR_F45C43 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F45C43"
- COLOR_F46B45 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F46B45"
- COLOR_F46B55 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f46b55"
- COLOR_F46D43 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f46d43"
- COLOR_F4737A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4737a"
- COLOR_F4791F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F4791F"
- COLOR_F47942 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f47942"
- COLOR_F47F4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f47f4a"
- COLOR_F49234 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f49234"
- COLOR_F49538 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f49538"
- COLOR_F498B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f498b6"
- COLOR_F4A582 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4a582"
- COLOR_F4C4F3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F4C4F3"
- COLOR_F4CAE4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4cae4"
- COLOR_F4D03F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F4D03F"
- COLOR_F4D166 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4d166"
- COLOR_F4DE3A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f4de3a"
- COLOR_F4E2D8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F4E2D8"
- COLOR_F56217 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F56217"
- COLOR_F56617 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f56617"
- COLOR_F5715D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5715d"
- COLOR_F57667 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f57667"
- COLOR_F59C3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f59c3c"
- COLOR_F5A645 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5a645"
- COLOR_F5AF19 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F5AF19"
- COLOR_F5C040 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5c040"
- COLOR_F5C201 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5c201"
- COLOR_F5C75F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5c75f"
- COLOR_F5CAC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5cac7"
- COLOR_F5CD2D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5cd2d"
- COLOR_F5D9C2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f5d9c2"
- COLOR_F5F5F5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#F5F5F5"
- COLOR_F64971 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f64971"
- COLOR_F64F59 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F64F59"
- COLOR_F69035 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f69035"
- COLOR_F69200 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f69200"
- COLOR_F69E41 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f69e41"
- COLOR_F6A21D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6a21d"
- COLOR_F6BA57 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6ba57"
- COLOR_F6BC58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6bc58"
- COLOR_F6C760 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6c760"
- COLOR_F6D29C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6d29c"
- COLOR_F6E8C3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6e8c3"
- COLOR_F6EFF7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f6eff7"
- COLOR_F768A1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f768a1"
- COLOR_F7705B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7705b"
- COLOR_F7797D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7797D"
- COLOR_F77B66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f77b66"
- COLOR_F781BF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f781bf"
- COLOR_F7894B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7894b"
- COLOR_F7901E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7901e"
- COLOR_F7941E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7941E"
- COLOR_F79646 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f79646"
- COLOR_F7971E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7971E"
- COLOR_F79D00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F79D00"
- COLOR_F7A84A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7a84a"
- COLOR_F7AE54 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7ae54"
- COLOR_F7B254 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7b254"
- COLOR_F7B6D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7b6d2"
- COLOR_F7B733 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7B733"
- COLOR_F7BB97 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7BB97"
- COLOR_F7C480 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7c480"
- COLOR_F7C577 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7c577"
- COLOR_F7D42A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7d42a"
- COLOR_F7F0AC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7F0AC"
- COLOR_F7F4F9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7f4f9"
- COLOR_F7F7F7 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7F7F7"
- COLOR_F7F7F7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7f7f7"
- COLOR_F7F8F8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7F8F8"
- COLOR_F7FBFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fbff"
- COLOR_F7FCB9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fcb9"
- COLOR_F7FCF0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fcf0"
- COLOR_F7FCF5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fcf5"
- COLOR_F7FCFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f7fcfd"
- COLOR_F7FF00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F7FF00"
- COLOR_F80759 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F80759"
- COLOR_F81B02 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f81b02"
- COLOR_F83500 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f83500"
- COLOR_F83600 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F83600"
- COLOR_F85032 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F85032"
- COLOR_F857A6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F857A6"
- COLOR_F87F69 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f87f69"
- COLOR_F8816B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8816b"
- COLOR_F88600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f88600"
- COLOR_F88F4D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f88f4d"
- COLOR_F89217 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f89217"
- COLOR_F8931D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8931d"
- COLOR_F89A90 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f89a90"
- COLOR_F8B252 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8b252"
- COLOR_F8B323 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8b323"
- COLOR_F8B500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F8B500"
- COLOR_F8B620 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8b620"
- COLOR_F8BC58 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8bc58"
- COLOR_F8C000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8c000"
- COLOR_F8C7C9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f8c7c9"
- COLOR_F8CDDA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F8CDDA"
- COLOR_F8F8FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F8F8FF"
- COLOR_F8FFAE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F8FFAE"
- COLOR_F953C6 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F953C6"
- COLOR_F96A1B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f96a1b"
- COLOR_F97817 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f97817"
- COLOR_F9856E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9856e"
- COLOR_F9A729 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9a729"
- COLOR_F9A750 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9a750"
- COLOR_F9B639 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9b639"
- COLOR_F9B665 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9b665"
- COLOR_F9C942 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F9C942"
- COLOR_F9D23C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9d23c"
- COLOR_F9D423 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#F9D423"
- COLOR_F9D4B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#f9d4b6"
- COLOR_FA7E5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa7e5c"
- COLOR_FA8716 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa8716"
- COLOR_FA8D3D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa8d3d"
- COLOR_FA8F79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa8f79"
- COLOR_FA9D4F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa9d4f"
- COLOR_FA9FB5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fa9fb5"
- COLOR_FAA700 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#faa700"
- COLOR_FAA93A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#faa93a"
- COLOR_FAACA8 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FAACA8"
- COLOR_FAB900 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fab900"
- COLOR_FABFD2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fabfd2"
- COLOR_FAC810 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fac810"
- COLOR_FADA7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fada7a"
- COLOR_FAFFD1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FAFFD1"
- COLOR_FB6A4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb6a4a"
- COLOR_FB8072 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb8072"
- COLOR_FB8547 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb8547"
- COLOR_FB934D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb934d"
- COLOR_FB9984 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb9984"
- COLOR_FB9A99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fb9a99"
- COLOR_FBB04E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbb04e"
- COLOR_FBB3AB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbb3ab"
- COLOR_FBB4AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbb4ae"
- COLOR_FBB4B9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbb4b9"
- COLOR_FBC01E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbc01e"
- COLOR_FBC7D4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FBC7D4"
- COLOR_FBD3E9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FBD3E9"
- COLOR_FBD786 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FBD786"
- COLOR_FBEC85 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fbec85"
- COLOR_FBED96 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FBED96"
- COLOR_FC00FF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC00FF"
- COLOR_FC354C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC354C"
- COLOR_FC466B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC466B"
- COLOR_FC4A1A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC4A1A"
- COLOR_FC4E2A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc4e2a"
- COLOR_FC5C7D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC5C7D"
- COLOR_FC6767 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC6767"
- COLOR_FC67FA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FC67FA"
- COLOR_FC719E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc719e"
- COLOR_FC7715 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc7715"
- COLOR_FC7D0B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc7d0b"
- COLOR_FC8375 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc8375"
- COLOR_FC8D59 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc8d59"
- COLOR_FC8D62 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc8d62"
- COLOR_FC9272 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fc9272"
- COLOR_FCA290 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fca290"
- COLOR_FCA294 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fca294"
- COLOR_FCAD52 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcad52"
- COLOR_FCAE91 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcae91"
- COLOR_FCB045 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FCB045"
- COLOR_FCB11C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcb11c"
- COLOR_FCB4A5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcb4a5"
- COLOR_FCBBA1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcbba1"
- COLOR_FCBDC0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcbdc0"
- COLOR_FCBE75 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcbe75"
- COLOR_FCC5C0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcc5c0"
- COLOR_FCC66D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcc66d"
- COLOR_FCCDE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fccde5"
- COLOR_FCEABB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FCEABB"
- COLOR_FCFBFD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fcfbfd"
- COLOR_FD1D1D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FD1D1D"
- COLOR_FD6F30 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd6f30"
- COLOR_FD746C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FD746C"
- COLOR_FD7864 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd7864"
- COLOR_FD7E6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd7e6b"
- COLOR_FD8112 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FD8112"
- COLOR_FD8938 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd8938"
- COLOR_FD8D3C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd8d3c"
- COLOR_FD9C8F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fd9c8f"
- COLOR_FDA023 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fda023"
- COLOR_FDAB67 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdab67"
- COLOR_FDAB9B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdab9b"
- COLOR_FDAC9D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdac9d"
- COLOR_FDAC9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdac9e"
- COLOR_FDAE61 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdae61"
- COLOR_FDAE6B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdae6b"
- COLOR_FDB462 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdb462"
- COLOR_FDB863 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdb863"
- COLOR_FDB99B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDB99B"
- COLOR_FDBB2D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDBB2D"
- COLOR_FDBB84 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdbb84"
- COLOR_FDBE85 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdbe85"
- COLOR_FDBF6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdbf6f"
- COLOR_FDC086 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdc086"
- COLOR_FDC830 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDC830"
- COLOR_FDCC8A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdcc8a"
- COLOR_FDCDAC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdcdac"
- COLOR_FDCF58 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDCF58"
- COLOR_FDD0A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdd0a2"
- COLOR_FDD0AA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdd0aa"
- COLOR_FDD49E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fdd49e"
- COLOR_FDDAEC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fddaec"
- COLOR_FDDBC7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fddbc7"
- COLOR_FDE0DD - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fde0dd"
- COLOR_FDE0EF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fde0ef"
- COLOR_FDEFF9 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDEFF9"
- COLOR_FDFC47 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FDFC47"
- COLOR_FE801A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe801a"
- COLOR_FE8637 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe8637"
- COLOR_FE8B7A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe8b7a"
- COLOR_FE8C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FE8C00"
- COLOR_FE8E7E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe8e7e"
- COLOR_FE9929 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe9929"
- COLOR_FE9E00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fe9e00"
- COLOR_FEA022 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fea022"
- COLOR_FEAA9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feaa9a"
- COLOR_FEAC5E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FEAC5E"
- COLOR_FEB24C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feb24c"
- COLOR_FEB47B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FEB47B"
- COLOR_FEB4A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feb4a6"
- COLOR_FEB5A2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feb5a2"
- COLOR_FEB80A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feb80a"
- COLOR_FEC306 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fec306"
- COLOR_FEC44F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fec44f"
- COLOR_FEC60B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fec60b"
- COLOR_FECB6E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FECB6E"
- COLOR_FECC5C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fecc5c"
- COLOR_FED976 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fed976"
- COLOR_FED98E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fed98e"
- COLOR_FED9A6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fed9a6"
- COLOR_FEE08B - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee08b"
- COLOR_FEE090 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee090"
- COLOR_FEE0B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee0b6"
- COLOR_FEE0D2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee0d2"
- COLOR_FEE391 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee391"
- COLOR_FEE5D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee5d9"
- COLOR_FEE6CE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee6ce"
- COLOR_FEE8C8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fee8c8"
- COLOR_FEEBE2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feebe2"
- COLOR_FEEDDE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feedde"
- COLOR_FEF0D9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fef0d9"
- COLOR_FEFFD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#feffd9"
- COLOR_FF0000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF0000"
- COLOR_FF0000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#FF0000"
- COLOR_FF0080 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF0080"
- COLOR_FF0084 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF0084"
- COLOR_FF0099 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF0099"
- COLOR_FF00CC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF00CC"
- COLOR_FF00FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#FF00FF"
- COLOR_FF025E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF025E"
- COLOR_FF1E56 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF1E56"
- COLOR_FF33FF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff33ff"
- COLOR_FF388C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff388c"
- COLOR_FF416C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF416C"
- COLOR_FF4B1F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF4B1F"
- COLOR_FF4B2B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF4B2B"
- COLOR_FF4E50 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF4E50"
- COLOR_FF512F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF512F"
- COLOR_FF5555 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF5555"
- COLOR_FF5858 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF5858"
- COLOR_FF5E62 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF5E62"
- COLOR_FF5F6D - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF5F6D"
- COLOR_FF6600 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff6600"
- COLOR_FF6700 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff6700"
- COLOR_FF684C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff684c"
- COLOR_FF6A00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF6A00"
- COLOR_FF6B6B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF6B6B"
- COLOR_FF6E7F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF6E7F"
- COLOR_FF75C3 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF75C3"
- COLOR_FF7E5F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF7E5F"
- COLOR_FF7F00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff7f00"
- COLOR_FF7F01 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff7f01"
- COLOR_FF7F0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff7f0e"
- COLOR_FF7F0F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff7f0f"
- COLOR_FF8008 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF8008"
- COLOR_FF800E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff800e"
- COLOR_FF8021 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff8021"
- COLOR_FF8080 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff8080"
- COLOR_FF8235 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF8235"
- COLOR_FF8427 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff8427"
- COLOR_FF8C00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF8C00"
- COLOR_FF9068 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF9068"
- COLOR_FF9472 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF9472"
- COLOR_FF9888 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9888"
- COLOR_FF9896 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9896"
- COLOR_FF9966 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FF9966"
- COLOR_FF9D9A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9d9a"
- COLOR_FF9DA7 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9da7"
- COLOR_FF9E4A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ff9e4a"
- COLOR_FFA17F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFA17F"
- COLOR_FFA500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFA500"
- COLOR_FFA647 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFA647"
- COLOR_FFA751 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFA751"
- COLOR_FFAA0E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffaa0e"
- COLOR_FFAD1C - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffad1c"
- COLOR_FFAE34 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffae34"
- COLOR_FFAF7B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFAF7B"
- COLOR_FFAFBD - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFAFBD"
- COLOR_FFB2B6 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb2b6"
- COLOR_FFB347 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFB347"
- COLOR_FFB400 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb400"
- COLOR_FFB6B0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb6b0"
- COLOR_FFB75E - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFB75E"
- COLOR_FFB88C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFB88C"
- COLOR_FFB91D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb91d"
- COLOR_FFB977 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffb977"
- COLOR_FFBA00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffba00"
- COLOR_FFBB78 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbb78"
- COLOR_FFBC79 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbc79"
- COLOR_FFBD47 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbd47"
- COLOR_FFBE7D - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbe7d"
- COLOR_FFBEB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbeb2"
- COLOR_FFBED1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbed1"
- COLOR_FFBF50 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffbf50"
- COLOR_FFC000 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc000"
- COLOR_FFC0CB - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC0CB"
- COLOR_FFC0DA - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc0da"
- COLOR_FFC156 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc156"
- COLOR_FFC2A1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc2a1"
- COLOR_FFC2C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc2c5"
- COLOR_FFC371 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC371"
- COLOR_FFC3A0 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC3A0"
- COLOR_FFC500 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC500"
- COLOR_FFC685 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffc685"
- COLOR_FFC837 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFC837"
- COLOR_FFCA08 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffca08"
- COLOR_FFCC00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffcc00"
- COLOR_FFCC33 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFCC33"
- COLOR_FFCC9E - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffcc9e"
- COLOR_FFD194 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFD194"
- COLOR_FFD1D3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffd1d3"
- COLOR_FFD200 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFD200"
- COLOR_FFD452 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFD452"
- COLOR_FFD6B1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffd6b1"
- COLOR_FFD89B - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFD89B"
- COLOR_FFD92F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffd92f"
- COLOR_FFD94A - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffd94a"
- COLOR_FFDA66 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffda66"
- COLOR_FFDD71 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffdd71"
- COLOR_FFDDE1 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFDDE1"
- COLOR_FFE000 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFE000"
- COLOR_FFE0C5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffe0c5"
- COLOR_FFE0E1 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffe0e1"
- COLOR_FFE259 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFE259"
- COLOR_FFE47A - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFE47A"
- COLOR_FFE83F - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFE83F"
- COLOR_FFEAD8 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffead8"
- COLOR_FFED6F - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffed6f"
- COLOR_FFEDA0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffeda0"
- COLOR_FFEDBC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFEDBC"
- COLOR_FFEEEE - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFEEEE"
- COLOR_FFEFBA - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFEFBA"
- COLOR_FFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFF"
- COLOR_FFF0F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff0f0"
- COLOR_FFF200 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFF200"
- COLOR_FFF2AE - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff2ae"
- COLOR_FFF5EB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff5eb"
- COLOR_FFF5F0 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff5f0"
- COLOR_FFF7BC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff7bc"
- COLOR_FFF7EC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff7ec"
- COLOR_FFF7F3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff7f3"
- COLOR_FFF7FB - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#fff7fb"
- COLOR_FFF94C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFF94C"
- COLOR_FFFBD5 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFBD5"
- COLOR_FFFC00 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFC00"
- COLOR_FFFCDC - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFCDC"
- COLOR_FFFDE4 - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFDE4"
- COLOR_FFFF00 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#FFFF00"
- COLOR_FFFF1C - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFF1C"
- COLOR_FFFF33 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffff33"
- COLOR_FFFF99 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffff99"
- COLOR_FFFFB2 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffb2"
- COLOR_FFFFB3 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffb3"
- COLOR_FFFFBF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffbf"
- COLOR_FFFFCC - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffcc"
- COLOR_FFFFD4 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffd4"
- COLOR_FFFFD9 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffd9"
- COLOR_FFFFE5 - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#ffffe5"
- COLOR_FFFFFF - Static variable in class org.pepstock.charba.client.colors.UiGradientConstants
-
Constant color "#FFFFFF"
- COLOR_FFFFFF - Static variable in class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
Constant color "#FFFFFF"
- COLOR_FROM - org.pepstock.charba.client.sankey.SankeyDataset.Property
- COLOR_FROM - org.pepstock.charba.client.sankey.SankeyElementOptions.Property
- COLOR_MODE - org.pepstock.charba.client.sankey.SankeyDataset.Property
- COLOR_MODE - org.pepstock.charba.client.sankey.SankeyElementOptions.Property
- COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LabelHandler
- COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.labels.Label
- COLOR_TO - org.pepstock.charba.client.sankey.SankeyDataset.Property
- COLOR_TO - org.pepstock.charba.client.sankey.SankeyElementOptions.Property
- COLOR_TYPE - org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
- ColorAxis - Class in org.pepstock.charba.client.geo
-
The coloring of the nodes will be done with a special color scale.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - ColorAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.ColorAxis
-
Builds the object storing the chart instance and axis type.
- ColorAxis.ColorAxisRemappedOptionsFactory - Class in org.pepstock.charba.client.geo
-
Can create a options mapper in order to re-map the CHART.JS options where needed in order to add additional properties and nodes for GEO charts.
- ColorAxisMapper - Class in org.pepstock.charba.client.geo
-
The coloring of the nodes will be done with a special color scale.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - ColorAxisMapper(Axis, NativeObject) - Constructor for class org.pepstock.charba.client.geo.ColorAxisMapper
-
Creates the object with native object instance to be wrapped.
- ColorAxisMapper.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object for projection scale.
- ColorAxisMapper.ProxyInterpolateCallback - Interface in org.pepstock.charba.client.geo
-
Java script FUNCTION callback called to interpolate the color on GEO chart.
- ColorAxisRemappedOptionsFactory(Axis) - Constructor for class org.pepstock.charba.client.geo.ColorAxis.ColorAxisRemappedOptionsFactory
-
Creates the factory of the mapper
- ColorBuilder - Class in org.pepstock.charba.client.colors
-
Utility to create colors by red, green and blue values, HEX value and RGB and RGBA strings.
It checks if the requested color is already defined in HTML colors. - ColorBuilder() - Constructor for class org.pepstock.charba.client.colors.ColorBuilder
-
To avoid any instantiation
- colorCallback - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
- colorCallback - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- colorCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- colorCallback - Variable in class org.pepstock.charba.client.configuration.Tick
- colorCallback - Variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
- colorCallback - Variable in class org.pepstock.charba.client.treemap.Captions
- colorCallback - Variable in class org.pepstock.charba.client.treemap.Labels
- ColorCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
colorproperty at runtime. - colorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
- colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- colorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
- colorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- colorCallbackProxy - Variable in class org.pepstock.charba.client.labels.Label
- colorCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Captions
- colorCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Labels
- colorFromCallback - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- colorFromCallbackProxy - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- ColorLogarithmicAxis - Class in org.pepstock.charba.client.geo
-
The coloring of the nodes will be done with a special color scale, for logarithmic data.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - ColorLogarithmicAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.ColorLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- ColorMode - Enum in org.pepstock.charba.client.sankey.enums
-
Enumerates the color mode of the flow to draw on the chart.
- ColorMode(String) - Constructor for enum org.pepstock.charba.client.sankey.enums.ColorMode
-
Creates with the property value to use in the native object.
- colorModeCallback - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- ColorModeCallback - Interface in org.pepstock.charba.client.sankey.callbacks
-
Callback interface of SANKEY callback to set
colorModeproperty at runtime, toSankeyDataset. - colorModeCallbackProxy - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- colors - Variable in class org.pepstock.charba.client.colors.Gradient
- colors - Variable in class org.pepstock.charba.client.colors.GradientBuilder
- colors - Variable in enum org.pepstock.charba.client.colors.UiGradient
- colors - Variable in class org.pepstock.charba.client.gradient.PropertyOptions
- colors - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
- colors - Variable in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
- Colors - Class in org.pepstock.charba.client.gradient
-
Is a map to apply the color stop of the gradient in relation with the data of the chart.
- Colors(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.gradient.Colors
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- COLORS - org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Defines the default animation collection for colors.
- COLORS - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the auto colors.
- COLORS - org.pepstock.charba.client.enums.FillingMode
-
The fill options sets the color above and below the baseline.
- COLORS - org.pepstock.charba.client.gradient.PropertyOptions.Property
- COLORS_OF_SKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Colors Of Sky" -
- colorsAsStrings - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
- ColorsCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface to set
colorproperty at runtime forLabels. - ColorScheme - Interface in org.pepstock.charba.client.impl.plugins
-
This interface defines what a color scheme must have in terms of methods.
A color scheme must have:
name is the name of color scheme category is the category of color scheme. - ColorSchemeLegendLabelsCallback - Class in org.pepstock.charba.client.impl.plugins
-
Custom legend labels callback to change the colors when the a
ColorSchemesplugin has been activated.
This callback solved the issue that the legend does not change when colors are applied to the chart which is already instantiated.
If the chart has been configured to have a own callback, this implementation will wrap it and invoke it after updating the legend items. - ColorSchemeLegendLabelsCallback() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
- colorSchemes - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
- ColorSchemes - Class in org.pepstock.charba.client.impl.plugins
-
Default plugin implementation to use color schemes instead the single colors for border and background colors of chart.
It enables to pick the color combination for charts from the predefined or custom color schemes. - ColorSchemes() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
To avoid any instantiation
- ColorSchemesDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
Default global options instance for
ColorSchemes.IDplugin. - ColorSchemesDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesDefaultOptions
-
To avoid any instantiation
- ColorSchemesDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory
-
To avoid any instantiation.
- ColorSchemesOptions - Class in org.pepstock.charba.client.impl.plugins
-
This is the object to map the
ColorSchemes.IDplugin options, both at chart and global level. - ColorSchemesOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - ColorSchemesOptions(IsColorSchemesDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object with the default global ones
- ColorSchemesOptions(IsColorSchemesDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object using a native object.
- ColorSchemesOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - ColorSchemesOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- ColorSchemesOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
ColorSchemes.IDplugin options by a builder. - ColorSchemesOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
To avoid any instantiation
- ColorSchemesOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
ColorSchemes.IDplugin. - ColorSchemesOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory
-
To avoid any instantiation.
- ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin
- ColorSchemesPlugin - Class in org.pepstock.charba.client.impl.plugins
-
Default plugin implementation to use color schemes instead the single colors for border and background colors of chart.
It enables to pick the color combination for charts from the predefined or custom color schemes. - ColorSchemesPlugin() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
-
To avoid any instantiation
- ColorSchemesUtil - Class in org.pepstock.charba.client.impl.plugins
-
Color scheme utility to cache the usage of color schemes in order to avoid to search them when requested.
Used byColorSchemes.IDplugin. - ColorSchemesUtil() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
To avoid any instantiation
- ColorSchemeTooltipLabelCallback - Class in org.pepstock.charba.client.impl.plugins
-
Custom tooltip labels callback.
This callback solved the issue that the tooltip failed about theBarBorderWidthoptions set to aBarChart. - ColorSchemeTooltipLabelCallback() - Constructor for class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
- colorToCallback - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- colorToCallbackProxy - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- ColorType - Enum in org.pepstock.charba.client.enums
- ColorType(String) - Constructor for enum org.pepstock.charba.client.enums.ColorType
-
Creates with the property value to use in the native object.
- ColorUtil - Class in org.pepstock.charba.client.colors
-
Utility to check alpha value.
Internally is checking red, green, blue and alpha values and creates string representation of a color, to HEX, RGB, RGBA, HSL or HSLA strings. - ColorUtil() - Constructor for class org.pepstock.charba.client.colors.ColorUtil
-
To avoid any instantiation
- Column - Class in org.pepstock.charba.client.sankey
-
Is a map to apply a different start or end position to sankey node.
- Column() - Constructor for class org.pepstock.charba.client.sankey.Column
-
Creates the object with an empty native object instance.
- Column(NativeObject) - Constructor for class org.pepstock.charba.client.sankey.Column
-
Creates the object with native object instance to be wrapped.
- COLUMN - org.pepstock.charba.client.sankey.SankeyDataset.Property
- COLUMN_HEIGHTS - org.pepstock.charba.client.items.LegendNode.Property
- COLUMN_WIDTHS - org.pepstock.charba.client.items.LegendNode.Property
- COMBI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Combi" -
- COMMA - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for COMMA, ",".
- COMMENT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- CommonElementOptions - Class in org.pepstock.charba.client.items
-
Maps the common options of the
ChartElements. - CommonElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.CommonElementOptions
-
Creates the item using a native java script object which contains all properties.
- CommonElementOptions.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- CommonOptionsHandler - Class in org.pepstock.charba.client.geo
-
Handles the common properties to configure GEO data set and options.
- CommonOptionsHandler(NativeObject) - Constructor for class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Creates an handler at data set level.
- CommonOptionsHandler.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- commonParent - Variable in class org.pepstock.charba.client.annotation.EventsHandler
- CommonProperty(String) - Constructor for enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
Creates with the property value to use in the native object.
- CommonProperty(String) - Constructor for enum org.pepstock.charba.client.options.Options.CommonProperty
-
Creates with the property value to use in the native object.
- CommonProperty(String) - Constructor for enum org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
-
Creates with the property value to use in the native object.
- CommonProperty(String) - Constructor for enum org.pepstock.charba.client.utils.toast.ToastItem.CommonProperty
-
Creates with the property value to use in the native object.
- COMORIAN_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Comorian Franc currency.
- COMOROS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Comoros region.
- COMPACT - org.pepstock.charba.client.intl.enums.Notation
-
To return the string representing exponent.
- COMPACT_DISPLAY - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- CompactDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible display when the formatting, that should be displayed for the number, is compact.
Takes either "short" (default) or "long". - CompactDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
Creates with the property value to use in the native object.
- COMPARATOR - Static variable in class org.pepstock.charba.client.colors.Gradient
- COMPARATOR - Static variable in class org.pepstock.charba.client.data.Dataset
- COMPARATOR - Static variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Comparator to sort the thresholds using the thresholds value, always ASCENDING
- COMPARATOR - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
- COMPARATOR - Static variable in class org.pepstock.charba.client.utils.Utilities
- compare(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Compares the two specified key values.
- COMPARE_NOW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Compare Now" -
- COMPASS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Compass" -
- completeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Animation
- completeCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- COMPLETED - org.pepstock.charba.client.enums.AnimationEventType
-
Triggers when the animation is completed.
- CompletedCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.IDplugin that is called once zooming or panning is completed. - COMPOSITE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Composite6" -
- COMPOUND_UNIT_SEPARATOR - Static variable in class org.pepstock.charba.client.intl.NumberFormatOptions
- compute(IsChart, double, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
-
Computes the percentage of the value based on the data of datasets.
- compute(IsChart, double, AbstractDatasetContext, boolean) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
-
Computes the percentage of the value based on the data of datasets.
- computePosition(IsChart, List<DatasetReference>, Point) - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Applies own logic to returns the point where the tooltip must be showed.
- computeX(double) - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns a calculated X value by the Y value.
- computeX(double) - Method in class org.pepstock.charba.client.ml.NativeBaseLinearRegression
-
Returns a calculated X value by the Y value.
- computeX(DataPoint) - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns a calculated X value by the Y value.
- computeX(FloatingData) - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns a calculated X value by the Y value.
- computeX(TimeSeriesItem) - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns a calculated X value by the Y value.
- computeXToDate(double) - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns a calculated X value by the Y value.
- computeXToDate(DataPoint) - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns a calculated X value by the Y value.
- computeXToDate(FloatingData) - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns a calculated X value by the Y value.
- CONCOURSE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Concourse6" -
- configuration - Variable in class org.pepstock.charba.client.AbstractChart
- configuration - Variable in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
- configuration - Variable in class org.pepstock.charba.client.configuration.AbstractTickHandler
- configuration - Variable in class org.pepstock.charba.client.configuration.ConfigurationContainer
- configuration - Variable in class org.pepstock.charba.client.UpdateConfigurationBuilder
- Configuration - Class in org.pepstock.charba.client
-
This is the configuration object of a chart.
It contains always the type, options, plugins and data. - Configuration() - Constructor for class org.pepstock.charba.client.Configuration
-
To avoid any instantiation
- Configuration.Property - Enum in org.pepstock.charba.client
-
Name of properties of native object.
- ConfigurationContainer<T extends NativeObjectContainer> - Class in org.pepstock.charba.client.configuration
-
Extends a JavaScript object container for all entities which need the options instance to store the configuration of chart.
- ConfigurationContainer(IsChart) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Creates the chart configuration object with the chart instance
- ConfigurationContainer(IsChart, T) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Creates the chart configuration object with the chart instance and the options
- ConfigurationElement - Interface in org.pepstock.charba.client
-
Interface which allows an object to be called to set a native object in the chart configuration.
The chart configuration are items options, data and plugins. - ConfigurationEnvelop<T> - Class in org.pepstock.charba.client.configuration
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - ConfigurationEnvelop(T) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationEnvelop
-
Create an envelop with the content passed as argument.
- ConfigurationEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- ConfigurationLoader - Class in org.pepstock.charba.client.commons
-
Utility to load java script object in the CHART-JS configuration.
This utility needs to reduce visibility on java script objects for configuration. - ConfigurationLoader() - Constructor for class org.pepstock.charba.client.commons.ConfigurationLoader
-
To avoid any instantiation
- ConfigurationOptions - Class in org.pepstock.charba.client.configuration
-
Base object which maps chart configuration.
CHARBA stores the unique chart ID in the CHART.JS chart options usingcharbaIdproperty key.
Important topics to take care:
Responsive
When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative values, contrary to the display size (canvas.style.width and .height). - ConfigurationOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Builds the object storing the chart instance and defaults options.
- ConfigurationOptions.ProxyChartEventCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback when a event on chart is triggered.
Must be an interface with only 1 method. - ConfigurationOptions.ProxyChartResizeCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback when a resize event on chart is triggered.
Must be an interface with only 1 method. - ConfigurationOptionsContainer - Class in org.pepstock.charba.client.configuration
-
Object used by the children of
ConfigurationOptions, children of root configuration. - ConfigurationOptionsContainer(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
-
Creates the chart configuration object with the chart instance and the options
- configureHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- ConfigureHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called before initializing configuration of 'chart'.
- CONGO_SWAHILI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Congo Swahili language.
- CONGOLESE_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Congolese Franc currency.
- CONIC_CONFORMAL - org.pepstock.charba.client.geo.enums.Projection
-
Projection conicConformal.
- CONIC_EQUAL_AREA - org.pepstock.charba.client.geo.enums.Projection
-
Projection conicEqualArea.
- CONIC_EQUIDISTANT - org.pepstock.charba.client.geo.enums.Projection
-
Projection conicEquidistant.
- Console - Class in org.pepstock.charba.client.utils
-
Provides access to the browser's debugging console.
This object is the wrapper to console java script object. - Console() - Constructor for class org.pepstock.charba.client.utils.Console
-
To avoid any instantiation
- CONSOLE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as console with name "console".
- Constants - Class in org.pepstock.charba.client.commons
-
Contains all constants where values can be used in different packages.
- Constants() - Constructor for class org.pepstock.charba.client.commons.Constants
-
To avoid any instantiation
- container - Variable in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
- container - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
- contains(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns true if this list contains the specified element.
- contains(Object) - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns true if this set contains the specified element.
- contains(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
-
Returns
trueif an animation collection instance is stored in the animation options. - contains(Key) - Method in class org.pepstock.charba.client.annotation.DefaultOptions.DefaultAnnotationAnimations
- contains(Key) - Method in class org.pepstock.charba.client.configuration.Animations
-
Returns
trueif an animation collection instance is stored in the animation options. - contains(Key) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
- contains(Key) - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
- contains(Key) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
- contains(Key) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
- contains(Key) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
-
Returns
trueif an animation collection instance is stored in the animation options. - contains(Key) - Method in class org.pepstock.charba.client.options.AbstractAnimations
- contains(Key) - Method in class org.pepstock.charba.client.options.Animations
-
Returns
trueif an animation collection instance is stored in the animation options. - contains(Key) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns
trueif an animation collection instance is stored in the animation options. - containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns true if this list contains all of the elements of the specified collection.
- containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns true if this list contains all of the elements of the specified collection.
- containsAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns true if this set contains all of the elements of the specified collection.
- content - Variable in class org.pepstock.charba.client.commons.ImmutableEnvelop
- content - Variable in class org.pepstock.charba.client.impl.charts.DescriptionLabel
- content - Variable in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
- content - Variable in class org.pepstock.charba.client.utils.toast.ActionItem
- CONTENT - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- CONTENT - org.pepstock.charba.client.annotation.enums.ContentType.Property
- CONTENT - org.pepstock.charba.client.annotation.LabelHandler.Property
- CONTENT - org.pepstock.charba.client.utils.toast.ActionItem.Property
- CONTENT - Static variable in class org.pepstock.charba.client.annotation.AnnotationPluginResource
- CONTENT - Static variable in class org.pepstock.charba.client.commons.JsHelperResource
- CONTENT - Static variable in class org.pepstock.charba.client.controllers.ControllerTemplate
- CONTENT - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPluginResource
- CONTENT - Static variable in class org.pepstock.charba.client.geo.GeoControllerResource
- CONTENT - Static variable in class org.pepstock.charba.client.gradient.GradientPluginResource
- CONTENT - Static variable in class org.pepstock.charba.client.labels.LabelsPluginResource
- CONTENT - Static variable in class org.pepstock.charba.client.matrix.MatrixControllerResource
- CONTENT - Static variable in class org.pepstock.charba.client.ml.MlPluginResource
- CONTENT - Static variable in class org.pepstock.charba.client.resources.ChartJsResource
- CONTENT - Static variable in class org.pepstock.charba.client.resources.EmptyResource
- CONTENT - Static variable in class org.pepstock.charba.client.resources.LuxonAdapterResource
- CONTENT - Static variable in class org.pepstock.charba.client.resources.LuxonLibraryResource
- CONTENT - Static variable in class org.pepstock.charba.client.sankey.SankeyControllerResource
- CONTENT - Static variable in class org.pepstock.charba.client.treemap.TreeMapControllerResource
- CONTENT - Static variable in class org.pepstock.charba.client.utils.toast.ToastCssUtilResource
- CONTENT - Static variable in class org.pepstock.charba.client.utils.toast.ToastJsUtilResource
- CONTENT - Static variable in class org.pepstock.charba.client.zoom.ZoomPluginHammerResource
- CONTENT - Static variable in class org.pepstock.charba.client.zoom.ZoomPluginResource
- CONTENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LabelHandler
- contentCallback - Variable in class org.pepstock.charba.client.impl.charts.DescriptionLabel
- ContentCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setcontentproperty at runtime to forLineLabel. - contentCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- ContentType - Enum in org.pepstock.charba.client.annotation.enums
-
Enumerates the types of the content option of the label.
- ContentType() - Constructor for enum org.pepstock.charba.client.annotation.enums.ContentType
- ContentType.Property - Enum in org.pepstock.charba.client.annotation.enums
-
Name of properties of native object.
- context - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
- context - Variable in class org.pepstock.charba.client.items.ChartElement
- context - Variable in class org.pepstock.charba.client.utils.toast.ToastItem
- CONTEXT - org.pepstock.charba.client.items.ChartElement.Property
- CONTEXT_2D - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
- CONTEXT_MENU - org.pepstock.charba.client.annotation.enums.Event
-
The right button of the mouse is clicked (before the context menu is displayed).
- CONTEXT_MENU - org.pepstock.charba.client.dom.enums.CursorType
-
A context menu is available.
- CONTEXT_MENU - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
Shows the context menu.
- CONTEXT_MENU - org.pepstock.charba.client.dom.enums.MouseEventType
-
Triggers when the right mouse button is pressed.
There are other ways to open a context menu, e.g. - Context2dItem - Class in org.pepstock.charba.client.dom.elements
-
DOM object which provides the 2D rendering context for the drawing surface of a canvas element.
It is used for drawing shapes, text, images, and other objects. - Context2dItem() - Constructor for class org.pepstock.charba.client.dom.elements.Context2dItem
-
To avoid any instantiation
- contexts - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
- ContextType - Enum in org.pepstock.charba.client.enums
-
Enumerates the type of scriptable options context.
- ContextType(String) - Constructor for enum org.pepstock.charba.client.enums.ContextType
-
Creates with the property value to use in the native object.
- CONTROL - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Control, Ctrl, or Ctl key.
- CONTROL_POINT - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- CONTROL_POINT - org.pepstock.charba.client.annotation.LineAnnotation.Property
- CONTROL_POINT_NEXT_X - org.pepstock.charba.client.items.PointElement.Property
- CONTROL_POINT_NEXT_Y - org.pepstock.charba.client.items.PointElement.Property
- CONTROL_POINT_PREVIOUS_X - org.pepstock.charba.client.items.PointElement.Property
- CONTROL_POINT_PREVIOUS_Y - org.pepstock.charba.client.items.PointElement.Property
- CONTROL_POINT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
- Controller - Interface in org.pepstock.charba.client
-
This interface enables the capability to create a custom chart.
- CONTROLLER - org.pepstock.charba.client.items.DatasetItem.Property
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.geo.BubbleMapChart
-
BubbleMap controller type.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.geo.ChoroplethChart
-
Choropleth controller type.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.impl.charts.GaugeChart
-
METER controller type
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.impl.charts.MeterChart
-
METER controller type
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.matrix.MatrixChart
-
Matrix controller type.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.sankey.SankeyChart
-
Sankey controller type.
- CONTROLLER_TYPE - Static variable in class org.pepstock.charba.client.treemap.TreeMapChart
-
TreeMap controller type.
- ControllerContext - Class in org.pepstock.charba.client.controllers
-
This object stores the
thisinstance of java script because is necessary to invoke the default methods of controller when it's extending an existing chart. - ControllerContext() - Constructor for class org.pepstock.charba.client.controllers.ControllerContext
-
To avoid any instantiation
- ControllerMapperFactory<T extends NativeObjectContainer> - Class in org.pepstock.charba.client.controllers
-
Class to implement from controllers in order to extend the standard configuration of charts.
It takes the java script object of standard options passing it to a wrapper to manage additional properties. - ControllerMapperFactory(ControllerType) - Constructor for class org.pepstock.charba.client.controllers.ControllerMapperFactory
-
Creates the controller by its type.
- ControllerProvider - Interface in org.pepstock.charba.client.controllers
-
The implementation of this interface is mandatory when you create a controller, which has got the purpose to provide a controller instance.
- ControllerRegistrationHandler - Interface in org.pepstock.charba.client.controllers
-
This interface enables the capability to be before and after a controller will be registered.
- controllers - Variable in class org.pepstock.charba.client.Defaults
- Controllers - Class in org.pepstock.charba.client.controllers
-
Global configuration to set controllers at global level.
It maps the CHART.JS object of controller,chart.controllers. - Controllers() - Constructor for class org.pepstock.charba.client.controllers.Controllers
-
To avoid any instantiation
- controllersInstances - Variable in class org.pepstock.charba.client.controllers.Controllers
- ControllerTemplate - Class in org.pepstock.charba.client.controllers
-
Contains the content of javascript controller template.
It will be filled with controller and chart types and execute. - ControllerTemplate() - Constructor for class org.pepstock.charba.client.controllers.ControllerTemplate
-
To avoid any instantiation
- ControllerType - Class in org.pepstock.charba.client.controllers
-
Represent the type of new controller.
- ControllerType(String, Type, ControllerProvider) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
-
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one. - ControllerType(String, Type, ControllerProvider, boolean) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
-
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one. - ControllerType(String, Type, ControllerProvider, ControllerRegistrationHandler) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
-
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one. - ControllerType(String, Type, ControllerProvider, ControllerRegistrationHandler, boolean) - Constructor for class org.pepstock.charba.client.controllers.ControllerType
-
Creates new chart type based on existing chart type, as extension.
Scale type is the existing chart one. - ControllerTypeChecker - Class in org.pepstock.charba.client.controllers
-
This utility checks if the controller type is acceptable or not.
- ControllerTypeChecker() - Constructor for class org.pepstock.charba.client.controllers.ControllerTypeChecker
-
To avoid any instantiation
- ControlPoint - Class in org.pepstock.charba.client.annotation
-
This object is to set the control point of a line annotation, when set as curve.
If curve is enabled, it configures the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format "number%" which are representing the percentage of the distance between the start and end point from the center. - ControlPoint() - Constructor for class org.pepstock.charba.client.annotation.ControlPoint
-
Creates an object with default.
- ControlPoint(double) - Constructor for class org.pepstock.charba.client.annotation.ControlPoint
-
Creates an object with X value in pixels.
- ControlPoint(double, double) - Constructor for class org.pepstock.charba.client.annotation.ControlPoint
-
Creates an object with X and Y values in pixels.
- ControlPoint(String) - Constructor for class org.pepstock.charba.client.annotation.ControlPoint
-
Creates an object with X value as percentage.
- ControlPoint(String, String) - Constructor for class org.pepstock.charba.client.annotation.ControlPoint
-
Creates an object with X and Y values as percentage.
- ControlPoint(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.ControlPoint
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ControlPoint.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- ControlPointCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setcontrolPointproperty at runtime. - controlPointCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
- ControlPointElement - Class in org.pepstock.charba.client.annotation.elements
-
This object is to set the control point of a line annotation, when set as curve.
If curve is enabled, it configures the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format "number%" which are representing the percentage of the distance between the start and end point from the center. - ControlPointElement(AbstractNode, Key, double) - Constructor for class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Creates an object with values in pixels.
- ControlPointElement(AbstractNode, Key, String) - Constructor for class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Creates an object with values as percentage.
- ControlPointElement(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ControlPointElement.Property - Enum in org.pepstock.charba.client.annotation.elements
-
Name of properties of native object.
- convertHSL2RGB(int, int, int, double) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Convert HSL(A) values to a RGB(A) Color.
See explanation Math behind colorspace conversions, RGB-HSL. - CONVERTIBLE_MARK - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Convertible Mark currency.
- COOK_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cook Islands region.
- COOL - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color cool.
- COOL_BLUES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cool Blues" -
- COOL_BROWN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cool Brown" -
- COOL_SKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cool Sky" -
- Coordinates - Class in org.pepstock.charba.client.geo
-
Contains the latitude and longitude, calculated by
BaseGeoChart.projectionInvert(CoordinatesPoint)andBaseGeoChart.projectionInvert(double, double). - Coordinates(double, double) - Constructor for class org.pepstock.charba.client.geo.Coordinates
-
Creates the object with the latitude and longitude values.
- CoordinatesPoint - Class in org.pepstock.charba.client.geo
-
Contains the coordinates X and Y on the canvas, calculated by
BaseGeoChart.projection(Coordinates)andBaseGeoChart.projection(double, double). - CoordinatesPoint(double, double) - Constructor for class org.pepstock.charba.client.geo.CoordinatesPoint
-
Creates an object with X and Y coordinates of the point
- COPPER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Copper" -
- COPT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Coptic script.
- COPTIC - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for coptic calendar.
- COPY - org.pepstock.charba.client.dom.enums.CursorType
-
Something is to be copied.
- COPY - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Only the new shape is shown.
- COPY - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
Copykey (on certain extended keyboards). - CORAL - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "coral" -
- CORDOBA_ORO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Cordoba Oro currency.
- CORNER_RADIUS - org.pepstock.charba.client.options.Tooltips.Property
- CORNFLOWER_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "cornflowerBlue" -
- CORNISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Cornish language.
- CORNSILK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "cornsilk" -
- CORSICAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Corsican language.
- COSMIC_FUSION - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Cosmic Fusion" -
- COSTA_RICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Costa Rica region.
- COSTA_RICAN_COLON - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Costa Rican Colon currency.
- COUNT - org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
- COUNT - org.pepstock.charba.client.options.Ticks.Property
- countCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
- CountCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
countproperty at runtime, forIsLinearTickinstances. - countCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
- counter - Variable in enum org.pepstock.charba.client.annotation.AnnotationType
- counter - Variable in class org.pepstock.charba.client.dom.DOMBuilder
- counter - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- COUNTER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- COUNTER - Static variable in class org.pepstock.charba.client.data.Dataset
- COUNTER - Static variable in class org.pepstock.charba.client.options.ExtendedScale
- COUNTER - Static variable in class org.pepstock.charba.client.plugins.AbstractPluginOptions
- COUNTER - Static variable in class org.pepstock.charba.client.utils.toast.ActionItem
- counters - Variable in class org.pepstock.charba.client.commons.IncrementalIdHandler
- COUTURE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Couture6" -
- CPMN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cypro-Minoan script.
- CPRT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cypriot syllabary script.
- CRAZY_ORANGE_I - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Crazy Orange I" -
- create() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Creates a
DateAdapterusing a clone of this object as options for the date adapter instance. - create() - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a LINEAR gradient, with
topDownorientation andchartscope. - create() - Static method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Returns new tiles builder instance.
- create() - Method in class org.pepstock.charba.client.commons.JsHelper
-
Creates a native object instance.
- create() - Method in interface org.pepstock.charba.client.commons.NativeArrayContainerFactory
-
Creates a native array container instance by an empty native array.
- create() - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Creates a native object instance.
- create() - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
-
Creates a native object container instance by an empty native object.
- create() - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Creates a native object setting the hash code property in order it is not enumerable.
- create() - Method in class org.pepstock.charba.client.configuration.Font
-
Creates a font options instance using default or cloning current instance.
- create() - Method in class org.pepstock.charba.client.configuration.Interaction
-
Creates an
InteractionOptionsusing the configuration defined in this interaction. - create() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Creates a
DateAdapterusing a clone of this object as options for the date adapter instance. - create() - Method in class org.pepstock.charba.client.controllers.ControllerMapperFactory
- create() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new builder instance.
- create() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- create() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
- create() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Creates a font options instance using default or cloning current instance.
- create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
Creates an
InteractionOptionsusing the configuration defined in this interaction. - create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Creates a number format options instance using default or cloning current instance.
- create() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Creates a padding options instance using default or cloning current instance.
- create() - Static method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Creates and returns a safe html builder to consume.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Returns new builder instance, using the global options as default.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Returns new builder instance, using the global options as default.
- create() - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new builder instance.
- create() - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression builder, without any sample.
- create() - Static method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates new regression dataset builder, without any sample.
- create() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
- create() - Method in class org.pepstock.charba.client.options.Font
- create() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Creates a
DateAdapterusing a clone of this object as options for the date adapter instance. - create() - Static method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Returns new builder instance.
- create() - Method in class org.pepstock.charba.client.utils.toast.ImmutableFont
- create() - Static method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Returns new builder instance.
- create(int, String, ArrayString, NativeObject, NativeObject) - Static method in class org.pepstock.charba.client.utils.toast.NativeToasting
-
Creates and shows a toast configured by the passed options.
- create(A) - Method in interface org.pepstock.charba.client.commons.NativeArrayContainerFactory
-
Creates a native array container instance by a native array.
- create(Class<T>) - Static method in class org.pepstock.charba.client.events.EventType
-
Creates a event type using the class name passed as argument.
- create(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns a key instance by its string value.
- create(String) - Static method in class org.pepstock.charba.client.callbacks.NativeCallback
-
Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context. - create(String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key instance by its string value.
- create(String) - Method in interface org.pepstock.charba.client.commons.KeyFactory
-
Creates a key instance by a string.
- create(String) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Returns a key instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.enums.IsInteractionMode
-
Returns an interaction mode instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.enums.IsTooltipPosition
-
Returns a tooltip position instance by its string value.
- create(String) - Static method in class org.pepstock.charba.client.interaction.NativeInteraction
-
Creates a custom interaction in java script.
- create(String) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Returns a key instance by its string value.
- create(String) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Creates an animation collection instance and stores in the animation options.
- create(String) - Static method in interface org.pepstock.charba.client.options.IsEvent
-
Returns a event instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns a key instance by its string value.
- create(String) - Static method in interface org.pepstock.charba.client.options.TransitionMode
-
Returns a animation update mode (transition) instance by its string value.
- create(String) - Static method in class org.pepstock.charba.client.plugins.NativeHook
- create(String) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset.InternalKeyFactory
- create(String...) - Static method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Creates the builder.
- create(String, String) - Static method in class org.pepstock.charba.client.callbacks.NativeCallback
-
Creates a callback in java script.
All options in the configuration which can be set like scriptable, can be set with a native callback.
The callback can receive only 1 argument, the scriptable context. - create(String, String) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, String, String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, String, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, String, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, IsColor, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(String, ChartAxisType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns a axis type by its string value and extended existing axis type.
It uses theScaleDataTypeand defaultScaleIdof extended axis type. - create(String, ChartAxisType, ScaleId) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns a axis type by its string value, extended existing axis type and default
ScaleId.
It uses theScaleDataTypeof extended axis type. - create(String, ChartAxisType, ScaleId, ScaleDataType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns a axis type by all needed objects to create a axis type.
- create(Date) - Static method in class org.pepstock.charba.client.intl.NativeDate
-
Creates a JavaScript Date object from a
Datejava instance. - create(List<Double>, List<Double>) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression builder, using the passed data as samples.
- create(List<Double>, List<Double>) - Static method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Creates new regression dataset builder, using the passed data as samples.
- create(List<String>) - Static method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Creates the builder.
- create(DateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
Returns a date adapter instance, using the options passed as argument.
- create(GradientType) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type, with
chartscope. - create(GradientType, GradientOrientation) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type and an orientation, with
chartscope. - create(GradientType, GradientOrientation, GradientScope) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type, an orientation and a scope.
- create(GradientType, GradientScope) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type and a scope.
- create(ArrayDouble) - Method in class org.pepstock.charba.client.data.FloatingDataFactory
- create(Key) - Method in class org.pepstock.charba.client.configuration.Animations
-
Creates an animation collection instance and stores in the animation options.
- create(Key) - Method in class org.pepstock.charba.client.options.AbstractAnimations
- create(Key) - Method in class org.pepstock.charba.client.options.Animations
-
Creates an animation collection instance and stores in the animation options.
- create(Key) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Creates an animation collection instance and stores in the animation options.
- create(Key) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Creates an animation collection instance and stores in the animation options.
- create(Key, String) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, String, String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, String, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, String, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor, IsColor) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor, IsColor, Pattern, Gradient) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, IsColor, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(Key, Pattern) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns new builder instance, to build a custom toast type.
- create(NativeObject) - Method in class org.pepstock.charba.client.AbstractChart.DatasetItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.AbstractChart.DatasetReferenceFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
- create(NativeObject) - Static method in class org.pepstock.charba.client.adapters.NativeJsDateAdapterHelper
-
Returns a date adapter instance, using the options passed as argument.
- create(NativeObject) - Method in class org.pepstock.charba.client.annotation.AnnotationElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement.AnnotationElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.colors.GradientColor.GradientColorFactory
- create(NativeObject) - Method in interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
-
Creates a native object container instance by a native object.
- create(NativeObject) - Method in class org.pepstock.charba.client.data.ArcBorderRadius.ArcBorderRadiusFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.data.BarBorderRadius.BarBorderRadiusFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.data.BarBorderWidth.BarBorderWidthFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset.DataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset.TimeSeriesItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.data.GradientsContainer.GradientContainerFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.data.PatternsContainer.PatternContainerFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.BaseGeoOptions.RemappedOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint.BubbleMapDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset.BubbleMapDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.ChoroplethDataPoint.ChoroplethDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.ChoroplethDataset.ChoroplethDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.ColorAxis.ColorAxisRemappedOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.Feature.FeatureFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.GeoFeatureElement.ChoroplethElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions.GeoFeatureElementOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.ProjectionAxis.ProjectionAxisRemappedOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.geo.SizeAxis.SizeAxisRemappedOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.AbstractFormat.FormatPartsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroupsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement.ActiveDatasetElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.ArcElement.ArcElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.BarElement.BarElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.ChartElement.UndefinedDataElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.InteractionItem.InteractionItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem.LegendHitBoxItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendItem.LegendItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.LegendLabelItem.LegendLabelItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.PointElement.PointElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.ScaleLabelItem.ScaleLebalItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.ScaleTickItem.ScaleTickItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipBodyItem.TooltipBodyItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipItem.TooltipItemFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipLabelColor.TooltipLabelColorFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle.TooltipLabelPointStyleFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint.MatrixDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.matrix.MatrixDataset.DataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.matrix.MatrixElement.MatrixElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions.MatrixElementOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint.SankeyDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.sankey.SankeyDataset.DataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.sankey.SankeyElement.SankeyElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions.SankeyElementOptionsFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint.TreeMapDataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset.DataPointFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.treemap.TreeMapElement.TreeMapElementFactory
- create(NativeObject) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions.TreeMapElementOptionsFactory
- create(NativeObject, IsDefaultDateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
-
Creates a date adapter options by a native object and a default values instance.
- create(NativeObject, IsDefaultDateTimeFormatOptions) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
-
Creates a date time format options by a native object and a default values instance.
- create(NativeObject, IsDefaultNumberFormatOptions) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
-
Creates a number format options by a native object and a default values instance.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.annotation.AnnotationOptionsFactory.AnnotationDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.annotation.AnnotationOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory.DataLabelsDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.gradient.GradientOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory.ChartBackgroundColorDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory.ChartPointerDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory.ColorSchemesDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsFactory.CrosshairDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory.DatasetsItemsSelectorDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory.HtmlLegendBuilderDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.labels.LabelsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.labels.LabelsOptionsFactory.LabelsDefaultsOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Creates a plugin options by a native object which is containing the options values and its defaults.
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.zoom.ZoomOptionsFactory
- create(NativeObject, IsDefaultPlugins) - Method in class org.pepstock.charba.client.zoom.ZoomOptionsFactory.ZoomDefaultsOptionsFactory
- create(IsDefaultFont) - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Creates a font options instance using default or cloning current instance.
- create(IsDefaultFont) - Method in class org.pepstock.charba.client.options.Font
- create(IsDefaultNumberFormatOptions) - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Creates a number format options instance using default or cloning current instance.
- create(IsDefaultPadding) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Creates a padding options instance using default or cloning current instance.
- create(CanvasPatternItem) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
The dimension of canvas pattern image will be the defaultTilesFactoryDefaults.DEFAULT_SIZE. - create(CanvasPatternItem, int) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
The dimension of canvas pattern image is unique then the image of pattern is a square. - create(CanvasPatternItem, int, int) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
This is mainly used by tiles. - create(Img) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an image to use in the pattern.
The repetition used is repeat. - create(Img, Repetition) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an image to use in the pattern and repetition to apply to pattern.
- create(TouchInit) - Static method in class org.pepstock.charba.client.dom.events.Touch
-
Creates new touch object with initial configuration.
- create(Language) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Creates a builder by the
Languagepassed as argument. - create(IsChart) - Static method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Returns new builder instance using chart global options as default.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsChart) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Returns new builder instance using chart global options as default.
- create(IsChart) - Static method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new builder instance using the chart global options.
- create(IsRegression) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression builder, using the passed regression instance.
- create(IsRegression) - Static method in enum org.pepstock.charba.client.ml.RegressionFactory
-
Creates a regression instance by another regression and its descriptor.
- create(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.RegressionBuilder
-
Creates new regression builder, using the passed regression descriptor instance to create new regression.
- create(RegressionDescriptor) - Static method in enum org.pepstock.charba.client.ml.RegressionFactory
-
Creates a regression instance by a descriptor.
- create(RegressionDescriptor) - Method in interface org.pepstock.charba.client.ml.RegressionFactory.RegressionFactoryImpl
-
Creates new regression object by a descriptor.
- create(TransitionMode) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Creates an animation transition instance and stores in the animation options.
- create(TransitionMode) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Creates an animation transition instance and stores in the animation options.
- create(TransitionMode) - Method in class org.pepstock.charba.client.options.Transitions
-
Creates an animation transition instance and stores in the animation options.
- create(IsToastType) - Static method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Returns new builder instance, setting the toast type.
- createActiveElementsByDataIndex(int...) - Method in class org.pepstock.charba.client.data.Data
-
Creates a list of active elements instances by an array of data indexes, for all visible data sets.
- createActiveElementsByDatasetIndex(int...) - Method in class org.pepstock.charba.client.data.Data
-
Creates a list of active elements instances by an array of data set indexes, for visible data sets.
- createAndSetTimer(ChartTimerTask, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Creates a
CTimerinstance inside chart.
It can be created only once during the life cycle of the chart. - createAndSetTimer(ChartTimerTask, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- createAndSetTimer(ChartTimerTask, int) - Method in interface org.pepstock.charba.client.IsChart
-
Creates a
CTimerinstance inside chart.
It can be created only once during the life cycle of the chart. - createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Creates a callback to manage the canvas object.
This is delegated to the implementation of container. - createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.GradientsContainer
- createCallback(Dataset.CanvasObjectKey) - Method in class org.pepstock.charba.client.data.PatternsContainer
- createCallbackCanvasObjectKey(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns a unique key to store canvas objects, created by callbacks, in the a cache.
The format is[property],[datasetIndex],[dataIndex]. - createCanvasElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <canvas> element.
- createChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Creates the chart options based on type of chart.
It can be override when a controller is implemented. - createChartOptions(Type, IsDefaultScaledOptions) - Method in class org.pepstock.charba.client.Overrides
-
Returns an options instance, to use as default options, based of type of chart.
- createCompoundUnitIdentifier(MeasureUnit...) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Creates a compound unit identifier by units passed as argument.
Pairs of simple units can be concatenated with "-per-" to make a compound unit. - createContext(NativeObject) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement.AnnotationElementFactory
- createContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Creates a data set context for callback.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Creates a scale context for callback on axis.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Creates a chart context for callback on configuration.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.data.Dataset
-
Creates a data set context for callback.
- createContext(NativeObject) - Method in interface org.pepstock.charba.client.items.ChartContextElementFactory
- createContext(NativeObject) - Method in interface org.pepstock.charba.client.items.ChartElementFactory
-
Returns the context instance from an element.
- createContext(NativeObject) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Creates and returns the
ZoomPlugincontext. - createCustomEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Creates a new event object for a specific event type.
- createCustomEvent(String, EventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Creates a new event object for a specific event type with initial configuration.
- createCustomEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Creates a new event object for a specific event type.
- createCustomEvent(IsEvent, EventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Creates a new event object for a specific event type with initial configuration.
- createDataPoint(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.items.DataItem
-
Returns a data point to be mapped for customization, like for out of the box controllers.
- createDefaultOptionInstance() - Method in class org.pepstock.charba.client.impl.plugins.CharbaPlugin
-
Creates an options instance as default.
- createDefaultOptionInstance() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
- createDefaultOptionInstance() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
- createDefaultOptionInstance() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
- createDefaultOptionInstance() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- createDivElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <div> element.
- createElement(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Creates the HTML element specified by tag name.
- createEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Creates a new event object for a specific event type.
- createEvent(String, EventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Creates a new event object for a specific event type with initial configuration.
- createEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Creates a new event object for a specific event type.
- createEvent(IsEvent, EventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Creates a new event object for a specific event type with initial configuration.
- createExtendedInteractioner(String, ExtendedInteraction) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Creates a
Interactionerfor a specific mode, passed as argument, and a native function already existing in java script code. - createExtendedInteractioner(String, ExtendedInteraction, boolean) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Creates a
Interactionerfor a specific mode, passed as argument, and a native function already existing in java script code. - createFactory(IsChart) - Static method in class org.pepstock.charba.client.items.InteractionItem
-
Returns an interaction items factory for a specific chart.
- createFormat(CLocale, O) - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Creates a wrapper object that enables language sensitive formatting, using the locale options and specific options.
- createFormat(CLocale, DateTimeFormatOptions) - Method in class org.pepstock.charba.client.intl.DateTimeFormat
- createFormat(CLocale, NumberFormatOptions) - Method in class org.pepstock.charba.client.intl.NumberFormat
- createGradient() - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a LINEAR gradient, with
topDownorientation andchartscope. - createGradient() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a LINEAR gradient, with
topDownorientation andchartscope. - createGradient(GradientType) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type, with
chartscope. - createGradient(GradientType) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a gradient by a type, with
chartscope. - createGradient(GradientType, GradientOrientation) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type and an orientation, with
chartscope. - createGradient(GradientType, GradientOrientation) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a gradient by a type and an orientation, with
chartscope. - createGradient(GradientType, GradientOrientation, GradientScope) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type, an orientation and a scope.
- createGradient(GradientType, GradientOrientation, GradientScope) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a gradient by a type, an orientation and a scope.
- createGradient(GradientType, GradientScope) - Method in enum org.pepstock.charba.client.colors.UiGradient
-
Creates a gradient by a type and a scope.
- createGradient(GradientType, GradientScope) - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Creates a gradient by a type and a scope.
- createGradient(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a canvas gradient java script object using a Charba gradient and a chart instance which must provide a canvas instance and its context.
- createGradientUniqueId(Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates the unique id for gradient using the scope.
This is important in order to use the dame gradient from different scope having differentCanvasGradientItem. - createHeadingElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <h3> element.
- createHSLAsString(int, int, int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Convert a RGB Color to it corresponding HSL values.
See explanation Math behind color space conversions, RGB-HSL. - createHtmlLegendItem(HtmlLegendItem) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a point style picture in base64 PNG format using the legend item as source.
This is invoked ONLY fromHtmlLegendplugin. - createId() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Creates a unique id for the annotation.
The format is:
- createImageData(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns an empty
ImageDataobject representing the underlying pixel data for a specified portion of the canvas. - createImageElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <img> element.
- createImageElement(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <img> element with the full URL of the image.
- createInteractionItem() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Creates new
InteractionItemwhich can be used in custom interaction mode. - createKey(Object) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Creates the property key used to store a common prefix plus hash code, as key of callback instance in the cache.
[callbackClassName]-[callbackHashCode] - createKey(String, String) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Creates a key to use to store color scheme in the cache.
The key is[category].[name]. - createKey(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Creates a key to use to store color scheme in the cache.
The key is[category].[name]. - createKey(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Creates a unique key for every single resource type to be injected.
The key is [CHARBA_prefix_package_name].[resource name] if the resource is a CHARBA one.
The key is [resource_class_name]_[resource name] if the resource is not provided by CHARBA. - createKeyboardEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Creates a new event object for a specific event type.
- createKeyboardEvent(String, KeyboardEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Creates a new event object for a specific event type with initial configuration.
- createKeyboardEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Creates a new event object for a specific event type.
- createKeyboardEvent(IsEvent, KeyboardEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Creates a new event object for a specific event type with initial configuration.
- createLabel(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns new options for specific id.
- createLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new label (if not exist) using the label if passed as argument.
- createLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns new options for specific id.
- createLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new label (if not exist) using the label if passed as argument.
- createLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns new options builder for new label identified by id.
- createLinearGradient(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a gradient along the line connecting two given coordinates.
- createLinearGradient(IsChart, Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a linear gradient, an image consisting of a progressive transition between two or more colors along a straight line.
- createLineBreakElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <br> element.
- createLocale(String, Language, Script, Region, String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Creates a locale if not already created and cached, otherwise will return the cached one.
- createLocaleIdentifier(Language, Script, Region, String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Creates the string identifier which is used for unique key of a locale and its locale value.
The key for locale will have the following format:
Language[-Script][-Region][-VariantAndExtension] - createMouseEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Creates a new event object for a specific event type.
- createMouseEvent(String, MouseEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Creates a new event object for a specific event type with initial configuration.
- createMouseEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Creates a new event object for a specific event type.
- createMouseEvent(IsEvent, MouseEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Creates a new event object for a specific event type with initial configuration.
- createMutationObserverInit() - Method in class org.pepstock.charba.client.commons.JsHelper
-
Creates new instance of observer initialization options.
- createNativeInteractioner(String, String) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Creates a
Interactionerfor a specific mode, passed as argument, and a string which represents the java script code, to implement the new interaction mode. - createNativeInteractioner(String, String, boolean) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Creates a
Interactionerfor a specific mode, passed as argument, and a string which represents the java script code, to implement the new interaction mode. - createNativeInteractioner(String, NativeInteraction) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Creates a
Interactionerfor a specific mode, passed as argument, and aNativeInteractionwhich represents the java script function, to implement the new interaction mode. - createNativeInteractioner(String, NativeInteraction, boolean) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Creates a
Interactionerfor a specific mode, passed as argument, and aNativeInteractionwhich represents the java script function, to implement the new interaction mode. - createNativeInteractioner(String, AbstractInjectableResource) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Creates a
Interactionerfor a specific mode, passed as argument, and a resource where the java script code, to implement the new interaction mode, is stored. - createNativeInteractioner(String, AbstractInjectableResource, boolean) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Creates a
Interactionerfor a specific mode, passed as argument, and a resource where the java script code, to implement the new interaction mode, is stored. - createOptions(NativeObject) - Method in class org.pepstock.charba.client.annotation.AnnotationElementFactory
-
Creates a native object container instance by a native object.
- createOptions(NativeObject) - Method in class org.pepstock.charba.client.annotation.BoxAnnotation.BoxElementFactory
- createOptions(NativeObject) - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation.EllipseElementFactory
- createOptions(NativeObject) - Method in class org.pepstock.charba.client.annotation.LabelAnnotation.LabelElementFactory
- createOptions(NativeObject) - Method in class org.pepstock.charba.client.annotation.LineAnnotation.LineElementFactory
- createOptions(NativeObject) - Method in class org.pepstock.charba.client.annotation.PointAnnotation.PointElementFactory
- createOptions(NativeObject) - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation.PolygonElementFactory
- createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement.AnnotationElementFactory
- createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.geo.GeoFeatureElement.ChoroplethElementFactory
- createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.items.ArcElement.ArcElementFactory
- createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.items.BarElement.BarElementFactory
- createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.items.ChartElement.UndefinedDataElementFactory
- createOptions(ChartElement, NativeObject) - Method in interface org.pepstock.charba.client.items.ChartElementFactory
-
Creates a
ChartElementOptionsinstance by a native object. - createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.items.PointElement.PointElementFactory
- createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.matrix.MatrixElement.MatrixElementFactory
- createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.sankey.SankeyElement.SankeyElementFactory
- createOptions(ChartElement, NativeObject) - Method in class org.pepstock.charba.client.treemap.TreeMapElement.TreeMapElementFactory
- createPattern() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using default values, shape is
square, background color, shape color and size. - createPattern(Object, String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a pattern using the specified image (could be also a canvas) and repetition.
- createPattern(IsShape) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape as argument and the other default values, background color, shape color and size.
- createPattern(IsShape, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
- createPattern(IsShape, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape, back ground color and shape color as arguments and the size as default value.
- createPattern(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape, back ground color, shape color and size as arguments.
- createPattern(IsShape, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
- createPattern(IsShape, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape, back ground color and shape color as arguments and the size as default value.
- createPattern(IsShape, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the shape, back ground color, shape color and size as arguments.
- createPattern(Canvas, Repetition) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a pattern using the specified canvas and repetition.
- createPattern(Img, Repetition) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a pattern using the specified image and repetition.
- createPattern(PointStyle) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style as argument and the other default values, background color, shape color and size.
- createPattern(PointStyle, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.
- createPattern(PointStyle, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.
- createPattern(PointStyle, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.
- createPattern(PointStyle, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style and back ground color as arguments and the other default values, shape color and size.
- createPattern(PointStyle, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color and shape color as arguments and the size as default value.
- createPattern(PointStyle, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a CHARBA pattern, using the point style, back ground color, shape color and size as arguments.
- createPattern(IsChart, Pattern) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a canvas pattern java script object using a Charba pattern and a chart instance which must provide a canvas instance and its context.
- createPointerEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Creates a new event object for a specific event type.
- createPointerEvent(String, PointerEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Creates a new event object for a specific event type with initial configuration.
- createPointerEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Creates a new event object for a specific event type.
- createPointerEvent(IsEvent, PointerEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Creates a new event object for a specific event type with initial configuration.
- createRadialGradient(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Creates a radial gradient using the size and coordinates of two circles.
- createRadialGradient(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Creates a radial gradient, an image consisting of a progressive transition between two or more colors that radiate from an origin.
- createScope(int) - Static method in class org.pepstock.charba.client.data.Dataset
-
Creates a key for the data set options.
The format is the following:
<dataset-[datasetId]>
where data set id if is the id of the data set. - createScope(Type) - Static method in class org.pepstock.charba.client.ChartOptions
-
Creates a key for the chart options.
The format is the following:
chart-[chartType]
where chart type is the type of the chart, seeChartTypeorControllerType. - createScriptElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <script> element.
- createSpanElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <span> element.
- createStyleElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <style> element.
- createTableCellElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <td> element.
- createTableElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <table> element.
- createTableRowElement() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a <tr> element.
- createTextElement(IsChart, T, C) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
-
Builds a
TableCellwhich should contains and represents the a text of legend element. - createTextNode(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Creates a new text node which can be used to escape HTML characters.
- createTextNode(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates a text node.
- createTile() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using default values, shape is
square, background color, shape color and size. - createTile(IsShape) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape as argument and the other default values, background color, shape color and size.
- createTile(IsShape, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
- createTile(IsShape, String, String) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color and shape color as arguments and the size as default value.
- createTile(IsShape, String, String, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
- createTile(IsShape, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape and back ground color as arguments and the other default values, shape color and size.
- createTile(IsShape, IsColor, IsColor) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color and shape color as arguments and the size as default value.
- createTile(IsShape, IsColor, IsColor, int) - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns a canvas pattern, using the shape, back ground color, shape color and size as arguments.
- createTile(Canvas, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Creates a tile based on arguments passed.
- createTooltipLabelColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Create new
TooltipLabelColorfilling it with background and border color of dataset element. - createTooltipLabelPointStyle() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Create new
TooltipLabelPointStylefilling it with point style and rotation of dataset element. - createTopoJson(String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates the
TopoJsonobject definition from a topoJson text definition. - createTopoJson(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates the
TopoJsonobject definition from a topoJson text definition. - createTouchEvent(String) - Static method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Creates a new event object for a specific event type.
- createTouchEvent(String, TouchEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Creates a new event object for a specific event type with initial configuration.
- createTouchEvent(IsEvent) - Static method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Creates a new event object for a specific event type.
- createTouchEvent(IsEvent, TouchEventInit) - Static method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Creates a new event object for a specific event type with initial configuration.
- createUniqueChartId() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Creates an unique id for CHARBA charts id.
- CRIMSON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "crimson" -
- CRIMSON_TIDE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Crimson Tide" -
- CRITICAL - org.pepstock.charba.client.impl.charts.DefaultThreshold
-
the critical threshold.
- CROATIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Croatia region.
- CROATIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Croatian language.
- CROP6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Crop6" -
- cross - Variable in class org.pepstock.charba.client.colors.tiles.CrossDash
- Cross - Class in org.pepstock.charba.client.colors.tiles
-
CROSS drawer to design a cross in the tile.
It designs a cross in the following tile sections (A and B):
- Cross() - Constructor for class org.pepstock.charba.client.colors.tiles.Cross
- CROSS - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.CROSS. - CROSS - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a cross on the tile.
- CROSS - org.pepstock.charba.client.enums.PointStyle
- CROSS_ALIGN - org.pepstock.charba.client.options.Ticks.Property
- CROSS_DASH - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a cross and a dash on the tile.
- CROSS_ROT - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.CROSS_ROT. - CROSS_ROT - org.pepstock.charba.client.enums.PointStyle
- CrossAlign - Enum in org.pepstock.charba.client.enums
-
The crossAlign setting configures how labels align with the tick mark in the perpendicular direction.
For instance vertical for a horizontal axis and horizontal for a vertical axis. - CrossAlign(String) - Constructor for enum org.pepstock.charba.client.enums.CrossAlign
-
Creates with the property value to use in the native object.
- CrossDash - Class in org.pepstock.charba.client.colors.tiles
-
CROSSDASH drawer to design a cross - dash in the tile.
It designs a cross and a dash in the following tile sections (A and B):
- CrossDash() - Constructor for class org.pepstock.charba.client.colors.tiles.CrossDash
- Crosshair - Class in org.pepstock.charba.client.impl.plugins
-
This plugin is drawing horizontal and vertical crosshair on the chart.
- Crosshair() - Constructor for class org.pepstock.charba.client.impl.plugins.Crosshair
-
To avoid any instantiation
- CROSSHAIR - org.pepstock.charba.client.dom.enums.CursorType
-
Cross cursor, often used to indicate selection in a bitmap.
- CrosshairDefaultLabel - Class in org.pepstock.charba.client.impl.plugins
-
Crosshair.IDplugin default options for X and Y LABEL elements. - CrosshairDefaultLabel() - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairDefaultLabel
-
Creates an empty object.
- CrosshairDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
Crosshair.IDplugin. - CrosshairDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairDefaultOptions
-
To avoid any instantiation
- CrosshairDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptionsFactory.CrosshairDefaultsOptionsFactory
-
To avoid any instantiation.
- CrosshairFormatterCallback - Interface in org.pepstock.charba.client.callbacks
-
This callback is the interface to defined customized representation of the labels in
Crosshair.IDplugin. - CrosshairLabel - Class in org.pepstock.charba.client.impl.plugins
-
Crosshair.IDplugin configuration element in order to have in the chart the label on the axes where the mouse is positioned. - CrosshairLabel(CrosshairOptions, NativeObject, IsCrosshairDefaultLabel) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Creates new label element, using stored native object instance and the default values options.
- CrosshairLabel.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- CrosshairLabelFont - Class in org.pepstock.charba.client.impl.plugins
-
Object to map font options for
CrosshairLabelelement ofCrosshair.IDplugin configuration. - CrosshairLabelFont(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairLabelFont
-
Creates a font to use for plugin.
- CrosshairLabels - Class in org.pepstock.charba.client.impl.plugins
-
Utility provided to the user in order to set the same values to all labels, X and Y.
- CrosshairLabels(CrosshairOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Creates new crosshair labels.
- CrosshairLabelsFont - Class in org.pepstock.charba.client.impl.plugins
-
Utility provided to the user in order to set the same values to all font labels, X and Y.
- CrosshairLabelsFont(CrosshairOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Creates new crosshair labelsfont .
- CrosshairOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
Crosshair.IDplugin.
It manages the drawing the horizontal and vertical crosshair on the chart. - CrosshairOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - CrosshairOptions(IsCrosshairDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Builds the object with the default global ones
- CrosshairOptions(IsCrosshairDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Builds the object with a java script object stored in the options and the default global ones
- CrosshairOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - CrosshairOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- CrosshairOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
Crosshair.IDplugin options by a builder. - CrosshairOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
To avoid any instantiation
- CrosshairOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
Crosshair.IDplugin. - CrosshairOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairOptionsFactory
-
To avoid any instantiation.
- CrosshairOptionsFactory.CrosshairDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin
- CrosshairPlugin - Class in org.pepstock.charba.client.impl.plugins
-
This plugin is drawing horizontal and vertical crosshair on the chart.
- CrosshairPlugin() - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
To avoid any instantiation
- CrosshairPlugin.Point - Class in org.pepstock.charba.client.impl.plugins
-
Internal object to have the percentage or point of the event point related to the scales.
- CrosshairPlugin.State - Class in org.pepstock.charba.client.impl.plugins
-
Internal object to maintain the instances needed to draw the crosshair by every chart instance.
- CRYSTAL_CLEAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Crystal Clear" -
- CScheduler - Class in org.pepstock.charba.client.utils
-
This class provides asynchronous and delayed task scheduling, based setTimeout java script method.
- CScheduler() - Constructor for class org.pepstock.charba.client.utils.CScheduler
-
To avoid any instantiation
- CScheduler.RunnableWrapper - Class in org.pepstock.charba.client.utils
-
Wrapper of user task in order to clear timeout the user logic is completed.
- CScheduler.RunnableWrapper.Status - Enum in org.pepstock.charba.client.utils
-
Enums the status
- CSchedulerRegistration - Class in org.pepstock.charba.client.utils
-
Registration objects returned when a task has been scheduled, used to cancel the scheduling.
- CSchedulerRegistration(int) - Constructor for class org.pepstock.charba.client.utils.CSchedulerRegistration
-
Creates a scheduler registration in order to enable the task removing.
- CSS - Static variable in enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
- CSS_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
- CSS_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
- CssInjectableResource - Class in org.pepstock.charba.client.utils.toast
-
Enables to inject a custom CSS for new toast type in the DOM.
- CssInjectableResource(AbstractStandardType, boolean, String...) - Constructor for class org.pepstock.charba.client.utils.toast.CssInjectableResource
-
Creates new injectable resource for a specific toast type
- cssResource - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- cssStatement - Variable in enum org.pepstock.charba.client.colors.GradientOrientation
- cssStatement - Variable in enum org.pepstock.charba.client.colors.GradientType
- CTimer - Class in org.pepstock.charba.client.utils
-
Simple utility to execute repeatedly calls a
Runnablewith a fixed time delay between each call. - CTimer(Runnable, int) - Constructor for class org.pepstock.charba.client.utils.CTimer
-
Creates the timer with a
Runnableto be executed repeatedly and the time, in milliseconds (thousands of a second), the timer should delay in between executions of the task. - CTimer.Status - Enum in org.pepstock.charba.client.utils
-
Enumerates the possible status of the timer.
- CTRL - org.pepstock.charba.client.enums.ModifierKey
-
Used for entering keyboard shortcuts.
- CTRL_KEY - org.pepstock.charba.client.dom.events.ModifiersHandler.Property
- CUBA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Cuba timezone.
- CUBA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cuba region.
- CUBAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Cuban Peso currency.
- CUBEHELIX_DEFAULT - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color cubehelixDefault.
- CUBIC_INTERPOLATION_MODE - org.pepstock.charba.client.configuration.Line.Property
- CUBIC_INTERPOLATION_MODE - org.pepstock.charba.client.data.LineDataset.Property
- CUBIC_INTERPOLATION_MODE - org.pepstock.charba.client.options.Line.Property
- CubicInterpolationMode - Enum in org.pepstock.charba.client.enums
-
Determines the interpolation mode of lines.
- CubicInterpolationMode(String) - Constructor for enum org.pepstock.charba.client.enums.CubicInterpolationMode
-
Creates with the property value to use in the native object.
- cubicInterpolationModeCallback - Variable in class org.pepstock.charba.client.configuration.Line
- cubicInterpolationModeCallback - Variable in class org.pepstock.charba.client.data.LineDataset
- CubicInterpolationModeCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
cubicInterpolationModeproperty at runtime. - cubicInterpolationModeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Line
- cubicInterpolationModeCallbackProxy - Variable in class org.pepstock.charba.client.data.LineDataset
- CURACAO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Curaçao region.
- CURIOSITY_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Curiosity blue" -
- Currency - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the standard codes for script identification which can be used to create and manage locale.
- Currency(String, String, int) - Constructor for enum org.pepstock.charba.client.intl.enums.Currency
-
Creates the object with currency value and its name.
- CURRENCY - org.pepstock.charba.client.intl.enums.FormatPartType
-
The currency string, such as the symbols "$" and "€" or the name "Dollar", "Euro" depending on how currencyDisplay is specified.
- CURRENCY - org.pepstock.charba.client.intl.enums.Style
-
For currency formatting.
- CURRENCY - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- CURRENCY_DISPLAY - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- CURRENCY_SIGN - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- CurrencyDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible values how to display the currency in currency formatting.
- CurrencyDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
Creates with the property value to use in the native object.
- CurrencySign - Enum in org.pepstock.charba.client.intl.enums
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting you can use "accounting".
The default value is "standard". - CurrencySign(String) - Constructor for enum org.pepstock.charba.client.intl.enums.CurrencySign
-
Creates with the property value to use in the native object.
- current - Variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
- CURRENT_STEP - org.pepstock.charba.client.items.AnimationItem.Property
- currentContexts - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- currentDatasets - Variable in class org.pepstock.charba.client.data.Data
- currentOpenItems - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- cursor - Variable in class org.pepstock.charba.client.commons.IteratorImpl
- cursor - Variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
- CURSOR_DEFAULT - org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
- CURSOR_POINTER - org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
- CURSOR_SELECT - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The Cursor Select key,
CrSel. - cursorOverSelectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- CursorType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the sets the type of cursor, if any, to show when the mouse pointer is over an element.
- CursorType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.CursorType
-
Creates with the property value to use in the native object.
- CURVE - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- CURVE - org.pepstock.charba.client.annotation.LineAnnotation.Property
- CURVE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
- CurveCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setcurveproperty at runtime. - curveCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
- CUSCO_QUECHUA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Cusco Quechua language.
- CUSTOM_PACKAGE_NAME_PREFIX - Static variable in class org.pepstock.charba.client.InjectorPrefixHelper
- CUSTOM_SUFFIX - Static variable in class org.pepstock.charba.client.InjectorPrefixHelper
- CUSTOM_TYPES - Static variable in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
- CUSTOM_TYPES - Static variable in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
- CustomTooltipPosition - Class in org.pepstock.charba.client.positioner
-
Custom tooltip position to use in the chart options to configure charts.
It must not be equals of the out of the box ones. - CustomTooltipPosition(String) - Constructor for class org.pepstock.charba.client.positioner.CustomTooltipPosition
-
Creates the object using the name of tooltip position passes as argument
- CUT - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
Cutkey (on certain extended keyboards). - CUT - org.pepstock.charba.client.treemap.enums.Overflow
-
If the label is too big, it will be cut to stay inside the rectangle.
- CUTOUT - org.pepstock.charba.client.options.Options.Property
- CYAN - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN" -
- CYAN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "cyan" -
- CYAN - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "CYAN" -
- CYAN_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_ACCENT_1" -
- CYAN_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_ACCENT_2" -
- CYAN_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_ACCENT_3" -
- CYAN_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_ACCENT_4" -
- CYAN_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_DARKEN_1" -
- CYAN_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_DARKEN_2" -
- CYAN_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_DARKEN_3" -
- CYAN_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_DARKEN_4" -
- CYAN_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_1" -
- CYAN_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_2" -
- CYAN_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_3" -
- CYAN_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_4" -
- CYAN_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "CYAN_LIGHTEN_5" -
- CYCLE_PROPERTY_VALUE - Static variable in class org.pepstock.charba.client.utils.JSONReplacerConstants
- CYPRUS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Cyprus region.
- CYRL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cyrillic script.
- CYRS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cyrillic (Old Church Slavonic variant) script.
- CZECH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Czech language.
- CZECH_KORUNA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Czech Koruna currency.
- CZECH_REPUBLIC - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Czech Republic region.
D
- DALASI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Dalasi currency.
- DAMASK6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Damask6" -
- DANCE_TO_FORGET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dance To Forget" -
- DANIA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dania" -
- DANISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Danish language.
- DANISH_KRONE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Danish Krone currency.
- DARI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Dari language.
- DARK - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Dark toast type - Toast content
- DARK_BLU_TWO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Blu Two" -
- DARK_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkBlue" -
- DARK_BLUE_GRADIENT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Blue Gradient" -
- DARK_CYAN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkCyan" -
- DARK_GOLDEN_ROD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkGoldenRod" -
- DARK_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkGray" -
- DARK_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkGreen" -
- DARK_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkGrey" -
- DARK_KHAKI - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkKhaki" -
- DARK_KNIGHT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Knight" -
- DARK_MAGENTA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkMagenta" -
- DARK_OCEAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Ocean" -
- DARK_OLIVE_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkOliveGreen" -
- DARK_ORANGE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkOrange" -
- DARK_ORCHID - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkOrchid" -
- DARK_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkRed" -
- DARK_SALMON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSalmon" -
- DARK_SEA_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSeaGreen" -
- DARK_SKIES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dark Skies" -
- DARK_SLATE_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSlateBlue" -
- DARK_SLATE_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSlateGray" -
- DARK_SLATE_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkSlateGrey" -
- DARK_TURQUOISE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkTurquoise" -
- DARK_VIOLET - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "darkViolet" -
- DARK2_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_3" -
- DARK2_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_4" -
- DARK2_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_5" -
- DARK2_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_6" -
- DARK2_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_7" -
- DARK2_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Dark2_8" -
- DARKEN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Retains the darkest pixels of both layers.
- darker() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Creates a new
Colorthat is a darker version of thisColor.
This method applies an arbitrary scale factor to each of the three RGB components of thisColorto create a darker version of thisColor.
Althoughbrighteranddarkerare inverse operations, the results of a series of invocations of these two methods might be inconsistent because of rounding errors. - darker(double) - Method in interface org.pepstock.charba.client.colors.IsColor
-
Creates a new
Colorthat is a darker version of thisColor.
This method applies an arbitrary scale factor to each of the three RGB components of thisColorto create a darker version of thisColor.
Althoughbrighteranddarkerare inverse operations, the results of a series of invocations of these two methods might be inconsistent because of rounding errors. - dash - Variable in class org.pepstock.charba.client.colors.tiles.CrossDash
- dash - Variable in class org.pepstock.charba.client.colors.tiles.DotDash
- Dash - Class in org.pepstock.charba.client.colors.tiles
-
DASH drawer to design a dash in the tile.
It designs a dash in the following tile sections (A and B):
- Dash() - Constructor for class org.pepstock.charba.client.colors.tiles.Dash
- DASH - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.DASH. - DASH - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a dash on the tile.
- DASH - org.pepstock.charba.client.configuration.AxisBorder.Property
- DASH - org.pepstock.charba.client.enums.PointStyle
- DASH - org.pepstock.charba.client.options.ScaleBorder.Property
- DASH_OFFSET - org.pepstock.charba.client.configuration.AxisBorder.Property
- DASH_OFFSET - org.pepstock.charba.client.options.ScaleBorder.Property
- dashCallback - Variable in class org.pepstock.charba.client.configuration.AxisBorder
- dashCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AxisBorder
- DASHED - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a series of short square-ended dashes or line segments.
The exact size and length of the segments are not defined by the specification and are implementation-specific. - dashOffsetCallback - Variable in class org.pepstock.charba.client.configuration.AxisBorder
- dashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AxisBorder
- data - Variable in class org.pepstock.charba.client.AbstractChart
- Data - Class in org.pepstock.charba.client.data
-
CHART.JS entity object to configure the data options of a chart.
It contains labels and data sets. - Data(ChartEnvelop<IsChart>) - Constructor for class org.pepstock.charba.client.data.Data
-
Creates the object with an empty native object.
- DATA - org.pepstock.charba.client.Configuration.Property
- DATA - org.pepstock.charba.client.data.Dataset.CommonProperty
- DATA - org.pepstock.charba.client.enums.Bounds
-
Make sure data are fully visible, labels outside are removed.
- DATA - org.pepstock.charba.client.enums.ContextType
-
Data of dataset context type.
- DATA - org.pepstock.charba.client.enums.TickSource
-
Generates ticks from data (including labels from data
{t|x|y}objects). - DATA - org.pepstock.charba.client.geo.GeoDatasetHandler.Property
- DATA - org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Apply the scheme colors at data lavel (1 color for each data inside a dataset dataset).
- DATA - org.pepstock.charba.client.items.DatasetItem.Property
- DATA - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- DATA_INDEX - org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
- DATA_INDEX - org.pepstock.charba.client.items.TooltipItem.Property
- DATA_LABELS_PLUGIN_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'DataLabelsPluginResource' class.
- DATA_POINT - org.pepstock.charba.client.items.TooltipItem.Property
- DATA_POINTS - org.pepstock.charba.client.items.TooltipModel.Property
- DATA_USAGE_MESSAGE - Static variable in class org.pepstock.charba.client.data.Dataset
- Data.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- DataEnvelop<T> - Class in org.pepstock.charba.client.data
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - DataEnvelop(T) - Constructor for class org.pepstock.charba.client.data.DataEnvelop
-
Create an envelop with the content passed as argument.
- DataEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.data.DataEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- dataItem - Variable in class org.pepstock.charba.client.labels.LabelsContext
- DataItem - Class in org.pepstock.charba.client.items
-
This object is wrapping the value of data set which can be used in the plugins (extensions) callbacks.
The value could be a double, string or aFloatingDataif the data set is a BAR data set and uses floating bars data. - DataItem(Object) - Constructor for class org.pepstock.charba.client.items.DataItem
-
Creates the object with object which represents the value.
- DataLabelId - Interface in org.pepstock.charba.client.datalabels
-
Represents the label id of a label configuration object in the
DataLabelsPlugin.IDplugin. - DATALABELS - org.pepstock.charba.client.enums.ContextType
-
DataLabels plugin context type.
- DATALABELS_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS DATALABELS plugin.
- DataLabelsContext - Class in org.pepstock.charba.client.datalabels
-
The option context is used to give contextual information when resolving options for
DataLabelsPlugin. - DataLabelsContext(LabelItem, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsContext
-
Creates the object with native object instance to be wrapped and the label instance.
- DataLabelsContext.Property - Enum in org.pepstock.charba.client.datalabels
-
Name of properties of native object.
- DataLabelsDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory.DataLabelsDefaultsOptionsFactory
-
To avoid any instantiation.
- DataLabelsEnvelop<T> - Class in org.pepstock.charba.client.datalabels
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - DataLabelsEnvelop(T) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsEnvelop
-
Create an envelop with the content passed as argument.
- DataLabelsOptions - Class in org.pepstock.charba.client.datalabels
-
This is the
DataLabelsPlugin.IDplugin options where to set all the configuration needed to the plugin.
The options could be set by simply the value or by setting a callback.
TheDataLabelsPlugin.IDplugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts. - DataLabelsOptions() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Creates new
DataLabelsPlugin.IDplugin options. - DataLabelsOptions(IsDefaultDataLabelsOptions, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Creates new
DataLabelsPlugin.IDplugin options. - DataLabelsOptions(IsChart) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Creates new
DataLabelsPlugin.IDplugin options, relating to chart instance for default. - DataLabelsOptions.Property - Enum in org.pepstock.charba.client.datalabels
-
Name of properties of native object.
- DataLabelsOptionsBuilder - Class in org.pepstock.charba.client.datalabels
-
Comfortable object to create
DataLabelsPlugin.IDplugin options by a builder. - DataLabelsOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
To avoid any instantiation
- DataLabelsOptionsFactory - Class in org.pepstock.charba.client.datalabels
-
Factory to get the options (form chart, form dataset or from default global ones) related to
DataLabelsPlugin.IDplugin. - DataLabelsOptionsFactory() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsOptionsFactory
-
To avoid any instantiation.
- DataLabelsOptionsFactory.DataLabelsDefaultsOptionsFactory - Class in org.pepstock.charba.client.datalabels
-
Internal factory to create options from default global option for the plugin
- DataLabelsPlugin - Class in org.pepstock.charba.client.datalabels
-
Entry point of DATALABELS plugin to enable the plugin.
TheDataLabelsPlugin.IDplugin is highly customizable CHART.JS plugin that displays labels on data for any type of charts. - DataLabelsPlugin() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
To avoid any instantiation
- DataLabelsPluginResource - Class in org.pepstock.charba.client.datalabels
-
Contains the content of
chartjs-plugin-datalabels.min.jsto inject. - DataLabelsPluginResource() - Constructor for class org.pepstock.charba.client.datalabels.DataLabelsPluginResource
-
Creates the injectable resource with
chartjs-plugin-datalabels.min.jscontent. - DataLabelsPointerHandler - Class in org.pepstock.charba.client.impl.callbacks
-
DataLabelsPlugin event callback to change the cursor type when the labels are clickable.
- DataLabelsPointerHandler() - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
-
Creates a callback setting the
DataLabelsPointerHandler.DEFAULT_CURSORas pointer. - DataLabelsPointerHandler(CursorType) - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
-
Creates a callback setting the pointer cursor what is passed as argument.
- DataLabelsSelectionHandler - Class in org.pepstock.charba.client.impl.callbacks
-
DataLabelsPlugin event callbacks to invoke data set selection handlers if there were defined.
This can substitute the event handling at chart level. - DataLabelsSelectionHandler() - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
-
Creates a callback setting
CursorType.POINTERas pointer. - DataLabelsSelectionHandler(CursorType) - Constructor for class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
-
Creates a callback setting the pointer cursor what is passed as argument.
- dataPoint - Variable in class org.pepstock.charba.client.items.TooltipItem
- DataPoint - Class in org.pepstock.charba.client.data
-
Used for sparse datasets, such as those in scatter charts.
- DataPoint() - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with an empty native object.
- DataPoint(double, double) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(double, double, double) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values (for bubble).
- DataPoint(double, FloatingData) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(String, double) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(String, FloatingData) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(Date, double) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(Date, FloatingData) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with the passed point values.
- DataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with a native object passed as argument.
- DataPoint(ItemsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.data.DataPoint
-
Creates the object with a native object passed as argument by and
BaseEnvelop.
This is called by theDataItem. - DataPoint.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
No private because it is used by time series item - DataPointCenter - Class in org.pepstock.charba.client.geo
-
This class enables the capability to specify the coordinates where the tooltip should appear.
- DataPointCenter() - Constructor for class org.pepstock.charba.client.geo.DataPointCenter
-
Creates a data point center.
- DataPointCenter(double, double) - Constructor for class org.pepstock.charba.client.geo.DataPointCenter
-
Creates a data point center with latitude and longitude.
- DataPointCenter(NativeObject) - Constructor for class org.pepstock.charba.client.geo.DataPointCenter
-
Creates the object with native object instance to be wrapped.
- DataPointCenter(Coordinates) - Constructor for class org.pepstock.charba.client.geo.DataPointCenter
-
Creates a data point center with
Coordinates. - DataPointCenter.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- DataPointFactory() - Constructor for class org.pepstock.charba.client.data.Dataset.DataPointFactory
- DataPointFactory() - Constructor for class org.pepstock.charba.client.matrix.MatrixDataset.DataPointFactory
- DataPointFactory() - Constructor for class org.pepstock.charba.client.sankey.SankeyDataset.DataPointFactory
-
To avoid any instantiation
- DataPointFactory() - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataset.DataPointFactory
- DATAPOINTS_FACTORY - Static variable in class org.pepstock.charba.client.data.Dataset
- DATAPOINTS_FACTORY - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Factory to create
MatrixDataPoints. - DATAPOINTS_FACTORY - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Factory to create
SankeyDataPoints. - DATAPOINTS_FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Factory to create
TreeMapDataPoints. - DataPointStyleHandler - Class in org.pepstock.charba.client.data
-
Base object to to manage point style property in the DATASET options.
- DataPointStyleHandler(Dataset, NativeObject, IsDefaultPoint) - Constructor for class org.pepstock.charba.client.data.DataPointStyleHandler
-
Creates the utility using dataset native object and default point values.
- DataPointStyleHandler.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- DataPointType - Enum in org.pepstock.charba.client.enums
-
Enumeration with all possible types of data in
DataPoint. - DataPointType(String) - Constructor for enum org.pepstock.charba.client.enums.DataPointType
-
Creates with the property value to use in the native object.
- dataSelectionHandlers - Variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
- dataset - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
- dataset - Variable in class org.pepstock.charba.client.data.AbstractContainer
- dataset - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- dataset - Variable in class org.pepstock.charba.client.defaults.globals.DefaultDatasets
- Dataset - Class in org.pepstock.charba.client.data
-
The chart allows a number of properties to be specified for each data set.
- Dataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.Dataset
-
Creates the data set using a default and chart type related to the data set, adding patterns and gradients element.
- DATASET - org.pepstock.charba.client.enums.ContextType
-
Dataset of chart context type.
- DATASET - org.pepstock.charba.client.enums.DefaultInteractionMode
-
Finds all items in the same dataset.
- DATASET - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to a dataset.
- DATASET - org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Apply the scheme colors at dataset level (1 color for 1 dataset).
- DATASET_INDEX - org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
- DATASET_INDEX - org.pepstock.charba.client.callbacks.SegmentContext.Property
- DATASET_INDEX - org.pepstock.charba.client.items.ActiveDatasetElement.Property
- DATASET_INDEX - org.pepstock.charba.client.items.DatasetReference.Property
- DATASET_INDEX - org.pepstock.charba.client.items.InteractionItem.Property
- DATASET_INDEX - org.pepstock.charba.client.items.LegendItem.Property
- DATASET_INDEX - org.pepstock.charba.client.items.TooltipItem.Property
- DATASET_ITEM_FACTORY - Static variable in class org.pepstock.charba.client.AbstractChart
- Dataset.CanvasObjectKey - Interface in org.pepstock.charba.client.data
-
Interface to map color property which can or can not manage
PatternorCanvasPatternItem. - Dataset.CanvasObjectProperty - Enum in org.pepstock.charba.client.data
-
Name of common properties of native object related to a dataset.
- Dataset.CommonProperty - Enum in org.pepstock.charba.client.data
-
Name of common properties of native object related to a dataset.
- Dataset.DataPointFactory - Class in org.pepstock.charba.client.data
-
Factory to create a data point from a native object, used for array container lists.
- Dataset.InternalProperty - Enum in org.pepstock.charba.client.data
-
Name of private properties of native object.
- Dataset.TimeSeriesItemFactory - Class in org.pepstock.charba.client.data
-
Factory to create a time series item from a native object, used for array container lists.
- DatasetCanvasObjectFactory - Class in org.pepstock.charba.client.data
-
Utility class which creates a canvas gradient and pattern java script objects using a Charba gradient or pattern.
A Charba gradient or pattern describes how a canvas gradient or pattern must be created. - DatasetCanvasObjectFactory() - Constructor for class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
To avoid any instantiation
- DatasetContext - Class in org.pepstock.charba.client.callbacks
-
The option context is used to give contextual information when resolving options.
- DatasetContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.DatasetContext
-
Creates the object with native object instance to be wrapped.
- DatasetGrandientCallback - Class in org.pepstock.charba.client.data
-
Callback to set a
Gradientas background or border color.
This is used and set in the dataset when a canvas object is set for a background or border color. - DatasetGrandientCallback(GradientsContainer, Dataset.CanvasObjectKey) - Constructor for class org.pepstock.charba.client.data.DatasetGrandientCallback
-
Creates the callback using the container of canvas object and the property related to the canvas object to set in the dataset.
- datasetIndex - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
- datasetItem - Variable in class org.pepstock.charba.client.items.PluginDatasetArgument
- DatasetItem - Class in org.pepstock.charba.client.items
-
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
Created and passed by CHART.JS and provide dataset information. - DatasetItem() - Constructor for class org.pepstock.charba.client.items.DatasetItem
-
To avoid any user creation but provides an empty object
- DatasetItem(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetItem
-
Creates the item using an envelop with the native java script object which contains all properties.
- DatasetItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetItem
-
Creates the item using a native java script object which contains all properties.
- DatasetItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- datasetItemController - Variable in class org.pepstock.charba.client.items.DatasetItem
- DatasetItemController - Class in org.pepstock.charba.client.items
-
This item provides all information about the dataset controller which has been displayed.
This object has been created and passed to event handler or callbacks to apply own logic.
This is a wrapper of the CHART.JS item with all needed info. - DatasetItemController(DatasetItem, NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetItemController
-
Creates the item using a native java script object which contains all properties.
- DatasetItemController.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- DatasetItemFactory() - Constructor for class org.pepstock.charba.client.AbstractChart.DatasetItemFactory
- datasetLabel - Variable in class org.pepstock.charba.client.impl.charts.MeterContext
- DatasetPatternCallback - Class in org.pepstock.charba.client.data
-
Callback to set a
Patternas background color.
This is used and set in the dataset when a canvas object is set for a background color. - DatasetPatternCallback(PatternsContainer, Dataset.CanvasObjectKey) - Constructor for class org.pepstock.charba.client.data.DatasetPatternCallback
-
Creates the callback using the container of canvas object and the property related to the canvas object to set in the dataset.
- DatasetPoint - Class in org.pepstock.charba.client.items
-
It wraps the parsed data values for the given item point.
- DatasetPoint(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetPoint
-
Creates the object with a native object passed as argument.
- DatasetPoint(NativeObject) - Constructor for class org.pepstock.charba.client.items.DatasetPoint
-
Creates the object with a native object passed as argument.
- DatasetRangeCleanSelectionEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user cleans an area on the chart, by
DatasetsItemsSelector.IDplugin. - DatasetRangeCleanSelectionEvent(NativeCustomEvent) - Constructor for class org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
-
Creates the event with native event.
- DatasetRangeCleanSelectionEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart area cleaning, by
DatasetsItemsSelector.IDplugin. - DatasetRangeSelectionEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user selects an area on the chart, by
DatasetsItemsSelector.IDplugin. - DatasetRangeSelectionEvent(NativeCustomEvent, ScaleValueItem, ScaleValueItem) - Constructor for class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Creates the event with start and end values of selected scale
- DatasetRangeSelectionEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart area selecting, by
DatasetsItemsSelector.IDplugin. - DatasetReference - Class in org.pepstock.charba.client.items
-
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The elements are mapped by this object.
This is the CHART.JS item with all needed info about a selected data set, providing the right indexes to get the data set. - DatasetReference(AbstractDatasetContext, ChartElement) - Constructor for class org.pepstock.charba.client.items.DatasetReference
-
Creates the item reference using a a scriptale context and a data element
- DatasetReference(IsChart, ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.DatasetReference
-
Creates the item using a chart instance and a native java script object which contains all properties.
- DatasetReference.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- datasetReferenceFactory - Variable in class org.pepstock.charba.client.AbstractChart
- DatasetReferenceFactory(IsChart) - Constructor for class org.pepstock.charba.client.AbstractChart.DatasetReferenceFactory
-
To avoid any instantiation
- datasets - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- datasets - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
- datasets - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- datasets - Variable in class org.pepstock.charba.client.options.Options
- Datasets - Class in org.pepstock.charba.client.configuration
-
It contains the options to apply to all data sets of the chart.
- Datasets - Class in org.pepstock.charba.client.options
-
Contains the options for the datasets.
- Datasets(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Datasets
-
Builds the object storing the chart instance and the root options element.
- Datasets(Options, Key, IsDefaultDatasets, NativeObject) - Constructor for class org.pepstock.charba.client.options.Datasets
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- DATASETS - org.pepstock.charba.client.data.Data.Property
- DATASETS - org.pepstock.charba.client.options.Options.Property
- DatasetSelectionEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the chart and selects a dataset.
This event doesn't suppress the click event on the chart. - DatasetSelectionEvent(NativeBaseEvent, IsChart, DatasetReference) - Constructor for class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Creates the event with dataset reference item related to the click and the chart instance
- DatasetSelectionEvent(NativeBaseEvent, DatasetReference) - Constructor for class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Creates the event with dataset reference item related to the click
- DatasetSelectionEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for chart dataset selecting.
- DatasetSeletionEventType - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Enumerates the selection event type of the
DatasetsItemsSelectorplugin. - DatasetSeletionEventType(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
-
Creates with the property value to use in the native object.
- DatasetsItemsSelector - Class in org.pepstock.charba.client.impl.plugins
-
Enables the datasets items selection directly in the canvas.
It works only for line and bar chart instances and if ZoomPlugin is disable.
It will add mouser listeners to canvas.
Tooltips will be disable to avoid events conflicts.
Overrides also the events which can be caught (only click and touchstart).
It activates also the legend click handler to avoid that all datasets will be hidden. - DatasetsItemsSelector() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
To avoid any instantiation
- DatasetsItemsSelectorDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of DEFAULT GLOBAL options of
DatasetsItemsSelector.IDplugin.
This is used to set the defaults to chart options for the plugin. - DatasetsItemsSelectorDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
-
To avoid any instantiation
- DatasetsItemsSelectorDefaultSelectionCleaner - Class in org.pepstock.charba.client.impl.plugins
-
DatasetsItemsSelector.IDplugin default options for SELECTION CLEANER element. - DatasetsItemsSelectorDefaultSelectionCleaner() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultSelectionCleaner
-
Creates an empty object.
- DatasetsItemsSelectorDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory.DatasetsItemsSelectorDefaultsOptionsFactory
-
To avoid any instantiation.
- DatasetsItemsSelectorOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
DatasetsItemsSelector.IDplugin.
It is managing:
the X axis ID the selection color the border color the border width the border dash the border dash offset flag to fire event on update flag to activate clean selection byKeyboardUiKey.ESCAPE"clear" options - DatasetsItemsSelectorOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - DatasetsItemsSelectorOptions(IsDatasetsItemsSelectorDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Builds the object using the java script object of options and the defaults, set by user.
Used internally to call the plugin. - DatasetsItemsSelectorOptions(IsDatasetsItemsSelectorDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Builds the object using the java script object of options and the defaults, set by user.
Used internally to call the plugin. - DatasetsItemsSelectorOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - DatasetsItemsSelectorOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- DatasetsItemsSelectorOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
DatasetsItemsSelector.IDplugin options by a builder. - DatasetsItemsSelectorOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
To avoid any instantiation
- DatasetsItemsSelectorOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
DatasetsItemsSelector.IDplugin. - DatasetsItemsSelectorOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsFactory
-
To avoid any instantiation.
- DatasetsItemsSelectorOptionsFactory.DatasetsItemsSelectorDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin.
- DatasetsItemsSelectorPlugin - Class in org.pepstock.charba.client.impl.plugins
-
Enables the datasets items selection directly in the canvas.
It works only for line and bar chart instances and if ZoomPlugin is disable.
It will add mouser listeners to canvas.
Tooltips will be disable to avoid events conflicts.
Overrides also the events which can be caught (only click and touchstart).
It activates also the legend click handler to avoid that all datasets will be hidden. - DatasetsItemsSelectorPlugin() - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
To avoid any instantiation
- DatasetsItemsSelectorPlugin.EscKeyEventListener - Class in org.pepstock.charba.client.impl.plugins
-
Event listener implementation to catch the
KeyboardUiKey.ESCAPEkey and then executes the reset of selection. - dataType - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- dataType - Variable in class org.pepstock.charba.client.configuration.StandardAxisType
- dataType - Variable in enum org.pepstock.charba.client.enums.ChartAxisType
- dataType - Variable in class org.pepstock.charba.client.items.DataItem
- dataType - Variable in class org.pepstock.charba.client.items.ScaleValueItem
- DataType - Enum in org.pepstock.charba.client.enums
-
Enumeration with all possible types of data set in the dataset.
- DataType(String) - Constructor for enum org.pepstock.charba.client.enums.DataType
-
Creates with the property value to use in the native object.
- DATE - org.pepstock.charba.client.enums.DataPointType
-
The data property is set a
Date. - DATE - org.pepstock.charba.client.enums.ScaleDataType
- DATE - org.pepstock.charba.client.options.Adapters.Property
- DATE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object date formatter for localization, "Intl.DateTimeFormat".
- DATE_ADAPTER - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
- DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
- DATE_STYLE - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- DATE_TIME - org.pepstock.charba.client.utils.toast.ToastItem.Property
- DATE_TIME_ADAPTER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS date time adapter.
- DATE_TIME_LIBRARY - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS date time library.
- DateAdapter - Class in org.pepstock.charba.client.adapters
-
Maps a date adapter provided by CHART.JS to manage time series.
It provides a set of methods to manage, parse and format dates and times. - DateAdapter() - Constructor for class org.pepstock.charba.client.adapters.DateAdapter
-
Creates a date adapter without any options.
- DateAdapter(DateAdapterOptions) - Constructor for class org.pepstock.charba.client.adapters.DateAdapter
-
Creates a date adapter using the options passed as argument.
- DateAdapter(ItemsEnvelop<NativeObject>, DateAdapterOptions) - Constructor for class org.pepstock.charba.client.adapters.DateAdapter
-
Creates a date adapter using the options passed as argument and the envelop where
ScaleItemis stored. - DateAdapterFormats - Class in org.pepstock.charba.client.adapters
-
Contains all date time formats that a date adapter can manage.
- DateAdapterFormats() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Creates the object with an empty native object instance.
- DateAdapterFormats(NativeObject) - Constructor for class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Creates the object with the native object to map java script properties.
- DateAdapterFormats.Property - Enum in org.pepstock.charba.client.adapters
-
Name of properties of native object.
- DateAdapterInjectionComplete - Class in org.pepstock.charba.client.resources
-
Utility object in order to notify a date adapter module that has been inject.
This object can not be instantiated out of this package to avoid that anyone will change the module status without a real injection. - DateAdapterInjectionComplete() - Constructor for class org.pepstock.charba.client.resources.DateAdapterInjectionComplete
-
To avoid any instantiation
- DateAdapterModule - Class in org.pepstock.charba.client.adapters
-
Every date adapter needs to have a module with some attributes of date adapter itself.
It provides a single point of glass on date adapter. - DateAdapterModule() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterModule
-
To avoid any instantiation
- dateAdapterOptions - Variable in class org.pepstock.charba.client.configuration.Adapters
- dateAdapterOptions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
- dateAdapterOptions - Variable in class org.pepstock.charba.client.options.ScaleDateAdapter
- DateAdapterOptions - Class in org.pepstock.charba.client.adapters
-
Simple class to map LUXON options to provide to date time adapter.
- DateAdapterOptions() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Creates the object with an empty native object instance.
- DateAdapterOptions(NativeObject, IsDefaultDateAdapterOptions) - Constructor for class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Creates the options by a native object and a default values instance.
- DateAdapterOptions.DateAdaptersOptionsFactory - Class in org.pepstock.charba.client.adapters
-
Date adapter options factory for LUXON option.
It should be use to get stored LUXON options from global, chart options and configurations. - DateAdapterOptions.Property - Enum in org.pepstock.charba.client.adapters
-
Name of properties of native object.
- DateAdaptersOptionsFactory() - Constructor for class org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
-
To avoid any instantiation
- dateAdpaterOptions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- dateOptions - Variable in class org.pepstock.charba.client.options.Adapters
- dateTime - Variable in class org.pepstock.charba.client.utils.toast.ToastItem
- DateTime(NativeObject) - Constructor for class org.pepstock.charba.client.utils.toast.ToastItem.DateTime
-
Creates the object with native object instance to be wrapped.
- DATETIME - org.pepstock.charba.client.adapters.DateAdapterFormats.Property
- DATETIME_FORMAT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object date formatter for localization, "Intl.DateTimeFormat".
- datetimeAdapter() - Method in interface org.pepstock.charba.client.resources.DeferredResourcesBundle
-
Contains text representation of CHART.JS adapter code form LUXON.
- DateTimeFormat - Class in org.pepstock.charba.client.intl
-
The object is a constructor for objects that enable language-sensitive date and time formatting.
See MDN for more details. - DateTimeFormat() - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
-
Creates object that enable language sensitive date time formatting, using the default locale.
- DateTimeFormat(CLocale) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
-
Creates object that enable language sensitive date time formatting, using the locale options.
- DateTimeFormat(CLocale, DateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormat
-
Creates object that enables language sensitive date time formatting, using the locale options and specific options.
- DateTimeFormatOptions - Class in org.pepstock.charba.client.intl
-
The object configures a date time formatter.
See MDN for more details. - DateTimeFormatOptions() - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Creates new number format options object.
- DateTimeFormatOptions(NativeObject) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Creates the object with native object instance to be wrapped.
- DateTimeFormatOptions(NativeObject, IsDefaultDateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Creates the object with native object instance to be wrapped.
- DateTimeFormatOptions.DateTimeFormatOptionsFactory - Class in org.pepstock.charba.client.intl
-
Creates a date time format options by a native object and a default values instance.
- DateTimeFormatOptions.Property - Enum in org.pepstock.charba.client.intl
-
Name of properties of native object.
- DateTimeFormatOptionsFactory() - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
-
To avoid any instantiation
- DateTimeFormatWrapper - Class in org.pepstock.charba.client.intl
-
It wraps the
NativeDateTimeFormatJavaScript object in order to format dates. - DateTimeFormatWrapper(CLocale, DateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatWrapper
-
Creates object that enables language sensitive date time formatting, using the locale options and specific options.
- DateTimeFormatWrapper.ResolvedOptions - Class in org.pepstock.charba.client.intl
-
Wrapper of a date time format options in order to be consumed by its interface, when the resolve options methods has been invoked.
Wrapper is need in order to return only the interface with "get" methods. - datetimeLibrary() - Method in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesResource
-
Contains text representation of date-time LUXON java script library code.
- datetimeLibrary() - Method in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesWithoutLibraryResource
-
Contains text representation of date-time LUXON java script library code.
- datetimeLibrary() - Method in interface org.pepstock.charba.client.resources.DeferredResourcesBundle
-
Contains text representation of date-time LUXON java script library code.
- DateTimeStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible display when the formatting, that should be displayed for the date and/or the time.
The date formatting style to use when callingAbstractFormat.format(java.lang.Object). - DateTimeStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Creates with the property value to use in the native object.
- DAWN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dawn" -
- DAY - org.pepstock.charba.client.enums.TimeUnit
-
Day time unit
- DAY - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- DAY - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the day, for example "17".
- DAY - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for day.
- DAY_PERIOD - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- DAY_PERIOD - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the day period, for example, "AM", "PM", "in the morning", or "noon".
- DAY_TRIPPER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Day Tripper" -
- DECENT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Decent" -
- DECIMAL - org.pepstock.charba.client.intl.enums.FormatPartType
-
The decimal separator string (".").
- DECIMAL - org.pepstock.charba.client.intl.enums.Style
-
For plain number formatting.
- decimation - Variable in class org.pepstock.charba.client.configuration.LineOptions
- decimation - Variable in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
- decimation - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
- decimation - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- decimation - Variable in class org.pepstock.charba.client.options.Options
- Decimation - Class in org.pepstock.charba.client.configuration
-
The configuration for
DefaultPluginId.DECIMATIONplugin. - Decimation - Class in org.pepstock.charba.client.options
-
The decimation plugin can be used with line charts to automatically decimate data at the start of the chart life cycle.
To use the decimation plugin, the following requirements must be met:
the data set must have anIndexAxis.Xthe data set must be aLineDatasetthe X axis for the data set must be either aCartesianLinearAxisorCartesianTimeAxisorCartesianTimeSeriesAxis - Decimation(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Decimation
-
Builds the object storing the root options element.
- Decimation(Plugins, Key, IsDefaultDecimation, NativeObject) - Constructor for class org.pepstock.charba.client.options.Decimation
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- DECIMATION - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to be used with line charts to automatically decimate data at the start of the chart lifecycle.
- Decimation.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- DecimationAlgorithm - Enum in org.pepstock.charba.client.enums
-
Enumerates the possible algorithm that
DefaultPluginId.DECIMATIONplugin can use for its work. - DecimationAlgorithm(String) - Constructor for enum org.pepstock.charba.client.enums.DecimationAlgorithm
-
Creates with the property value to use in the native object.
- DECORATION_WIDTH - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- DEEP_ORANGE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE" -
- DEEP_ORANGE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_ACCENT_1" -
- DEEP_ORANGE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_ACCENT_2" -
- DEEP_ORANGE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_ACCENT_3" -
- DEEP_ORANGE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_ACCENT_4" -
- DEEP_ORANGE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_DARKEN_1" -
- DEEP_ORANGE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_DARKEN_2" -
- DEEP_ORANGE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_DARKEN_3" -
- DEEP_ORANGE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_DARKEN_4" -
- DEEP_ORANGE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_1" -
- DEEP_ORANGE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_2" -
- DEEP_ORANGE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_3" -
- DEEP_ORANGE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_4" -
- DEEP_ORANGE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_ORANGE_LIGHTEN_5" -
- DEEP_PINK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "deepPink" -
- DEEP_PURPLE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE" -
- DEEP_PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Deep Purple" -
- DEEP_PURPLE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_ACCENT_1" -
- DEEP_PURPLE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_ACCENT_2" -
- DEEP_PURPLE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_ACCENT_3" -
- DEEP_PURPLE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_ACCENT_4" -
- DEEP_PURPLE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_DARKEN_1" -
- DEEP_PURPLE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_DARKEN_2" -
- DEEP_PURPLE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_DARKEN_3" -
- DEEP_PURPLE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_DARKEN_4" -
- DEEP_PURPLE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_1" -
- DEEP_PURPLE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_2" -
- DEEP_PURPLE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_3" -
- DEEP_PURPLE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_4" -
- DEEP_PURPLE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "DEEP_PURPLE_LIGHTEN_5" -
- DEEP_SEA_SPACE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Deep Sea Space" -
- DEEP_SKY_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "deepSkyBlue" -
- DEEP_SPACE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Deep Space" -
- DEFAULT - org.pepstock.charba.client.dom.enums.CursorType
-
The platform-dependent default cursor.
- DEFAULT - org.pepstock.charba.client.enums.CubicInterpolationMode
-
The 'default' algorithm uses a custom weighted cubic interpolation, which produces pleasant curves for all types of datasets.
Default. - DEFAULT - org.pepstock.charba.client.enums.DefaultTransitionMode
-
Uses to configure the animation to the default.
- DEFAULT - org.pepstock.charba.client.labels.enums.Position
-
In labels plugin is named 'default', inside the chart.
- DEFAULT - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Default toast type -
- DEFAULT - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Default toast type - Toast content
- DEFAULT_ADJUST_SCALE_RANGE - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Default annotation adjust scale range, true.
- DEFAULT_ALIGN - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default position of the label relative to the anchor point position and orientation,
Align.CENTER. - DEFAULT_ALIGN - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default selection cleaner box alignment,
Align.RIGHT. - DEFAULT_ALIGN - Static variable in class org.pepstock.charba.client.treemap.AbstractLabels
-
Default label alignment,
Align.LEFT - DEFAULT_ALIGN_TO_PIXEL - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_ALPHA - Static variable in class org.pepstock.charba.client.colors.Color
-
Default transparency is 1.0, (no transparency).
- DEFAULT_ALPHA - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default alpha of selecting/selection colors, 0.3.
- DEFAULT_ANCHOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default anchor point, which is defined by an orientation vector and a position on the data element,
Anchor.CENTER. - DEFAULT_ANIMATE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_ANIMATE_ROTATE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
- DEFAULT_ANIMATE_SCALE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
- DEFAULT_ANIMATED - Static variable in class org.pepstock.charba.client.impl.charts.ValueLabel
- DEFAULT_ANIMATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
- DEFAULT_ANIMATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
- DEFAULT_ANIMATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
- DEFAULT_ANIMATION_COLLECTION_KEYS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
- DEFAULT_ANIMATION_COLLECTION_KEYS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
- DEFAULT_ANIMATION_MODE_KEYS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- DEFAULT_ANIMATION_PROPERTIES_KEYS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
- DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
-
Default animation mode element.
- DEFAULT_ANIMATIONS - Static variable in class org.pepstock.charba.client.annotation.DefaultOptions
- DEFAULT_ANIMATIONS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
- DEFAULT_ANIMATIONS_PROPERTIES - Static variable in class org.pepstock.charba.client.annotation.DefaultOptions
- DEFAULT_ARC - Static variable in class org.pepstock.charba.client.labels.Label
-
Default to enable drawing label in arc, false.
- DEFAULT_ARGS_ARGUMENT - Static variable in class org.pepstock.charba.client.plugins.NativeHook
- DEFAULT_ASPECT_RATIO - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_AUTO_COLORS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_AUTO_COLORS_FORCE_OVERRIDE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_AUTO_HIDE - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_AUTO_INFLATE_AMOUNT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
- DEFAULT_AUTO_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLayout
- DEFAULT_AUTO_SKIP - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_AUTO_SKIP_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_AXIS_ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default X axis id,
DefaultScaleId.X. - DEFAULT_BACKDROP_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_BACKDROP_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_BACKGROUND_ALPHA - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Default transparency value for the background color, 0.5.
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation background color,
HtmlColor.TRANSPARENT. - DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label background color, rgba(0, 0, 0, 0.8).
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Default background color, "rgba(100, 100, 100, 0.7)".
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default background color,
null, and uses the background color of dataset. - DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Default background color,
HtmlColor.WHITE. - DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default background color for label, rgb(110, 112, 121).
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default background color, "rgba(225,225,225,0.3)".
- DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation background color as string,
HtmlColor.TRANSPARENT. - DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label background color as string, rgba(0, 0, 0, 0.8).
- DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Default background color as string, "rgba(100, 100, 100, 0.7)".
- DEFAULT_BACKGROUND_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default background color for label, as string, rgb(110, 112, 121).
- DEFAULT_BACKGROUND_SHADOW_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
- DEFAULT_BAR_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- DEFAULT_BAR_THICKNESS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- DEFAULT_BASE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
- DEFAULT_BEGIN_AT_ZERO - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_BODY_FONT_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_BODY_SPACING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Default box annotation border cap style,
CapStyle.BUTT. - DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout border cap style,
CapStyle.BUTT. - DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label border cap style,
CapStyle.BUTT. - DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border cap style,
CapStyle.BUTT. - DEFAULT_BORDER_CAP_STYLE - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default box annotation border cap style,
CapStyle.BUTT. - DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label background color, black.
- DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default border color,
null, and uses the border color of dataset. - DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
- DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default border color for label,
HtmlColor.TRANSPARENT. - DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default border color for area,
GwtMaterialColor.GREY_DARKEN_2. - DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default element border color,
HtmlColor.BLACK. - DEFAULT_BORDER_COLOR - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default border color, "rgb(225,225,225)".
- DEFAULT_BORDER_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label background color as string, black.
- DEFAULT_BORDER_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default border color for label, as string,
HtmlColor.TRANSPARENT. - DEFAULT_BORDER_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
- DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout border dash offset, 0.
- DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border dash offset, 0.
- DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
- DEFAULT_BORDER_DASH_OFFSET - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default border dash offset of selection area, 0.0.
- DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Default box annotation border join style,
JoinStyle.MITER. - DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout border join style,
JoinStyle.MITER. - DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label border join style,
JoinStyle.MITER. - DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border join style,
JoinStyle.MITER. - DEFAULT_BORDER_JOIN_STYLE - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default box annotation border join style,
JoinStyle.MITER. - DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Default box annotation border radius, 0.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label border radius, 6.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border radius, 6.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default border radius of labels, 0.0.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default border radius for crosshair label, value is 6.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Default border radius, 0.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Default border radius, 0.
- DEFAULT_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_BORDER_RADIUS_OBJECT - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- DEFAULT_BORDER_SHADOW_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- DEFAULT_BORDER_STYLE - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Default box annotation border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Default ellipse annotation border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation border width, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
-
Default line annotation border width, 2.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label border width, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
-
Default point annotation border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default polygon annotation border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default border width of labels, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Default border width options, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default border width for crosshair label, value is 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default border width of selection area, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Default border width, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default element border width, 1.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Default border width, 0.
- DEFAULT_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default border width, 0.
- DEFAULT_BOX_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_BOX_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- DEFAULT_BUTTON - Static variable in class org.pepstock.charba.client.dom.events.MouseEventInit
- DEFAULT_BUTTONS - Static variable in class org.pepstock.charba.client.dom.events.MouseEventInit
- DEFAULT_CANVAS_PATTERN - Static variable in class org.pepstock.charba.client.colors.Pattern
- DEFAULT_CAP_BEZIER_POINTS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
- DEFAULT_CARET_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_CARET_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_CATEGORY_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- DEFAULT_CENTER_POINT_LABELS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- DEFAULT_CHART_ARGUMENT - Static variable in class org.pepstock.charba.client.plugins.NativeHook
- DEFAULT_CIRCULAR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
- DEFAULT_CIRCULAR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- DEFAULT_CIRCUMFERENCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_CLAMP - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default to enforce the anchor position to be calculated based on the visible geometry of the associated element, false.
- DEFAULT_CLEAR_BY_ESCAPE_ENABLED - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default flag option to activate clear selection by
KeyboardUiKey.ESCAPE, true. - DEFAULT_CLIENT_X - Static variable in class org.pepstock.charba.client.dom.events.MouseEventInit
- DEFAULT_CLIENT_X - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_CLIENT_Y - Static variable in class org.pepstock.charba.client.dom.events.MouseEventInit
- DEFAULT_CLIENT_Y - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_CLIP - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default to enforce the part of the label which is outside the chart area will be masked, false.
- DEFAULT_CODE - Static variable in class org.pepstock.charba.client.dom.events.KeyboardEventInit
- DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default box label text color,
HtmlColor.WHITE. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label text color,
HtmlColor.WHITE. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label text color,
HtmlColor.WHITE. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default font color for label,
HtmlColor.WHITE. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default color for area,
GwtMaterialColor.ORANGE_LIGHTEN_3, alpha 0.3. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default element color,
HtmlColor.BLACK. - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.treemap.AbstractLabels
-
Default label color,
HtmlColor.TRANSPARENT - DEFAULT_COLOR - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default box label font color as string, rgb(255, 255, 255).
- DEFAULT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label font color as string, rgb(255, 255, 255).
- DEFAULT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label font color as string, rgb(255, 255, 255).
- DEFAULT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default font color for label, as string,
HtmlColor.WHITE. - DEFAULT_COLOR_FROM - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default starting color,
HtmlColor.RED. - DEFAULT_COLOR_TO - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default ending color,
HtmlColor.GREEN. - DEFAULT_COLORS - Static variable in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
- DEFAULT_COLORS_COLLECTION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
- DEFAULT_CONTEXT_ARGUMENT - Static variable in class org.pepstock.charba.client.callbacks.NativeCallback
- DEFAULT_CORNER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_COUNT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_CURSOR - Static variable in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
-
Default pointer cursor to use if omitted,
CursorType.POINTER. - DEFAULT_CURSOR_POINTER - Static variable in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Default cursor type when the cursor is over,
CursorType.POINTER. - DEFAULT_CUTOUT - Static variable in class org.pepstock.charba.client.configuration.PieOptions
- DEFAULT_CUTOUT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_CUTOUT_PERCENTAGE - Static variable in class org.pepstock.charba.client.configuration.DoughnutOptions
- DEFAULT_CUTOUT_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_CUTOUT_PERCENTAGE - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
- DEFAULT_CUTOUT_PERCENTAGE_AS_STRING - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
- DEFAULT_DASH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- DEFAULT_DASH_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- DEFAULT_DECORATION_WIDTH - Static variable in class org.pepstock.charba.client.items.ScaleLabelOptions
- DEFAULT_DEGREE - Static variable in class org.pepstock.charba.client.ml.PolynomialRegression
-
Default degree, 2.
- DEFAULT_DEGREE - Static variable in class org.pepstock.charba.client.ml.RobustPolynomialRegression
-
Default degree, 2.
- DEFAULT_DELAY - Static variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- DEFAULT_DESTROY_ON_DETACH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_DETAIL - Static variable in class org.pepstock.charba.client.dom.events.UIEventInit
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Default annotation display, true.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default box label display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.ArrowHeads
-
Default arrow heads display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default callout display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default visibility of labels,
Display.TRUE. - DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultTitle
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default flag if crosshair label must be showed in the chart, value is true.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Default display if legend must be showed.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default flag if selection cleaner must be showed in the chart, value is false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.treemap.Captions
-
Default captions display, true.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider display, false.
- DEFAULT_DISPLAY - Static variable in class org.pepstock.charba.client.treemap.Labels
-
Default labels display, false.
- DEFAULT_DISPLAY_COLORS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_DRAW_ACTIVE_ELEMENTS_ON_TOP - Static variable in class org.pepstock.charba.client.data.BubbleDataset
- DEFAULT_DRAW_ACTIVE_ELEMENTS_ON_TOP - Static variable in class org.pepstock.charba.client.data.LiningDataset
- DEFAULT_DRAW_ON_ATTACH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_DRAW_ON_CHART_AREA - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- DEFAULT_DRAW_TICKS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- DEFAULT_DRAW_TIME - Static variable in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Default draw time,
DrawTime.AFTER_DATASETS_DRAW. - DEFAULT_DRAW_TIME - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default draw time,
BEFORE_DATASETS_DRAW. - DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
- DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
- DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
- DEFAULT_DURATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
- DEFAULT_EMPTY_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Default empty color, rgb(234, 234, 234).
- DEFAULT_EMPTY_VALUE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Default empty color as string, rgb(234, 234, 234).
- DEFAULT_ENABLE_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBar
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultMajor
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default enabled options, true.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Default enabled options, true.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default enabled, false.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Pan
-
Default enabled, false.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Pinch
-
Default enabled, false.
- DEFAULT_ENABLED - Static variable in class org.pepstock.charba.client.zoom.Wheel
-
Default enabled, false.
- DEFAULT_ENCODER_OPTIONS - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
- DEFAULT_EVENT_POINT - Static variable in class org.pepstock.charba.client.Helpers
- DEFAULT_EVENTS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_FILL - Static variable in class org.pepstock.charba.client.annotation.ArrowHeads
-
Default fill options in order to fill the arrows, false.
- DEFAULT_FONT_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Default color of render, rgb(128, 128, 128)
- DEFAULT_FONT_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
- DEFAULT_FONT_FAMILY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFont
- DEFAULT_FONT_FAMILY - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_FONT_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFont
- DEFAULT_FONT_WEIGHT - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default box label font weight,
Weight.BOLD. - DEFAULT_FONT_WEIGHT - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label font weight,
Weight.BOLD. - DEFAULT_FOOTER_FONT_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_FOOTER_MARGIN_TOP - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_FOOTER_SPACING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_FORCE - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_FORMULA_PRECISION - Static variable in class org.pepstock.charba.client.ml.BaseRegression
-
Default precision to get the formula, 2.
- DEFAULT_FROM - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- DEFAULT_FROM - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
- DEFAULT_FROM_AS_BOOLEAN - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- DEFAULT_FROM_AS_STRING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- DEFAULT_FULL_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultTitle
- DEFAULT_FULL_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- DEFAULT_GRACE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_GRACE_AS_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_GRATICULE_BORDER_COLOR - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Default graticule border color options, "#CCCCCC".
- DEFAULT_GRATICULE_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Default graticule border width options, 0.
- DEFAULT_GROUPED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- DEFAULT_HAS_OPTIONS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
- DEFAULT_HEIGHT - Static variable in class org.pepstock.charba.client.AbstractChart
- DEFAULT_HEIGHT - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_HEIGHT - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Default height, in pixels, 20.0.
- DEFAULT_HIDDEN - Static variable in class org.pepstock.charba.client.data.Dataset
- DEFAULT_HIDE_PROGRESS_BAR - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_HIDE_SHADOW - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_HIT_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- DEFAULT_HOVER_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- DEFAULT_HOVER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- DEFAULT_HTML_TEXT - Static variable in class org.pepstock.charba.client.items.LegendTextHandler
- DEFAULT_ID - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_IMAGE - Static variable in class org.pepstock.charba.client.colors.Pattern
- DEFAULT_INCLUDE_BOUNDS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_INCLUDE_INVISIBLE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- DEFAULT_INDICATOR_WIDTH - Static variable in class org.pepstock.charba.client.geo.Legend
-
Default indicator width options, 10.
- DEFAULT_INSTANCE - Static variable in class org.pepstock.charba.client.dom.events.EventInit
- DEFAULT_INSTANCE - Static variable in class org.pepstock.charba.client.dom.events.KeyboardEventInit
- DEFAULT_INSTANCE - Static variable in class org.pepstock.charba.client.dom.events.MouseEventInit
- DEFAULT_INSTANCE - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_INSTANCE - Static variable in class org.pepstock.charba.client.dom.events.TouchEventInit
- DEFAULT_INTERACTION - Static variable in class org.pepstock.charba.client.AbstractChart
- DEFAULT_INTERNAL_PREFIX_ID - Static variable in class org.pepstock.charba.client.commons.IncrementalIdHandler
- DEFAULT_INTERSECT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- DEFAULT_IS_PRIMARY - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_KEY - Static variable in class org.pepstock.charba.client.dom.events.KeyboardEventInit
- DEFAULT_LABEL - Static variable in class org.pepstock.charba.client.data.BarDataset
- DEFAULT_LABEL - Static variable in class org.pepstock.charba.client.data.LiningDataset
- DEFAULT_LABEL - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default label for selection cleaner element, value is "Reset selection".
- DEFAULT_LABEL_COLOR - Static variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- DEFAULT_LABEL_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_LABEL_POINT_STYLE - Static variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- DEFAULT_LENGTH - Static variable in class org.pepstock.charba.client.annotation.ArrowHeads
-
Default amount of pixels to define the length of the arrow heads, 12.
- DEFAULT_LENGTH - Static variable in class org.pepstock.charba.client.geo.Legend
-
Default length options, 100.
- DEFAULT_LINE_CAP - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Default to determine the shape used to draw the end points of lines,
CapStyle.ROUND. - DEFAULT_LINE_CAP_STYLE - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider capstyle,
CapStyle.BUTT - DEFAULT_LINE_COLOR - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line color,
HtmlColor.LIGHT_GRAY. - DEFAULT_LINE_COLOR - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider color,
HtmlColor.BLACK - DEFAULT_LINE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line color as string,
HtmlColor.LIGHT_GRAY. - DEFAULT_LINE_DASH - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line dash, [2, 2].
- DEFAULT_LINE_DASH_OFFSET - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line dash offset, 0.0.
- DEFAULT_LINE_DASH_OFFSET - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider dash offset, 0.0.
- DEFAULT_LINE_HEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFont
- DEFAULT_LINE_HEIGHT_STRING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFont
- DEFAULT_LINE_JOIN - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Default to determine the shape used to join two line segments where they meet,
JoinStyle.ROUND. - DEFAULT_LINE_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- DEFAULT_LINE_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- DEFAULT_LINE_WIDTH - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default line width, 1.
- DEFAULT_LINE_WIDTH - Static variable in class org.pepstock.charba.client.treemap.Dividers
-
Default divider width, 0.
- DEFAULT_LOCALE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- DEFAULT_LOCATION - Static variable in class org.pepstock.charba.client.dom.events.KeyboardEventInit
- DEFAULT_LOOP - Static variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- DEFAULT_MAINTAIN_ASPECT_RATIO - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_MARGIN - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default amount of pixels between the label and the callout separator, 5.
- DEFAULT_MARGIN - Static variable in class org.pepstock.charba.client.geo.Legend
-
Default margin options, 8.
- DEFAULT_MARGIN - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default margin from canvas for selection cleaner element, value is 2.
- DEFAULT_MAX - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_MAX - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Default of maximum value of data in the a dataset (percentage based), 100.0.
- DEFAULT_MAX_BAR_THICKNESS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- DEFAULT_MAX_HEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- DEFAULT_MAX_ROTATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_MAX_TICKS_LIMIT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_MAX_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- DEFAULT_MAXIMUM_LEGEND_COLUMNS - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Default maximum legends columns to show.
- DEFAULT_MAXIMUM_RANGE - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Default maximum range options, 20.
- DEFAULT_MAXIMUM_SIGNIFICANT_DIGITS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- DEFAULT_MAXIMUM_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Default maximum value is 100.0.
- DEFAULT_MIN - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_MIN_BAR_LENGTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- DEFAULT_MIN_ROTATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_MINIMUM_INTEGER_DIGITS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- DEFAULT_MINIMUM_RANGE - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Default minimum range options, 2.
- DEFAULT_MINIMUM_SIGNIFICANT_DIGITS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- DEFAULT_MIRROR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_MISSING_COLOR - Static variable in class org.pepstock.charba.client.geo.ColorAxis
-
Default missing color options,
HtmlColor.TRANSPARENT. - DEFAULT_MISSING_RADIUS - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Default missing radius options, 1.0.
- DEFAULT_MODE - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Default interaction axis mode,
InteractionAxis.XY. - DEFAULT_MODE - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Default mode directions,
Mode.XY. - DEFAULT_MULTI_KEY_BACKGROUND - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_NODE_WIDTH - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
-
Default element width, 10.
- DEFAULT_NORMALIZED - Static variable in class org.pepstock.charba.client.data.Dataset
- DEFAULT_NUMBERING_SYSTEM - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.colors.GradientColor
- DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default distance (in pixels) to pull the label away from the anchor point, 4.
- DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
- DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- DEFAULT_OFFSET - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_OFFSET_AFTER_AUTOSKIP - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_OFFSET_START - Static variable in class org.pepstock.charba.client.colors.GradientColor
-
Offset 0 defined as default start.
- DEFAULT_OFFSET_STOP - Static variable in class org.pepstock.charba.client.colors.GradientColor
-
Offset 1 defined as default stop.
- DEFAULT_OPACITY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default opacity, 1.0.
- DEFAULT_OPTIONS - Static variable in class org.pepstock.charba.client.interaction.AbstractNativeInteractioner
- DEFAULT_OPTIONS_ARGUMENT - Static variable in class org.pepstock.charba.client.plugins.NativeHook
- DEFAULT_ORDER - Static variable in class org.pepstock.charba.client.data.OrderHandler
- DEFAULT_OUTLINE_BORDER_WIDTH - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Default outline border width options, 0.
- DEFAULT_OUTPUT_CALENDAR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- DEFAULT_OUTSIDE_PADDING - Static variable in class org.pepstock.charba.client.labels.Label
-
Default padding when position is
Position.OUTSIDE, 2. - DEFAULT_OVER_SCALE_MODE - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Default mode directions, when over the scale,
Mode.XY. - DEFAULT_OVERFLOW - Static variable in class org.pepstock.charba.client.treemap.Labels
-
Default labels overflow,
Overflow.CUT. - DEFAULT_OVERLAP - Static variable in class org.pepstock.charba.client.labels.Label
-
Default to enable drawing label even it's overlap, true.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default box label padding, 6.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.annotation.elements.BaseElement.InnerPaddingItem
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label padding, 6.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label padding, 6.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.datalabels.Padding
-
Default padding, 4.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLayout
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultSubtitle
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTitle
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.geo.ProjectionAxisMapper
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Default padding for crosshair label, value is 6.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default padding for selection cleaner element, value is 4.
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.items.PaddingItem
- DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.treemap.AbstractLabels
-
Default label padding, 3
- DEFAULT_PADDING_FOR_CALLBACK - Static variable in class org.pepstock.charba.client.callbacks.ScriptableUtil
- DEFAULT_PAGE_X - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_PAGE_Y - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_PARSING - Static variable in class org.pepstock.charba.client.data.Dataset
- DEFAULT_POINT_STYLE_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- DEFAULT_POINTER_TYPE - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label position,
LabelPosition.CENTER. - DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default selection cleaner box position,
Position.BOTTOM. - DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.labels.Label
-
Default position to draw label,
Position.DEFAULT. - DEFAULT_POSITION - Static variable in class org.pepstock.charba.client.treemap.Labels
-
Default labels position,
Position.MIDDLE. - DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
-
Default precision, 1.
- DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Default precision, 2.
- DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Default precision 2 to apply rendering the value or percentage.
- DEFAULT_PRECISION - Static variable in class org.pepstock.charba.client.labels.Label
-
Default the precision for percentage, 0.
- DEFAULT_PRESSURE - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_PROGRESS_BAR_HEIGHT - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_PROGRESS_BAR_TYPE - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_PROPAGATE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultFiller
- DEFAULT_PROPERTIES - Static variable in class org.pepstock.charba.client.annotation.DefaultOptions
- DEFAULT_QUANTIZE - Static variable in class org.pepstock.charba.client.geo.ColorAxis
-
Default quantize options, 0.
- DEFAULT_R - Static variable in class org.pepstock.charba.client.data.DataPoint
- DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
-
Default point annotation radius, 10.0.
- DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default polygon annotation radius, 10.0.
- DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- DEFAULT_RADIUS - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
- DEFAULT_RADIUS_PERCENTAGE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_RADIUS_X - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_RADIUS_Y - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_RANGE - Static variable in class org.pepstock.charba.client.geo.SizeAxis
- DEFAULT_RENDER - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default selection cleaner rendering,
Render.IMAGE_LABEL. - DEFAULT_RENDER - Static variable in class org.pepstock.charba.client.labels.Label
-
Default rendering (what data must be showed),
Render.VALUE. - DEFAULT_RESIZE_DELAY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_RESPONSIVE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_REVERSE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- DEFAULT_REVERSE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_REVERSE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Default the order of the colors in the selected scheme is reversed, false.
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Default annotation rotation, 0.0.
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default box label rotation, 0.0.
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label rotation, 0.0.
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default clockwise rotation angle (in degrees) of the label, 0.0.
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- DEFAULT_ROTATION - Static variable in class org.pepstock.charba.client.items.ScaleLabelOptions
- DEFAULT_ROTATION_ANGLE - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_RTL - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- DEFAULT_RTL - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_RTL - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Default right-to-left, false.
- DEFAULT_SAMPLES - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- DEFAULT_SCALE_MODE - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Default mode directions for the scale,
Mode.XY. - DEFAULT_SCHEME - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Default color scheme,
BrewerScheme.PAIRED12. - DEFAULT_SCHEME_CATEGORY - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Default category when new color scheme has been created on top of the available schemes, "custom".
- DEFAULT_SCHEME_SCOPE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Default color scheme scope (for bar and bubble charts),
SchemeScope.DATASET. - DEFAULT_SCREEN_X - Static variable in class org.pepstock.charba.client.dom.events.MouseEventInit
- DEFAULT_SCREEN_X - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_SCREEN_Y - Static variable in class org.pepstock.charba.client.dom.events.MouseEventInit
- DEFAULT_SCREEN_Y - Static variable in class org.pepstock.charba.client.dom.events.TouchInit
- DEFAULT_SHADOW_BLUR - Static variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- DEFAULT_SHADOW_BLUR - Static variable in class org.pepstock.charba.client.labels.Label
-
Default text shadow intensity, 6.
- DEFAULT_SHADOW_COLOR - Static variable in class org.pepstock.charba.client.labels.Label
-
Default text shadow color, "rgba(0,0,0,0.3)".
- DEFAULT_SHADOW_OFFSET_X - Static variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- DEFAULT_SHADOW_OFFSET_X - Static variable in class org.pepstock.charba.client.labels.Label
-
Default text shadow X offset, 3.
- DEFAULT_SHADOW_OFFSET_Y - Static variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- DEFAULT_SHADOW_OFFSET_Y - Static variable in class org.pepstock.charba.client.labels.Label
-
Default text shadow Y offset, 3.
- DEFAULT_SHAPE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Default the shape,
Shape.SQUARE. - DEFAULT_SHAPE_COLOR - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Default shape color, "rgba(255, 255, 255, 0.8)".
- DEFAULT_SHAPE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Default shape color as string, "rgba(255, 255, 255, 0.8)".
- DEFAULT_SHOW_ACTUAL_PERCENTAGES - Static variable in class org.pepstock.charba.client.labels.Label
-
Default to enable showing the real calculated percentages from the values, false.
- DEFAULT_SHOW_LABEL_BACKDROP - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_SHOW_LINE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_SHOW_LINE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- DEFAULT_SHOW_LINE - Static variable in class org.pepstock.charba.client.geo.CommonOptionsHandler
- DEFAULT_SHOW_ZERO - Static variable in class org.pepstock.charba.client.labels.Label
-
Default to enable whether or not labels of value 0 are displayed, false.
- DEFAULT_SIDE - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default width of the starter line of callout pointer, 5.
- DEFAULT_SIDES - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Default polygon annotation sides, 3.
- DEFAULT_SINGLE_STACKED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_SIZE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Default tile size, 20.
- DEFAULT_SKIP_NULL - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_SPACING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
- DEFAULT_SPACING - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default spacing between label and image for selection cleaner element, value is 3.
- DEFAULT_SPACING - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Default spacing, 0.5.
- DEFAULT_SPAN_GAPS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- DEFAULT_SPEED - Static variable in class org.pepstock.charba.client.zoom.Wheel
-
Default speed, 0.1.
- DEFAULT_STACK - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_STACK_WEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_STACKED - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_STACKED - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
- DEFAULT_START - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default the separator dimension in pixels to use as starting point for callout pointer,
Undefined.INTEGER. - DEFAULT_START_ANGLE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_START_AS_PERCENTAGE - Static variable in class org.pepstock.charba.client.annotation.Callout
-
Default the percentage of the separator dimension to use as starting point for callout pointer, 0.5.
- DEFAULT_STEP_SIZE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_STRIKE_THROUGH - Static variable in class org.pepstock.charba.client.items.ScaleLabelOptions
- DEFAULT_SUGGESTED_MAX - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_SUGGESTED_MIN - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_TENSION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLine
- DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default text align for labels,
TextAlign.START. - DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default text align for labels,
TextAlign.CENTER. - DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default text align for labels,
TextAlign.CENTER. - DEFAULT_TEXT_ALIGN - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default text alignment being used when drawing the label text,
TextAlign.START. - DEFAULT_TEXT_MARGIN - Static variable in class org.pepstock.charba.client.labels.Label
-
Default the margin of text when position is
Position.OUTSIDEorPosition.BORDER, 2. - DEFAULT_TEXT_SHADOW - Static variable in class org.pepstock.charba.client.labels.Label
-
Default to enable if draws text shadows under labels, false.
- DEFAULT_TEXT_SHADOW_BLUR - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default text shadow blur, 0.0.
- DEFAULT_TEXT_STROKE_COLOR - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation text stroke color,
HtmlColor.TRANSPARENT. - DEFAULT_TEXT_STROKE_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_TEXT_STROKE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation text stroke color as string,
HtmlColor.TRANSPARENT. - DEFAULT_TEXT_STROKE_WIDTH - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Default label annotation text stroke width, 0.
- DEFAULT_TEXT_STROKE_WIDTH - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Default text stroke width, 0.
- DEFAULT_TEXT_STROKE_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_THRESHOLD - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- DEFAULT_THRESHOLD - Static variable in class org.pepstock.charba.client.zoom.Drag
-
Default threshold, 0.0.
- DEFAULT_THRESHOLD - Static variable in class org.pepstock.charba.client.zoom.Pan
-
Default threshold, 10.0.
- DEFAULT_TICK_MARK_LENGTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- DEFAULT_TILT_X - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_TILT_Y - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_TIMEOUT - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_TITLE_FONT_COLOR - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_TITLE_MARGIN_BOTTOM - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_TITLE_SPACING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_TO - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- DEFAULT_TO_AS_BOOLEAN - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- DEFAULT_TO_AS_STRING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- DEFAULT_TREE_LEAF_KEY - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Default tree leaf node key, "_leaf".
- DEFAULT_TYPE - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_UNDERLINE - Static variable in class org.pepstock.charba.client.items.ScaleLabelOptions
- DEFAULT_USE_BORDER_RADIUS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- DEFAULT_USE_GROUPING - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- DEFAULT_USE_POINT_STYLE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- DEFAULT_USE_POINT_STYLE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- DEFAULT_USE_SELECTION_STYLE - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Default flag if selection cleaner will use selection area style, value is false.
- DEFAULT_VALUE - Static variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
-
Default value for relative dataset index,
AbsoluteDatasetIndexFill.DEFAULT_VALUE_AS_INTas string. - DEFAULT_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.Threshold
-
Default value,
Double.MAX_VALUE. - DEFAULT_VALUE - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
- DEFAULT_VALUE - Static variable in class org.pepstock.charba.client.items.FillBaseline
-
Default baseline value, 0.0.
- DEFAULT_VALUE_AS_INT - Static variable in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
-
Default value for absolute dataset index, 0.
- DEFAULT_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Default value color, rgb(140, 214, 16).
- DEFAULT_VALUE_COLOR - Static variable in class org.pepstock.charba.client.impl.charts.Threshold
-
Default color value,
DefaultThreshold.NORMAL. - DEFAULT_VALUE_COLOR_AS_STRING - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Default value color as string, rgb(140, 214, 16).
- DEFAULT_VALUES - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
- DEFAULT_WEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultArc
- DEFAULT_WEIGHT - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.AbstractChart
- DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.annotation.ArrowHeads
-
Default amount of pixels to define the width of the arrow heads, 6.
- DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.dom.events.PointerEventInit
- DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.geo.Legend
-
Default width options, 50.
- DEFAULT_WIDTH - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
-
Default width, in pixels, 20.0.
- DEFAULT_X - Static variable in class org.pepstock.charba.client.data.AbstractXYDataPoint
- DEFAULT_X_ADJUST - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default box label X adjust, 0.0.
- DEFAULT_X_ADJUST - Static variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Default annotation X adjust, 0.0.
- DEFAULT_X_ADJUST - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label X adjust, 0.0.
- DEFAULT_X_FOR_BAR_AND_LINE_OPTIONS - Static variable in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for X scale defined in the chart defaults for
ChartType.BARandChartType.LINE. - DEFAULT_X_PERCENTAGE - Static variable in class org.pepstock.charba.client.annotation.ControlPoint
-
Default of X value as percentage, 0.0
- DEFAULT_X_PERCENTAGE_STRING - Static variable in class org.pepstock.charba.client.annotation.ControlPoint
- DEFAULT_Y - Static variable in class org.pepstock.charba.client.data.AbstractXYDataPoint
- DEFAULT_Y_ADJUST - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Default box label Y adjust, 0.0.
- DEFAULT_Y_ADJUST - Static variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Default annotation Y adjust, 0.0.
- DEFAULT_Y_ADJUST - Static variable in class org.pepstock.charba.client.annotation.LineLabel
-
Default line label Y adjust, 0.0.
- DEFAULT_Y_FOR_BAR_AND_LINE_OPTIONS - Static variable in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for Y scale defined in the chart defaults for
ChartType.BARandChartType.LINE. - DEFAULT_Y_PERCENTAGE - Static variable in class org.pepstock.charba.client.annotation.ControlPoint
-
Default of Y value as percentage, -0.5
- DEFAULT_Y_PERCENTAGE_STRING - Static variable in class org.pepstock.charba.client.annotation.ControlPoint
- DEFAULT_Z - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Default annotation Z, 0.
- DEFAULT_Z - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- DEFAULT_Z - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- DEFAULT_Z - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- DEFAULT_ZONE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- DefaultAbstractNode() - Constructor for class org.pepstock.charba.client.commons.PropertyHandler.DefaultAbstractNode
-
Creates an empty
AbstractNode. - DefaultActionsValues(ImmutableToastOptions.DefaultLabelValues) - Constructor for class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
-
To avoid any instantiation
- DefaultAdapters - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ADPATERS element.
- DefaultAdapters() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAdapters
-
To avoid any instantiation
- DefaultAlignPosition - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin align position DEFAULTS options. - DefaultAlignPosition() - Constructor for class org.pepstock.charba.client.annotation.DefaultAlignPosition
-
To avoid any instantiation
- DefaultAngleLines - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANGLELINES element.
- DefaultAngleLines() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
-
To avoid any instantiation
- DefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANIMATION element.
- DefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimation
-
To avoid any instantiation
- DefaultAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for animation collection.
- DefaultAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- DefaultAnimationCollectionKey - Enum in org.pepstock.charba.client.enums
-
Cores animation collections names provided out of the box by CHART.JS.
- DefaultAnimationCollectionKey(String) - Constructor for enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Creates with the property value to use in the native object.
- DefaultAnimationPropertyKey - Enum in org.pepstock.charba.client.enums
-
Cores animation properties, to use to animate, provided out of the box by CHART.JS.
- DefaultAnimationPropertyKey(String) - Constructor for enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Creates with the property value to use in the native object.
- DefaultAnimations - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANIMATION element.
- DefaultAnimations() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimations
-
To avoid any instantiation
- DefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for animation collection.
- DefaultAnimationTransition() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
-
To avoid any instantiation
- DefaultAnnotationAnimationCollection() - Constructor for class org.pepstock.charba.client.annotation.DefaultOptions.DefaultAnnotationAnimationCollection
-
To avoid any instantiation
- DefaultAnnotationAnimations() - Constructor for class org.pepstock.charba.client.annotation.DefaultOptions.DefaultAnnotationAnimations
-
To avoid any instantiation
- DefaultArc - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ARC element.
- DefaultArc() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultArc
-
Creates a default arc
- DefaultArrow - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LINE annotation ARROWHEADS options. - DefaultArrow() - Constructor for class org.pepstock.charba.client.annotation.DefaultArrow
-
To avoid any instantiation
- DefaultArrowHeads - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LINE annotation ARROWHEADS options. - DefaultArrowHeads() - Constructor for class org.pepstock.charba.client.annotation.DefaultArrowHeads
-
To avoid any instantiation
- defaultBackgroundColor - Variable in class org.pepstock.charba.client.annotation.BackgroundColorHandler
- DefaultBar - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for BAR element.
- DefaultBar() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultBar
-
To avoid any instantiation
- DefaultBaseFormatOptions - Class in org.pepstock.charba.client.defaults.globals
-
INTL default values for locale matcher options for internationalization.
- DefaultBaseFormatOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
-
To avoid any instantiation
- DefaultBox - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin BOX annotation DEFAULTS options. - DefaultBox() - Constructor for class org.pepstock.charba.client.annotation.DefaultBox
-
To avoid any instantiation
- DefaultBoxLabel - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL of BOX annotation DEFAULTS options. - DefaultBoxLabel() - Constructor for class org.pepstock.charba.client.annotation.DefaultBoxLabel
-
To avoid any instantiation
- DefaultBoxLabel.InternalFont - Class in org.pepstock.charba.client.annotation
-
Internal class extending
DefaultRoutedFontto override some defaults for body. - DefaultCallout - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin CALLOUT of LABEL annotation DEFAULTS options. - DefaultCallout() - Constructor for class org.pepstock.charba.client.annotation.DefaultCallout
-
To avoid any instantiation
- DefaultChartAdapters - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for adapters option element, based on chart type.
- DefaultChartAdapters(Adapters) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
-
Creates the object by adapter option element instance.
- DefaultChartAngleLines - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for angle lines option element, based on chart type.
- DefaultChartAngleLines(AngleLines) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
-
Creates the object by angle lines option element instance.
- DefaultChartAnimation - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for animation option element, based on chart type.
- DefaultChartAnimation(IsDefaultAnimation) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
-
Creates the object by animation option element instance.
- DefaultChartAnimationCollection - Class in org.pepstock.charba.client.defaults.chart
-
CHART.JS default values for animation collection.
- DefaultChartAnimationCollection(IsDefaultAnimationCollection) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
-
Creates a default animation collection.
- DefaultChartAnimations - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for animations option element, based on chart type.
- DefaultChartAnimations(IsDefaultAnimations) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
-
Creates the object by animations option element instance.
- DefaultChartAnimationTransition - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for property animation option element.
- DefaultChartAnimationTransition(IsDefaultAnimationTransition) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
-
Creates the object wrapping a base animation instance.
- DefaultChartArc - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for arc option element, based on chart type.
- DefaultChartArc(IsDefaultArc) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartArc
-
Creates the object by arc option element instance.
- DefaultChartBar - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for bar option element, based on chart type.
- DefaultChartBar(IsDefaultBar) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartBar
-
Creates the object by bar option element instance.
- DefaultChartDatasets - Class in org.pepstock.charba.client.defaults.chart
-
CHART.JS default values for DATASETS element.
- DefaultChartDatasets(IsDefaultDatasets) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
-
Creates the object by datasets option element instance.
- DefaultChartDateAdapterOptions - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for date adapters option element, based on chart type.
- DefaultChartDateAdapterOptions(IsDefaultDateAdapterOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
-
Creates the object by date adapter option element instance.
- DefaultChartDecimation - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for decimation plugin option element, based on chart type.
- DefaultChartDecimation(IsDefaultDecimation) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
-
Creates the object by decimation plugin option element instance.
- DefaultChartElements - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for elements option element, based on chart type.
- DefaultChartElements(IsDefaultElements) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartElements
-
Creates the object by elements option element instance.
- DefaultChartFiller - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for filler plugin option element, based on chart type.
- DefaultChartFiller(IsDefaultFiller) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
-
Creates the object by filler plugin option element instance.
- DefaultChartFont - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for font option element, based on chart type.
- DefaultChartFont(IsDefaultFont) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartFont
-
Creates the object by font option element instance.
- DefaultChartGrid - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for grid option element, based on chart type.
- DefaultChartGrid(Grid) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
-
Creates the object by grid option element instance.
- DefaultChartHover - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for hover option element, based on chart type.
- DefaultChartHover(IsDefaultInteraction) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartHover
-
Creates the object by hover option element instance.
- DefaultChartInteraction - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for interaction option element, based on chart type.
- DefaultChartInteraction(IsDefaultInteraction) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
-
Creates the object by interaction option element instance.
- DefaultChartLayout - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for layout option element, based on chart type.
- DefaultChartLayout(IsDefaultLayout) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
-
Creates the object by layout option element instance.
- DefaultChartLegend - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for legend option element, based on chart type.
- DefaultChartLegend(IsDefaultLegend) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
-
Creates the object by legend option element instance.
- DefaultChartLegendLabels - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for legend labels option element, based on chart type.
- DefaultChartLegendLabels(IsDefaultLegendLabels) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
-
Creates the object by legend labels option element instance.
- DefaultChartLegendTitle - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for legend title option element, based on chart type.
- DefaultChartLegendTitle(IsDefaultLegendTitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
-
Creates the object by legend title option element instance.
- DefaultChartLine - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for line option element, based on chart type.
- DefaultChartLine(IsDefaultLine) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartLine
-
Creates the object by line option element instance.
- defaultChartOptions - Variable in class org.pepstock.charba.client.AbstractChart
- DefaultChartOptions - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for options element, based on chart type.
- DefaultChartOptions(ChartEnvelop<ExtendedOptions>) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
Creates the default by an extended options instance, which represents the whole options of a chart.
- DefaultChartOptions(ChartOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
Creates the default by a chart options instance, which represents the global options of a chart.
- DefaultChartOptions(ScaledOptions, Type) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
-
Creates the default by a scaled options element instance.
- DefaultChartPadding - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for padding option element, based on chart type.
- DefaultChartPadding(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPadding
-
Creates the object by padding option element instance.
- DefaultChartPlugins - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for plugins options, based on chart type.
- DefaultChartPlugins(IsDefaultPlugins) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
-
Creates the object by plugins option element instance.
- DefaultChartPoint - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for point option element, based on chart type.
- DefaultChartPoint(IsDefaultPoint) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
-
Creates the object by point option element instance.
- DefaultChartPointLabels - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for point labels option element, based on chart type.
- DefaultChartPointLabels(PointLabels) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
-
Creates the object by point labels option element instance.
- DefaultChartScale - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for scale/axis option element, based on chart type.
- DefaultChartScale(Scale) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScale
-
Creates the object by scale option element instance.
- DefaultChartScaleBorder - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for scale border option element, based on chart type.
- DefaultChartScaleBorder(ScaleBorder) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScaleBorder
-
Creates the object by scale border option element instance.
- DefaultChartScales - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for scales/axes option element, based on chart type.
- DefaultChartScales(Scales) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
Creates the object by scales option element instance.
- DefaultChartScaleTitle - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for scale title option element, based on chart type.
- DefaultChartScaleTitle(ScaleTitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
-
Creates the object by scale title option element instance.
- DefaultChartSubtitle - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for subtitle option element, based on chart type.
- DefaultChartSubtitle(IsDefaultSubtitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartSubtitle
-
Creates the object by subtitle option element instance.
- DefaultChartTicks - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for ticks option element, based on chart type.
- DefaultChartTicks(Ticks) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
-
Creates the object by ticks option element instance.
- DefaultChartTime - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for time option element, based on chart type.
- DefaultChartTime(Time) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTime
-
Creates the object by time option element instance.
- DefaultChartTitle - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for title option element, based on chart type.
- DefaultChartTitle(IsDefaultTitle) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTitle
-
Creates the object by title option element instance.
- DefaultChartTooltips - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for tooltips option element, based on chart type.
- DefaultChartTooltips(IsDefaultTooltips) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
-
Creates the object by tooltip option element instance.
- DefaultChartTransitions - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for transitions option element, based on chart type.
- DefaultChartTransitions(IsDefaultTransitions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
-
Creates the object by transitions option element instance.
- DefaultChartTypedDatasets - Class in org.pepstock.charba.client.defaults.chart
-
Default values for DATASETS element for a specific
Type. - DefaultChartTypedDatasets(IsDefaultTypedDataset) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
-
Creates the object by typed data set option element instance.
- DefaultDatasets - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for DATASETS element.
- DefaultDatasets() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultDatasets
-
To avoid any instantiation
- DefaultDateAdapterOptions - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for DATE ADPATER options element.
- DefaultDateAdapterOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
-
To avoid any instantiation
- DefaultDateTimeFormatOptions - Class in org.pepstock.charba.client.defaults.globals
-
INTL default values for number format options for internationalization.
- DefaultDateTimeFormatOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
To avoid any instantiation
- DefaultDecimation - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for DECIMATION plugin element.
- DefaultDecimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultDecimation
-
To avoid any instantiation
- DefaultDrag - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options for DRAG element, in order to style the drag area.
It contains all default values for DRAG. - DefaultDrag() - Constructor for class org.pepstock.charba.client.zoom.DefaultDrag
-
Creates an empty object.
- DefaultElements - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ELEMENTS element.
- DefaultElements() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultElements
-
Creates the object using inner default elements.
- DefaultElements(IsDefaultArc, IsDefaultLine, IsDefaultPoint, IsDefaultBar) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultElements
-
Creates the object using the inner elements are arguments.
- DefaultEllipse - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin ELLIPSE annotation DEFAULTS options. - DefaultEllipse() - Constructor for class org.pepstock.charba.client.annotation.DefaultEllipse
-
To avoid any instantiation
- DefaultEllipseLabel - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL of ELLIPSE annotation DEFAULTS options. - DefaultEllipseLabel() - Constructor for class org.pepstock.charba.client.annotation.DefaultEllipseLabel
-
To avoid any instantiation
- DefaultEvents - Class in org.pepstock.charba.client.enums
-
The events option defines the default browser events that the chart, legend, tooltip or plugins should listen to.
- DefaultEvents() - Constructor for class org.pepstock.charba.client.enums.DefaultEvents
-
To avoid any instantiation.
- DefaultFiller - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for FILLER plugin element.
- DefaultFiller() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultFiller
-
To avoid any instantiation
- DefaultFont - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for font items.
- DefaultFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultFont
-
To avoid any instantiation
- defaultFormats - Variable in class org.pepstock.charba.client.options.DisplayFormats
- DefaultGlobalOptions - Class in org.pepstock.charba.client.defaults.chart
-
Defaults for options element, using the defualt global options.
THIS IS THE ROOT OF ALL ELEMENTS DEFAULTS. - DefaultGlobalOptions(GlobalOptions) - Constructor for class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
-
Creates the object by global options and defaults scaled options
- DefaultGrid - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for GRID element.
- DefaultGrid(DefaultScale) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultGrid
-
To avoid any instantiation
- DefaultHover - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for HOVER element.
- DefaultHover() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultHover
-
To avoid any instantiation
- DefaultInteraction - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin DEFAULTS for interaction options. - DefaultInteraction - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for INTERACTION element.
- DefaultInteraction() - Constructor for class org.pepstock.charba.client.annotation.DefaultInteraction
-
To avoid any instantiation
- DefaultInteraction() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultInteraction
-
To avoid any instantiation
- DefaultInteractioner - Class in org.pepstock.charba.client.interaction
-
Maps a default interaction mode implementation, using the java script implementation provided by CHART.JS.
- DefaultInteractioner(DefaultInteractionMode, ExtendedInteraction) - Constructor for class org.pepstock.charba.client.interaction.DefaultInteractioner
-
Creates the interactioner passing the DEFAULT interaction mode instance as argument.
- DefaultInteractionMode - Enum in org.pepstock.charba.client.enums
-
When configuring interaction with the graph via hover or tooltips, a number of different modes are available to set which elements appear via tooltip or hover.
- DefaultInteractionMode(String) - Constructor for enum org.pepstock.charba.client.enums.DefaultInteractionMode
-
Creates with the property value to use in the native object.
- DefaultLabel - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL annotation DEFAULTS options. - DefaultLabel - Class in org.pepstock.charba.client.labels
-
It implements default global options if there are and provides all default values for
LabelsPlugin.IDplugin. - DefaultLabel() - Constructor for class org.pepstock.charba.client.annotation.DefaultLabel
-
To avoid any instantiation
- DefaultLabel() - Constructor for class org.pepstock.charba.client.labels.DefaultLabel
-
Creates an empty options without any default global options.
- DefaultLabels - Class in org.pepstock.charba.client.datalabels
-
DataLabelsPlugin.IDplugin default options for LABELS element.
It contains all default values for LABELS. - DefaultLabels() - Constructor for class org.pepstock.charba.client.datalabels.DefaultLabels
-
To avoid any instantiation
- DefaultLabelValues() - Constructor for class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultLabelValues
-
To avoid any instantiation
- DefaultLayout - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LAYOUT element.
- DefaultLayout() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLayout
-
To avoid any instantiation
- DefaultLegend - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LEGEND element.
- DefaultLegend() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLegend
-
To avoid any instantiation
- DefaultLegendLabels - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LEGENDLABELS element.
- DefaultLegendLabels() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
-
To avoid any instantiation
- DefaultLegendTitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LEGENDTITLE element.
- DefaultLegendTitle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
-
To avoid any instantiation
- DefaultLimits - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options for limits elements. - DefaultLimits() - Constructor for class org.pepstock.charba.client.zoom.DefaultLimits
-
Creates an empty object.
- DefaultLine - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LINE annotation DEFAULTS options. - DefaultLine - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LINE element.
- DefaultLine() - Constructor for class org.pepstock.charba.client.annotation.DefaultLine
-
To avoid any instantiation
- DefaultLine() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultLine
-
To avoid any instantiation
- DefaultLineLabel - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL of LINE annotation DEFAULTS options. - DefaultLineLabel() - Constructor for class org.pepstock.charba.client.annotation.DefaultLineLabel
-
To avoid any instantiation
- DefaultLineLabel.InternalFont - Class in org.pepstock.charba.client.annotation
-
Internal class extending
DefaultRoutedFontto override some defaults for body. - DefaultListeners - Class in org.pepstock.charba.client.datalabels
-
DataLabelsPlugin.IDplugin default options for LISTENERS element.
It contains all default values for LISTENERS. - DefaultListeners() - Constructor for class org.pepstock.charba.client.datalabels.DefaultListeners
-
Creates the empty object
- defaultLocale - Static variable in class org.pepstock.charba.client.intl.CLocale
- DefaultMajor - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for MAJOR tick element.
- DefaultMajor() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultMajor
-
To avoid any instantiation
- DefaultNumberFormatOptions - Class in org.pepstock.charba.client.defaults.globals
-
INTL default values for number format options for internationalization.
- DefaultNumberFormatOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- defaultOptions - Variable in class org.pepstock.charba.client.annotation.AnnotationOptions
- defaultOptions - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- defaultOptions - Variable in class org.pepstock.charba.client.datalabels.Labels
- defaultOptions - Variable in class org.pepstock.charba.client.datalabels.Listeners
- defaultOptions - Variable in class org.pepstock.charba.client.GlobalOptions
- defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
- defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
- defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
- defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
- defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
- defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
- defaultOptions - Variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
- defaultOptions - Variable in class org.pepstock.charba.client.labels.Label
- defaultOptions - Variable in class org.pepstock.charba.client.labels.LabelsOptions
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.Drag
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.Limits
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.Pan
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.Pinch
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.ScaleLimit
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.ScaleRange
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.Wheel
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.Zoom
- defaultOptions - Variable in class org.pepstock.charba.client.zoom.ZoomOptions
- DefaultOptions - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin DEFAULTS for main options. - DefaultOptions - Class in org.pepstock.charba.client.datalabels
-
DataLabelsPlugin.IDplugin default options.
It contains all default values. - DefaultOptions - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for OPTIONS element.
- DefaultOptions - Class in org.pepstock.charba.client.labels
-
It implements default global options if there are and provides all default values for
LabelsPlugin.IDplugin. - DefaultOptions - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options.
It contains all default values, PAN and ZOOM. - DefaultOptions() - Constructor for class org.pepstock.charba.client.annotation.DefaultOptions
-
To avoid any instantiation
- DefaultOptions() - Constructor for class org.pepstock.charba.client.datalabels.DefaultOptions
-
To avoid any instantiation
- DefaultOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultOptions
-
To avoid any instantiation
- DefaultOptions() - Constructor for class org.pepstock.charba.client.labels.DefaultOptions
-
Creates an empty default options.
- DefaultOptions() - Constructor for class org.pepstock.charba.client.zoom.DefaultOptions
-
Creates an empty options.
- DefaultOptions.DefaultAnnotationAnimationCollection - Class in org.pepstock.charba.client.annotation
-
This class is implementing the default of Annotation plugin animations collection.
- DefaultOptions.DefaultAnnotationAnimations - Class in org.pepstock.charba.client.annotation
-
This class is implementing the default of Annotation plugin animations.
- defaultPadding - Variable in class org.pepstock.charba.client.geo.ProjectionAxisMapper
- DefaultPadding - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for PADDING element.
- DefaultPadding(int) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPadding
-
Creates the object with default padding.
- DefaultPan - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options for PAN element.
It contains all default values for PAN. - DefaultPan() - Constructor for class org.pepstock.charba.client.zoom.DefaultPan
-
Creates an empty object.
- DefaultPinch - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options for PINCH element.
It contains all default values for PINCH. - DefaultPinch() - Constructor for class org.pepstock.charba.client.zoom.DefaultPinch
-
Creates an empty object.
- DefaultPluginId - Enum in org.pepstock.charba.client.enums
-
Contains the GLOBAL plugin IDs of the default CHART.JS plugins, provided out of the box.
- DefaultPluginId(String) - Constructor for enum org.pepstock.charba.client.enums.DefaultPluginId
-
Creates with the property value to use in the native object.
- DefaultPlugins - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for LEGEND element.
- DefaultPlugins() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPlugins
-
To avoid any instantiation
- DefaultPoint - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin POINT annotation DEFAULTS options. - DefaultPoint - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for POINT element.
- DefaultPoint() - Constructor for class org.pepstock.charba.client.annotation.DefaultPoint
-
To avoid any instantiation
- DefaultPoint() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPoint
-
To avoid any instantiation
- DefaultPointLabels - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for POINTLABELS element.
- DefaultPointLabels() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
-
To avoid any instantiation
- DefaultPolygon - Class in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin POLYGON annotation DEFAULTS options. - DefaultPolygon() - Constructor for class org.pepstock.charba.client.annotation.DefaultPolygon
-
To avoid any instantiation
- DefaultProgressBarType - Enum in org.pepstock.charba.client.utils.toast.enums
-
Enumerates the list of progress bar type for toasting.
- DefaultProgressBarType(String, IsColor) - Constructor for enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Creates the progress bar type with its property name to use in the options.
- DefaultRoutedFont - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for font items, defined inside to children element of defaults (i.e.
- DefaultRoutedFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
-
To avoid any instantiation
- defaults - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
- defaults - Variable in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
- defaults - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- Defaults - Class in org.pepstock.charba.client
-
This singleton is a wrapper to
defaultsobject that CHART.JS (by CHART object) provides to get defaults values. - Defaults() - Constructor for class org.pepstock.charba.client.Defaults
-
To avoid any instantiation.
This gets from other objects (by static references) the defaults of CHART.JS. - DEFAULTS_ELEMENTS - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.Crosshair
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
- DEFAULTS_FACTORY - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
- Defaults.InternalDefaultScale - Class in org.pepstock.charba.client
-
Internal typed scale which is used to read the default scale by type.
It has been implemented in order to store the axis type, mandatory for whatever operation with a scale. - Defaults.InternalDefaultScales - Class in org.pepstock.charba.client
-
Internal class for default scales.
- Defaults.NativeChartHandler - Class in org.pepstock.charba.client
-
Internal plugin to track native chart instances on all charts.
- Defaults.WrapperDefaults - Class in org.pepstock.charba.client
-
It wraps the defaults object of CHART.JS chart instance.
It returns the scale and chart options. - Defaults.WrapperDefaults.Property - Enum in org.pepstock.charba.client
-
Name of properties of native object.
- DefaultsBuilder - Class in org.pepstock.charba.client.defaults.globals
-
Singleton builder of defaults options, with or without scales.
- DefaultsBuilder() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
To avoid any instantiation
- DefaultScale - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for scale/axis element.
- DefaultScale() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScale
-
To avoid any instantiation
- DefaultScaleBorder - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for BORDER element.
- DefaultScaleBorder() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
-
To avoid any instantiation
- DefaultScaledOptions - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for OPTIONS element for scaled charts.
- DefaultScaledOptions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
-
Creates the object.
- defaultScaleId - Variable in class org.pepstock.charba.client.configuration.StandardAxisType
- defaultScaleId - Variable in enum org.pepstock.charba.client.enums.ChartAxisType
- DefaultScaleId - Enum in org.pepstock.charba.client.enums
-
Enumerates the default scale id.
- DefaultScaleId(String, AxisKind) - Constructor for enum org.pepstock.charba.client.enums.DefaultScaleId
-
Creates with the property value to use in the native object.
- DefaultScaleLimit - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options for scale (min and max) elements. - DefaultScaleLimit() - Constructor for class org.pepstock.charba.client.zoom.DefaultScaleLimit
-
Creates an empty object.
- DefaultScaleRange - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options for scale (min and max) elements. - DefaultScaleRange() - Constructor for class org.pepstock.charba.client.zoom.DefaultScaleRange
-
Creates an empty object.
- DefaultScales - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for scale/axis element.
- DefaultScales() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScales
-
To avoid any instantiation
- DefaultScaleTitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TITLE element of a scale.
- DefaultScaleTitle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
-
To avoid any instantiation
- DefaultsFormatsOverrider - Class in org.pepstock.charba.client.adapters
-
Utility used by date adapter module to override the defaults formats for time unit.
This is needed because some defaults provided out of the box by adapters are not consistent (like WEEK). - DefaultsFormatsOverrider(NativeObject) - Constructor for class org.pepstock.charba.client.adapters.DefaultsFormatsOverrider
-
Creates the object with native object instance to be wrapped.
- DefaultSubtitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for SUBTITLE element.
- DefaultSubtitle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultSubtitle
-
To avoid any instantiation
- DefaultSubtitle.InternalSubtitleFont - Class in org.pepstock.charba.client.defaults.globals
-
Internal class extending
DefaultRoutedFontto override some defaults for subtitle. - DefaultThreshold - Enum in org.pepstock.charba.client.impl.charts
-
Default gauge thresholds.
- DefaultThreshold(double, IsColor) - Constructor for enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
Creates the threshold value using value and color
- DefaultTicks - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TICKS element.
- DefaultTicks() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTicks
-
To avoid any instantiation
- DefaultTime - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TIME element.
- DefaultTime() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTime
-
To avoid any instantiation
- DefaultTitle - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TITLE element.
- DefaultTitle() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTitle
-
To avoid any instantiation
- DefaultTitle.InternalTitleFont - Class in org.pepstock.charba.client.defaults.globals
-
Internal class extending
DefaultRoutedFontto override some defaults for title. - DefaultTitleValues() - Constructor for class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultTitleValues
-
To avoid any instantiation
- DefaultToastOptions - Class in org.pepstock.charba.client.utils.toast
-
Provides the defaults of the toast options.
- DefaultToastOptions(NativeObject, ImmutableToastOptions) - Constructor for class org.pepstock.charba.client.utils.toast.DefaultToastOptions
-
Creates the configuration with native object instance to be wrapped.
- DefaultToastType - Enum in org.pepstock.charba.client.utils.toast.enums
-
Enumerates the list of default notification type for toasting.
- DefaultToastType(String, IsColor, IsColor) - Constructor for enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Creates the toast type with its property name to use in the options and colors to apply.
- DefaultTooltips - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for TOOLTIPS element.
- DefaultTooltips() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips
-
To avoid any instantiation
- DefaultTooltips.InternalAnimations - Class in org.pepstock.charba.client.defaults.globals
-
Specific default animations for tooltips.
- DefaultTooltips.InternalBodyFont - Class in org.pepstock.charba.client.defaults.globals
-
Internal class extending
DefaultRoutedFontto override some defaults for body. - DefaultTooltips.InternalFooterFont - Class in org.pepstock.charba.client.defaults.globals
-
Internal class extending
DefaultRoutedFontto override some defaults for footer. - DefaultTooltips.InternalNumbersAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
-
Default NUMBERS animation element properties for tooltip.
- DefaultTooltips.InternalOpacityAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
-
Default OPACITY animation element properties for tooltip.
- DefaultTooltips.InternalTitleFont - Class in org.pepstock.charba.client.defaults.globals
-
Internal class extending
DefaultRoutedFontto override some defaults for title. - DefaultTransitionMode - Enum in org.pepstock.charba.client.enums
-
Cores animation update modes (transition) provided out of the box by CHART.JS.
- DefaultTransitionMode(String) - Constructor for enum org.pepstock.charba.client.enums.DefaultTransitionMode
-
Creates with the property value to use in the native object.
- DefaultTransitions - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for ANIMATION element.
- DefaultTransitions() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions
-
To avoid any instantiation
- DefaultTransitions.ActiveDefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
-
Default animation for animation mode
DefaultTransitionMode.ACTIVE. - DefaultTransitions.ActiveDefaultAnimationTransition.ActiveDefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
-
Specific default animation for "active" transition.
- DefaultTransitions.ResizeDefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
-
Default animation for animation mode
DefaultTransitionMode.RESIZE. - DefaultTransitions.ResizeDefaultAnimationTransition.ResizeDefaultAnimation - Class in org.pepstock.charba.client.defaults.globals
-
Specific default animation for "resize" transition.
- DefaultTransitions.ShowAndHideDefaultAnimationTransition - Class in org.pepstock.charba.client.defaults.globals
-
Default animation for
DefaultTransitionMode.SHOWandDefaultTransitionMode.HIDEanimation mode. - DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
-
DefaultAnimationCollectionKey.COLORSdefault animation collection forDefaultTransitionMode.SHOWandDefaultTransitionMode.HIDEanimation mode. - DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations - Class in org.pepstock.charba.client.defaults.globals
-
Specific default animations for "show" and/or "hide" transition.
- DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection - Class in org.pepstock.charba.client.defaults.globals
-
DefaultAnimationPropertyKey.VISIBLEdefault animation property forDefaultTransitionMode.SHOWandDefaultTransitionMode.HIDEanimation mode. - DefaultTypedDataset - Class in org.pepstock.charba.client.defaults.globals
-
CHART.JS default values for DATASETS element.
- DefaultTypedDataset() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
To avoid any instantiation
- defaultValue - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
- defaultValues - Variable in class org.pepstock.charba.client.adapters.DateAdapterOptions
- defaultValues - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
- defaultValues - Variable in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.annotation.AlignPosition
- defaultValues - Variable in enum org.pepstock.charba.client.annotation.AnnotationType
- defaultValues - Variable in class org.pepstock.charba.client.annotation.Arrow
- defaultValues - Variable in class org.pepstock.charba.client.annotation.ArrowHeads
- defaultValues - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.annotation.Callout
- defaultValues - Variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.annotation.InnerLabel
- defaultValues - Variable in class org.pepstock.charba.client.annotation.Interaction
- defaultValues - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- defaultValues - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.annotation.LineLabel
- defaultValues - Variable in class org.pepstock.charba.client.annotation.PointAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
- defaultValues - Variable in class org.pepstock.charba.client.commons.PropertyHandler
- defaultValues - Variable in class org.pepstock.charba.client.configuration.Axis
- defaultValues - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- defaultValues - Variable in class org.pepstock.charba.client.data.BorderAlignHandler
- defaultValues - Variable in class org.pepstock.charba.client.data.DataPointStyleHandler
- defaultValues - Variable in class org.pepstock.charba.client.data.Dataset
- defaultValues - Variable in class org.pepstock.charba.client.intl.BaseFormatOptions
- defaultValues - Variable in class org.pepstock.charba.client.options.AbstractAnimation
- defaultValues - Variable in class org.pepstock.charba.client.options.AbstractModel
- defaultValues - Variable in class org.pepstock.charba.client.options.Animation
- defaultValues - Variable in class org.pepstock.charba.client.options.Animations
- defaultValues - Variable in class org.pepstock.charba.client.options.Font
- defaultValues - Variable in class org.pepstock.charba.client.options.Padding
- defaultValues - Variable in class org.pepstock.charba.client.options.Transitions
- defaultValues - Variable in class org.pepstock.charba.client.treemap.AbstractLabels
- defaultValues - Variable in class org.pepstock.charba.client.utils.toast.AbstractContentElement
- defaultValues - Variable in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
- defaultValues - Variable in class org.pepstock.charba.client.utils.toast.Action
- DefaultValues() - Constructor for class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultValues
-
To avoid any instantiation
- DefaultWheel - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options for WHEEL element.
It contains all default values for WHEEL. - DefaultWheel() - Constructor for class org.pepstock.charba.client.zoom.DefaultWheel
-
Creates an empty object.
- DefaultZoom - Class in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options for ZOOM element.
It contains all default values for ZOOM. - DefaultZoom() - Constructor for class org.pepstock.charba.client.zoom.DefaultZoom
-
Creates an empty object.
- DeferredCharba - Class in org.pepstock.charba.client
-
Entry point to initialize and inject all Charba modules, leveraging on deferred resources mode.
This helps when the GWT application is leveraging on code splitting. - DeferredCharba() - Constructor for class org.pepstock.charba.client.DeferredCharba
-
To avoid any instantiation
- deferredHandlerActions - Variable in class org.pepstock.charba.client.events.EventBus
- DeferredResources - Class in org.pepstock.charba.client.resources
-
Client bundle to reference LUXON as date time library (asynchronous mode).
It has been invoked in order to have a resource client bundle, needed to CHARBA, where CHART.JS and date library must be load in deferred mode. - DeferredResources(boolean) - Constructor for class org.pepstock.charba.client.resources.DeferredResources
-
Creates a resource object by a flag.
Of passed argument istrue, it must inject the LUXON date library. - DeferredResources.DeferredResourcesResource - Interface in org.pepstock.charba.client.resources
-
Client bundle to reference CHART.JS, always needed to CHARBA.
This resources type will load the CHART.JS module in asynchronous mode in order to optimize the performance when GWT code splitting is implemented. - DeferredResources.DeferredResourcesWithoutLibraryResource - Interface in org.pepstock.charba.client.resources
-
Client bundle to reference CHART.JS, always needed to CHARBA, without loading the LUXON library, because it can be injected from other libraries.
This resources type will load the CHART.JS module in asynchronous mode in order to optimize the performance when GWT code splitting is implemented. - DeferredResourcesBundle - Interface in org.pepstock.charba.client.resources
-
Client bundle to reference CHART.JS, always needed to CHARBA.
This resources type will load the CHART.JS module in asynchronous mode in order to optimize the performance when GWT code splitting is implemented. - defineArrayProperty(NativeObject, String, T) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineBooleanProperty(NativeObject, String, boolean) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on this object, or modifies an existing property.
- defineCallbackProperty(NativeObject, String, NativeCallback) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineCallbackProperty(NativeObject, String, CallbackProxy.Proxy) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineCallbackProperty(NativeObject, String, NativeHook) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineCanvasProperty(NativeObject, String, Canvas) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineChartProperty(NativeObject, String, Chart) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- DefinedEvents - Class in org.pepstock.charba.client.options
-
Utility to store in a map all the DOM events, defined in Charba.
- DefinedEvents() - Constructor for class org.pepstock.charba.client.options.DefinedEvents
-
To avoid any instantiation
- defineDoubleProperty(NativeObject, String, double) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on this object, or modifies an existing property.
- definedValues - Variable in class org.pepstock.charba.client.commons.ArrayEnumList
- defineElementProperty(NativeObject, String, BaseHtmlElement) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineEventProperty(NativeObject, String, NativeBaseEvent) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineGradientProperty(NativeObject, String, CanvasGradientItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineImageProperty(NativeObject, String, Img) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineIntProperty(NativeObject, String, int) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on this object, or modifies an existing property.
- defineObjectProperty(NativeObject, String, NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- definePatternProperty(NativeObject, String, CanvasPatternItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on object object, or modifies an existing property.
- defineProperty(NativeObject, String, T) - Static method in class org.pepstock.charba.client.commons.NativeUtil
-
Defines a new property directly on an object, or modifies an existing property on an object.
- defineStringProperty(NativeObject, String, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Defines a new property directly on this object, or modifies an existing property.
- DEGREE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for degree.
- degrees - Variable in enum org.pepstock.charba.client.datalabels.enums.Align
- DELAY - org.pepstock.charba.client.options.AbstractAnimation.Property
- DELAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AbstractAnimation
- DelayCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
delayproperty ofAnimationat runtime. - delayCallbackProxy - Variable in class org.pepstock.charba.client.options.AbstractAnimation
- delegate - Variable in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
- delegated - Variable in class org.pepstock.charba.client.commons.ArrayKeySet
- delegated - Variable in class org.pepstock.charba.client.commons.ArrayStringSet
- delegated - Variable in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- delegated - Variable in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- delegated - Variable in class org.pepstock.charba.client.options.AbstractAnimations
- delegated - Variable in class org.pepstock.charba.client.options.AbstractReadOnlyFont
- delegated - Variable in class org.pepstock.charba.client.utils.toast.ToastItemAction
- delegated - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions
- delegatedFont - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- delegation - Variable in class org.pepstock.charba.client.controllers.WrapperController
- delegation - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
- delete(String) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Removes an animation collection previously added.
- delete(Key) - Method in class org.pepstock.charba.client.configuration.Animations
-
Removes an animation collection previously added.
- delete(Key) - Method in class org.pepstock.charba.client.options.AbstractAnimations
- delete(Key) - Method in class org.pepstock.charba.client.options.Animations
-
Removes an animation collection previously added.
- delete(Key) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Removes an animation collection previously added.
- delete(Key) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Removes an animation collection previously added.
- DELETE - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The Delete key,
Del. - DELICATE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Delicate" -
- DEMOCRATIC_REPUBLIC_OF_THE_CONGO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Democratic Republic of the Congo region.
- DENAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Denar currency.
- DENMARK - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Denmark region.
- DEPTH6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Depth6" -
- DescriptionLabel - Class in org.pepstock.charba.client.impl.charts
-
Meter element class to define the description to render in the meter chart under the
ValueLabel. - DescriptionLabel(IsDefaultFont) - Constructor for class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Creates the element getting the font defaults as argument.
- DESTINATION_ATOP - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The existing canvas is only kept where it overlaps the new shape.
The new shape is drawn behind the canvas content. - DESTINATION_IN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The existing canvas content is kept where both the new shape and existing canvas content overlap.
Everything else is made transparent. - DESTINATION_OUT - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The existing content is kept where it doesn't overlap the new shape.
- DESTINATION_OVER - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
New shapes are drawn behind the existing canvas content.
- destroy() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to destroy any chart instances that are created.
This will clean up any references stored to the chart object within Chart.js, along with any associated event listeners attached by Chart.js. - destroy() - Method in class org.pepstock.charba.client.Chart
-
Use this to destroy any chart instances that are created.
This will clean up any references stored to the chart object within Chart.js, along with any associated event listeners attached by Chart.js. - destroy() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- destroy() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Cleans up an handler which is going to be removed.
- destroy() - Method in interface org.pepstock.charba.client.IsChart
-
Use this to destroy any chart instances that are created.
- DETAIL - org.pepstock.charba.client.dom.events.UIEventInit.Property
- DEVA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for deva numbering system.
- DEVA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Devanagari (Nagari) script.
- DEVICE_PIXEL_RATIO - org.pepstock.charba.client.options.Options.Property
- DHIVEHI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Dhivehi language.
- Diagonal - Class in org.pepstock.charba.client.colors.tiles
-
DIAGONAL drawer to design a diagonal in the tile.
It designs a diagonal in the following tile sections (A and B):
- Diagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.Diagonal
- DIAGONAL - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a diagonal (from left to right) on the tile.
- DIAK - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for diak numbering system.
- DIAK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Dives Akuru script.
- Diamond - Class in org.pepstock.charba.client.colors.tiles
-
DIAMOND drawer to design a diamond in the tile.
It designs a diamond in the following tile sections (A and B):
- Diamond() - Constructor for class org.pepstock.charba.client.colors.tiles.Diamond
- DIAMOND - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a diamond on the tile.
- DIAMOND_BOX - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a diamond and a box on the tile.
- DiamondBox - Class in org.pepstock.charba.client.colors.tiles
-
DIAMOND BOX drawer to design a diamond in the tile.
It designs a diamond in the following tile sections (A and B):
- DiamondBox() - Constructor for class org.pepstock.charba.client.colors.tiles.DiamondBox
- diff(double, double, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns the number of unit between the given timestamps.
- diff(long, long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the number of unit between the given timestamps.
- diff(Date, Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the number of unit between the given dates.
- DIFFERENCE - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Subtracts the bottom layer from the top layer or the other way round to always get a positive value.
- DIGITAL_WATER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Digital Water" -
- DIM_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "dimGray" -
- DIM_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "dimGrey" -
- DIMIGO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "DIMIGO" -
- dir(Object) - Static method in class org.pepstock.charba.client.utils.Console
-
Displays an interactive list of the properties of the specified JavaScript object.
The output is presented as a hierarchical listing with disclosure triangles that let you see the contents of child objects.
In other words, it is the way to see all the properties of a specified JavaScript object in console by which the developer can easily get the properties of the object. - dir(Object) - Method in interface org.pepstock.charba.client.utils.NativeConsole
-
Displays an interactive list of the properties of the specified JavaScript object.
The output is presented as a hierarchical listing with disclosure triangles that let you see the contents of child objects.
In other words, it is the way to see all the properties of a specified JavaScript object in console by which the developer can easily get the properties of the object. - DIRTY_FOG - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dirty Fog" -
- dirxml(Object) - Static method in class org.pepstock.charba.client.utils.Console
-
Displays an interactive tree of the descendant elements of the specified XML/HTML element.
If it is not possible to display as an element the JavaScript Object view is shown instead.
The output is presented as a hierarchical listing of expandable nodes that let you see the contents of child nodes. - dirxml(Object) - Method in interface org.pepstock.charba.client.utils.NativeConsole
-
Displays an interactive tree of the descendant elements of the specified XML/HTML element.
If it is not possible to display as an element the JavaScript Object view is shown instead.
The output is presented as a hierarchical listing of expandable nodes that let you see the contents of child nodes. - Disc - Class in org.pepstock.charba.client.colors.tiles
-
DISC drawer to design a disc in the tile.
It designs a disc in the following tile sections (A and B):
- Disc() - Constructor for class org.pepstock.charba.client.colors.tiles.Disc
- DISC - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a disc on the tile.
- DISCARD - org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
-
Discards new messages when the maximum amount of open items is reached.
- DISCARDED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast has been discarded because the maximum amount of open items is reached.
- DISCO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Disco" -
- disconnect() - Method in class org.pepstock.charba.client.dom.MutationObserver
-
Stops the mutation observer instance from receiving further notifications until and unless
MutationObserver.observe(BaseNode)is called again. - dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AddHandlerEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AnimationCompleteEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AnimationProgressEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisEnterEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisHoverEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.AxisLeaveEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartHoverEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.ChartResizeEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.Event
-
Implemented by subclasses to dispatch event on the handler.
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendHoverEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.LegendLeaveEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.SubtitleClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.SubtitleEnterEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.SubtitleLeaveEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.TitleClickEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.TitleEnterEvent
- dispatch(EventHandler) - Method in class org.pepstock.charba.client.events.TitleLeaveEvent
- dispatchEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Dispatches an
NativeBaseEventat the specifiedBaseEventTarget, (synchronously) invoking the affected event listeners in the appropriate order. - dispatchEvent(HasNativeEvent) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Dispatches an
AbstractEventat the specifiedBaseEventTarget, (synchronously) invoking the affected event listeners in the appropriate order. - display - Variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
- Display - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the property sets whether an element is treated as a block or inline element and the layout used for its children.
- Display - Enum in org.pepstock.charba.client.enums
-
The display option controls the visibility of axis and the display option controls the visibility of data labels plugin.
Controls the axis global visibility (visible when true, hidden when false). - Display(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Display
-
Creates with the property value to use in the native object.
- Display(String) - Constructor for enum org.pepstock.charba.client.enums.Display
-
Creates with the property value to use in the native object.
- DISPLAY - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- DISPLAY - org.pepstock.charba.client.annotation.Arrow.Property
- DISPLAY - org.pepstock.charba.client.annotation.Callout.Property
- DISPLAY - org.pepstock.charba.client.annotation.elements.ArrowElement.Property
- DISPLAY - org.pepstock.charba.client.annotation.elements.CalloutElement.Property
- DISPLAY - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- DISPLAY - org.pepstock.charba.client.annotation.InnerLabel.Property
- DISPLAY - org.pepstock.charba.client.configuration.AbstractTitle.Property
- DISPLAY - org.pepstock.charba.client.configuration.Axis.Property
- DISPLAY - org.pepstock.charba.client.datalabels.LabelItem.Property
- DISPLAY - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- DISPLAY - org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
- DISPLAY - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- DISPLAY - org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
- DISPLAY - org.pepstock.charba.client.options.AbstractScale.Property
- DISPLAY - org.pepstock.charba.client.options.AngleLines.Property
- DISPLAY - org.pepstock.charba.client.options.Grid.Property
- DISPLAY - org.pepstock.charba.client.options.LegendTitle.Property
- DISPLAY - org.pepstock.charba.client.options.PointLabels.Property
- DISPLAY - org.pepstock.charba.client.options.ScaleBorder.Property
- DISPLAY - org.pepstock.charba.client.options.ScaleTitle.Property
- DISPLAY - org.pepstock.charba.client.options.Ticks.Property
- DISPLAY - org.pepstock.charba.client.treemap.AbstractDatasetNode.Property
- DISPLAY - org.pepstock.charba.client.treemap.Dividers.Property
- DISPLAY_COLORS - org.pepstock.charba.client.options.Tooltips.Property
- DISPLAY_FORMATS - org.pepstock.charba.client.options.Time.Property
- DISPLAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- DISPLAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Arrow
- DISPLAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Callout
- DISPLAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.InnerLabel
- DISPLAY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- displayCallback - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- displayCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- DisplayCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
displayproperty where it can be set byDisplayor a boolean. - displayCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- displayCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Arrow
- displayCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Callout
- displayCallbackProxy - Variable in class org.pepstock.charba.client.annotation.InnerLabel
- displayCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- displayCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- displayCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- displayDefault - Variable in class org.pepstock.charba.client.treemap.AbstractDatasetNode
- displayFormats - Variable in class org.pepstock.charba.client.configuration.Time
- displayFormats - Variable in class org.pepstock.charba.client.options.Time
- DisplayFormats - Class in org.pepstock.charba.client.configuration
-
The display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- DisplayFormats - Class in org.pepstock.charba.client.options
-
The display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- DisplayFormats(Axis) - Constructor for class org.pepstock.charba.client.configuration.DisplayFormats
-
Builds the object by axis instance.
- DisplayFormats(Time, Key, NativeObject) - Constructor for class org.pepstock.charba.client.options.DisplayFormats
-
Creates the object with the parent, the key of this element and native object to map java script properties.
This element does not have any default values. - Div - Class in org.pepstock.charba.client.dom.elements
-
Provides a <div> DOM HTML element.
- Div() - Constructor for class org.pepstock.charba.client.dom.elements.Div
-
To avoid any instantiation
- DIVIDEND6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Dividend6" -
- dividers - Variable in class org.pepstock.charba.client.treemap.TreeMapDataset
- dividers - Variable in class org.pepstock.charba.client.treemap.TreeMapElementOptions
- Dividers - Class in org.pepstock.charba.client.treemap
-
The treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.
- Dividers(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.treemap.Dividers
-
Creates the object with the parent, the key of this element and native object to map java script properties.
- DIVIDERS - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- DIVIDERS - org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- Dividers.Property - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- DJIBOUTI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Djibouti region.
- DJIBOUTI_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Djibouti Franc currency.
- doAddNow(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.EventBus
-
Adds new event handler for the passed event type.
- DOBRA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Dobra currency.
- DOCUMENT_FRAGMENT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- DOCUMENT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- DOCUMENT_TYPE_NODE - org.pepstock.charba.client.dom.enums.NodeType
- DODGER_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "dodgerBlue" -
- doFire(Event) - Method in class org.pepstock.charba.client.events.EventBus
-
Fires the passed vent to all handlers registered for event type.
- DOGR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Dogra script.
- doHandleCallbackResultAsColor(ChartContext, Object, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
- DOM - Class in org.pepstock.charba.client.dom
-
The DOM object provide a static reference to the document attached in the window.
- DOM() - Constructor for class org.pepstock.charba.client.dom.DOM
-
To avoid any instantiation
- DOM_CANVAS_CONTEXT_2D - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML canvas context 2d item with name "CanvasRenderingContext2D".
- DOM_CANVAS_GRADIENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM canvas gradient with name "CanvasGradient".
- DOM_CANVAS_PATTERN - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM canvas pattern with name "CanvasPattern".
- DOM_CUSTOM_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM custom event with name "CustomEvent".
- DOM_DOCUMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM document with name "Document".
- DOM_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM element with name "Node".
- DOM_ELEMENT_ATTR - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM element attribute with name "Attr".
- DOM_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM event with name "Event".
- DOM_EVENT_TARGET - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM event target with name "EventTarget".
- DOM_HTML_BODY_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML body element with name "HTMLBodyElement".
- DOM_HTML_CANVAS_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML canvas element with name "HTMLCanvasElement".
- DOM_HTML_DIV_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML div element with name "HTMLDivElement".
- DOM_HTML_DOCUMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML document with name "HTMLDocument".
- DOM_HTML_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML element with name "HTMLElement".
- DOM_HTML_HEAD_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML head element with name "HTMLHeadElement".
- DOM_HTML_IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML image element with name "HTMLImageElement".
- DOM_HTML_META_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML meta element with name "HTMLMetaElement".
- DOM_HTML_SCRIPT_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML script element with name "HTMLScriptElement".
- DOM_HTML_SPAN_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML span element with name "HTMLSpanElement".
- DOM_HTML_STYLE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML style element with name "HTMLStyleElement".
- DOM_HTML_STYLE_ELEMENT_ITEM - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM style element with name "CSSStyleDeclaration".
- DOM_HTML_TABLE_CELL_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML table cell element with name "HTMLTableCellElement".
- DOM_HTML_TABLE_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML table element with name "HTMLTableElement".
- DOM_HTML_TABLE_ROW_ELEMENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM HTML table row element with name "HTMLTableRowElement".
- DOM_IMAGE_DATA - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM image data with name "ImageData".
- DOM_KEY_LOCATION_LEFT - org.pepstock.charba.client.dom.enums.KeyboardLocation
-
The key was the left-hand version of the key; for example, the left-hand Control key was pressed on a standard 101 key US keyboard.
This value is only used for keys that have more than one possible location on the keyboard. - DOM_KEY_LOCATION_NUMPAD - org.pepstock.charba.client.dom.enums.KeyboardLocation
-
The key was on the numeric keypad, or has a virtual key code that corresponds to the numeric keypad.
- DOM_KEY_LOCATION_RIGHT - org.pepstock.charba.client.dom.enums.KeyboardLocation
-
The key was the right-hand version of the key; for example, the right-hand Control key is pressed on a standard 101 key US keyboard.
This value is only used for keys that have more than one possible location on the keyboard. - DOM_KEY_LOCATION_STANDARD - org.pepstock.charba.client.dom.enums.KeyboardLocation
-
The key has only one version, or can't be distinguished between the left and right versions of the key, and was not pressed on the numeric keypad or a key that is considered to be part of the keypad.
- DOM_KEYBOARD_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM touch event with name "KeyboardEvent".
- DOM_LOCATION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM location with name "Location".
- DOM_MOUSE_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM mouse event with name "MouseEvent".
- DOM_NAVIGATOR - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM navigator with name "Navigator".
- DOM_NODE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM node with name "Node".
- DOM_POINTER_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM pointer event with name "PointerEvent".
- DOM_RECTANGLE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM element rectangle with name "DOMRect".
- DOM_TEXT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM text node with name "Text".
- DOM_TEXT_METRICS - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM text metrics with name "TextMetrics".
- DOM_TOUCH - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM touch with name "Touch".
- DOM_TOUCH_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM touch event with name "TouchEvent".
- DOM_UI_EVENT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as DOM UI event with name "UIEvent".
- DOMBuilder - Class in org.pepstock.charba.client.dom
-
Singleton utility to create and manage DOM element.
- DOMBuilder() - Constructor for class org.pepstock.charba.client.dom.DOMBuilder
-
To avoid any instantiation
- DOMINICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Dominica region.
- DOMINICAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Dominican Peso currency.
- DOMINICAN_REPUBLIC - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Dominican Republic region.
- DOMRectangle - Class in org.pepstock.charba.client.dom
-
Describes the size and position of a rectangle of a
BaseElement. - DOMRectangle() - Constructor for class org.pepstock.charba.client.dom.DOMRectangle
-
To avoid any instantiation
- DONE - Static variable in class org.pepstock.charba.client.dom.elements.Uint8ClampedArray
- DONG - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Dong currency.
- doRemoveNow(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.EventBus
-
Removes an event handler for the passed event type.
- dot - Variable in class org.pepstock.charba.client.colors.tiles.DotDash
- Dot - Class in org.pepstock.charba.client.colors.tiles
-
DOT drawer to design a dot in the tile.
It designs a dot in the following tile sections (A and B):
- Dot() - Constructor for class org.pepstock.charba.client.colors.tiles.Dot
- DOT - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a dot on the tile.
- DOT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for DOT, ".".
- DOT_DASH - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a dot and a dash on the tile.
- DotDash - Class in org.pepstock.charba.client.colors.tiles
-
DOTDASH drawer to design a dot and a dash in the tile.
It designs a dot and a dash in the following tile sections (A and B):
- DotDash() - Constructor for class org.pepstock.charba.client.colors.tiles.DotDash
- DOTTED - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a series of rounded dots.
The spacing of the dots is not defined by the specification and is implementation-specific. - DOUBLE - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays two straight lines that add up to the pixel size defined by border width.
- DOUBLE - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for DOUBLE instances,
Double.NaN. - DOUBLE_CLICK - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device button is clicked twice on an element.
- DOUBLE_CLICK - org.pepstock.charba.client.dom.enums.MouseEventType
-
Triggers after two clicks on the same element within a short timeframe.
- DOUBLE_DIAGONAL - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a double diagonals on the tile.
- DOUBLE_PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- DOUBLE_QUOTE - org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
- DoubleDiagonal - Class in org.pepstock.charba.client.colors.tiles
-
Double DIAGONAL drawer to design a set of diagonals in the tile.
It designs a set of diagonals in the following tile sections (B, C and A-D):
- DoubleDiagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.DoubleDiagonal
- DOUGHNUT - org.pepstock.charba.client.ChartType
-
Doughnut chart is probably the most commonly used chart.
- DOUGHNUT_MODE - org.pepstock.charba.client.items.LegendNode.Property
- DoughnutChart - Class in org.pepstock.charba.client
-
DOUGHNUT chart implementation.
A doughnut charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data. - DoughnutChart() - Constructor for class org.pepstock.charba.client.DoughnutChart
-
Builds the object.
- DoughnutChart(Type) - Constructor for class org.pepstock.charba.client.DoughnutChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - DoughnutChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
DOUGHNUT chart GWT WIDGET implementation.
A doughnut charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data. - DoughnutChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
-
Builds the object.
- DoughnutChartWidget(DoughnutChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - DoughnutDataset - Class in org.pepstock.charba.client.data
-
The doughnut chart allows a number of properties to be specified for each dataset.
- DoughnutDataset() - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates a dataset.
It uses the global options has default. - DoughnutDataset(boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates a dataset.
It uses the global options has default. - DoughnutDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates the dataset using a default.
- DoughnutDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates the dataset using a default.
- DoughnutDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates the dataset using chart type related to the dataset.
- DoughnutDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.DoughnutDataset
-
Creates the dataset using a default and chart type related to the dataset.
- DoughnutOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for DOUGHNUT chart.
- DoughnutOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.DoughnutOptions
-
Builds the object storing the chart instance and default options.
- DRACULA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dracula" -
- drag - Variable in class org.pepstock.charba.client.zoom.Zoom
- Drag - Class in org.pepstock.charba.client.zoom
-
Configuration item to define the style to apply to drag area, during zooming.
- Drag(AbstractNode, Key, IsDefaultDrag, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Drag
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- DRAG - org.pepstock.charba.client.zoom.Zoom.Property
- Drag.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- draw() - Method in class org.pepstock.charba.client.AbstractChart
-
Draws the chart.
It can be invoked once during the life cycle of the chart. - draw() - Method in class org.pepstock.charba.client.Chart
-
Triggers a redraw of all chart elements.
It just clears the canvas and draws all the elements again, without doing layout and other stuff. - draw() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- draw() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Draws an existing selection on canvas.
- draw() - Method in interface org.pepstock.charba.client.IsChart
-
Draws the chart
- draw(String, ControllerContext) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
-
Invokes the default
drawmethod. - draw(ControllerType, ControllerContext) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Invokes the default
drawmethod. - DRAW - org.pepstock.charba.client.controllers.WrapperController.Property
- DRAW_ACTIVE_ELEMENTS_ON_TOP - org.pepstock.charba.client.data.BubbleDataset.Property
- DRAW_ACTIVE_ELEMENTS_ON_TOP - org.pepstock.charba.client.data.LiningDataset.Property
- DRAW_COUNTS - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
- DRAW_ON_CHART_AREA - org.pepstock.charba.client.options.Grid.Property
- DRAW_TICKS - org.pepstock.charba.client.options.Grid.Property
- DRAW_TIME - org.pepstock.charba.client.annotation.AnnotationOptions.Property
- DRAW_TIME - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- DRAW_TIME - org.pepstock.charba.client.options.Filler.Property
- DRAW_TIME - org.pepstock.charba.client.zoom.Drag.Property
- DRAW_TIME_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- drawActiveElementsOnTopCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
- drawActiveElementsOnTopCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- DrawActiveElementsOnTopCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
drawActiveElementsOnTopproperty of at runtime. - drawActiveElementsOnTopCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
- drawActiveElementsOnTopCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- drawBox(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Box
-
Designs a box in the a tile section.
- drawCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
- drawChar(Context2dItem, int, double, double, String, int, TextMetricsItem) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
-
Designs a char in the a tile section.
- drawCount - Variable in class org.pepstock.charba.client.AbstractChart
- drawCross(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Cross
-
Designs a cross in the a tile section.
- drawDash(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Dash
-
Designs a dash in the a tile section.
- drawDiagonal(Context2dItem, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.BackSlashedLine
-
Designs a back slash in the a tile section.
- drawDiagonal(Context2dItem, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.SlashedLine
-
Designs a slash in the a tile section.
- drawDiagonal(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Diagonal
-
Designs a diagonal in the a tile section.
- drawDiamond(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Diamond
-
Designs a diamond in the a tile section.
- drawDiamond(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.DiamondBox
-
Designs a diamond box in the a tile section.
- drawDot(Context2dItem, int, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Dot
-
Designs a dot in the a tile section.
- drawer - Variable in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
- drawer - Variable in enum org.pepstock.charba.client.colors.tiles.Shape
- drawImage(Canvas, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a canvas onto the canvas.
- drawImage(Canvas, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a canvas onto the canvas.
- drawImage(Canvas, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a canvas onto the canvas.
- drawImage(Img, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- drawImage(Img, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- drawImage(Img, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- DRAWING_AREA - org.pepstock.charba.client.items.ScaleItem.Property
- drawingStatus - Variable in class org.pepstock.charba.client.plugins.WrapperPlugin
- drawLabel(IsChart, ScaleItem, Scale, CrosshairLabel, double) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Draws the label on the chart
- drawLabels(IsChart, ChartNode) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Draws the labels in the center of doughnut chart.
- drawLabels(IsChart, CrosshairOptions, IsPoint) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Draws the labels of the lines which are creating the crosshair.
- drawLine(Context2dItem, int, double) - Method in class org.pepstock.charba.client.colors.tiles.Line
-
Designs a line in the a tile section.
- drawLines(IsChart, CrosshairOptions, IsPoint) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Draws the lines which are creating the crosshair.
- drawPlus(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Plus
-
Designs a plus in the a tile section.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleCircle
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleCross
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleCrossRot
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleDash
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleLine
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleRect
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleRectRot
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleRectRounded
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleStar
-
Draws the tile using the point style applying the requested shape.
- drawPointStyle(Context2dItem, int, double, double, double, double, double) - Method in class org.pepstock.charba.client.colors.tiles.PointStyleTriangle
-
Draws the tile using the point style applying the requested shape.
- drawSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Draws the selection cleaner element in the canvas of chart
- drawSquare(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Square
-
Designs a square in the a tile section.
- drawStar(Context2dItem, double, double, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.EmptyStar
-
Designs a star in the a tile section.
- drawTile(Canvas, HtmlLegendItem) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
-
Draws the point style for
HtmlLegendplugin. - drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.BackSlashedLine
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Box
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.CharacterShape
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Cross
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.CrossDash
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Dash
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Diagonal
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Diamond
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.DiamondBox
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Disc
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Dot
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.DotDash
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.DoubleDiagonal
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.EmptyStar
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ImageShape
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.InvertedDiagonal
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.InvertedDoubleDiagonal
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.InvertedTriangle
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Line
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Plus
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Ring
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Draws the tile applying the requested shape.
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.SlashedLine
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Solid
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Square
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Star
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Triangle
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.VerticalLine
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.VerticalZigZag
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.Weave
- drawTile(Context2dItem, String, String, int) - Method in class org.pepstock.charba.client.colors.tiles.ZigZag
- DrawTime - Enum in org.pepstock.charba.client.annotation.enums
-
Defines when the annotations are drawn.
This allows positioning of the annotation relative to the other elements of the graph. - DrawTime - Enum in org.pepstock.charba.client.enums
-
Defines when the filler will fill the data sets.
- DrawTime - Enum in org.pepstock.charba.client.zoom.enums
-
Defines when the drag rectangle is drawn.
- DrawTime(String) - Constructor for enum org.pepstock.charba.client.annotation.enums.DrawTime
-
Creates a draw time property value to use in the native object.
- DrawTime(String) - Constructor for enum org.pepstock.charba.client.enums.DrawTime
-
Creates a draw time property value to use in the native object.
- DrawTime(String) - Constructor for enum org.pepstock.charba.client.zoom.enums.DrawTime
-
Creates a draw time property value to use in the native object.
- DrawTimeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setdrawTimeproperty at runtime, in all annotations. - drawTimeCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- drawTriangle(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Triangle
-
Designs a triangle in the a tile section.
- drawWeave(Context2dItem, int, double, double) - Method in class org.pepstock.charba.client.colors.tiles.Weave
-
Designs a weave in the a tile section.
- drawWholeDiagonal(Context2dItem, int) - Method in class org.pepstock.charba.client.colors.tiles.DoubleDiagonal
-
Designs a diagonal in the a tile section.
- drawZigZag(Context2dItem, int, double) - Method in class org.pepstock.charba.client.colors.tiles.ZigZag
-
Designs a zigzag in the a tile section.
- DROPLET6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Droplet6" -
- DSRT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Deseret (Mormon) script.
- DUALA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Duala language.
- DULL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dull" -
- DUPL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Duployan shorthand, Duployan stenography script.
- DURATION - org.pepstock.charba.client.options.AbstractAnimation.Property
- DURATION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AbstractAnimation
- DurationCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
durationproperty ofAnimationat runtime. - durationCallbackProxy - Variable in class org.pepstock.charba.client.options.AbstractAnimation
- DUSK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dusk" -
- DUSTY_GRASS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Dusty Grass" -
- DUTCH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Dutch language.
- DZONGKHA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Dzongkha language.
E
- E_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the right cursor
- EARTHLY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Earthly" -
- EASE_IN_BACK - org.pepstock.charba.client.enums.Easing
- EASE_IN_BOUNCE - org.pepstock.charba.client.enums.Easing
- EASE_IN_CIRC - org.pepstock.charba.client.enums.Easing
- EASE_IN_CUBIC - org.pepstock.charba.client.enums.Easing
- EASE_IN_ELASTIC - org.pepstock.charba.client.enums.Easing
- EASE_IN_EXPO - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_BACK - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_BOUNCE - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_CIRC - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_CUBIC - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_ELASTIC - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_EXPO - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_QUAD - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_QUART - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_QUINT - org.pepstock.charba.client.enums.Easing
- EASE_IN_OUT_SINE - org.pepstock.charba.client.enums.Easing
- EASE_IN_QUAD - org.pepstock.charba.client.enums.Easing
- EASE_IN_QUART - org.pepstock.charba.client.enums.Easing
- EASE_IN_QUINT - org.pepstock.charba.client.enums.Easing
- EASE_IN_SINE - org.pepstock.charba.client.enums.Easing
- EASE_OUT_BACK - org.pepstock.charba.client.enums.Easing
- EASE_OUT_BOUNCE - org.pepstock.charba.client.enums.Easing
- EASE_OUT_CIRC - org.pepstock.charba.client.enums.Easing
- EASE_OUT_CUBIC - org.pepstock.charba.client.enums.Easing
- EASE_OUT_ELASTIC - org.pepstock.charba.client.enums.Easing
- EASE_OUT_EXPO - org.pepstock.charba.client.enums.Easing
- EASE_OUT_QUAD - org.pepstock.charba.client.enums.Easing
- EASE_OUT_QUART - org.pepstock.charba.client.enums.Easing
- EASE_OUT_QUINT - org.pepstock.charba.client.enums.Easing
- EASE_OUT_SINE - org.pepstock.charba.client.enums.Easing
- easing - Variable in class org.pepstock.charba.client.impl.charts.MeterContext
- Easing - Enum in org.pepstock.charba.client.enums
-
Easing is acceleration, a change in speed.
For further details, see here. - Easing(String) - Constructor for enum org.pepstock.charba.client.enums.Easing
-
Creates with the property value to use in the native object.
- EASING - org.pepstock.charba.client.options.AbstractAnimation.Property
- EASING_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AbstractAnimation
- EasingCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
easingproperty ofAnimationat runtime. - easingCallbackProxy - Variable in class org.pepstock.charba.client.options.AbstractAnimation
- EAST_CARIBBEAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for East Caribbean Dollar currency.
- EAST_TIMOR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for East Timor region.
- EASTERN_YIDDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Eastern Yiddish language.
- EASYMED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "EasyMed" -
- ECUADOR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ecuador region.
- EDS_SUNSET_GRADIENT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ed's Sunset Gradient" -
- EGYD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Egyptian demotic script.
- EGYH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Egyptian hieratic script.
- EGYP - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Egyptian hieroglyphs script.
- EGYPT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Egypt timezone.
- EGYPT - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Egypt region.
- EGYPTIAN_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Egyptian Pound currency.
- EIGHT - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "EIGHT" -
- EIGHTY_PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "80's Purple" -
- EIRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Eire timezone.
- EL_SALVADOR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for El Salvador region.
- EL_SALVADOR_COLON - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for El Salvador Colon currency.
- ELATE_THE_EUGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Elate The Euge" -
- ELBA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Elbasan script.
- ELECTRIC_PEACOCK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Electric Peacock" -
- ELECTRIC_VIOLET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Electric Violet" -
- element - Variable in class org.pepstock.charba.client.AbstractChart
- element - Variable in class org.pepstock.charba.client.annotation.AnnotationContext
- element - Variable in class org.pepstock.charba.client.items.DatasetReference
- ELEMENT - org.pepstock.charba.client.annotation.AnnotationContext.Property
- ELEMENT - org.pepstock.charba.client.items.DatasetReference.Property
- ELEMENT - org.pepstock.charba.client.items.InteractionItem.Property
- ELEMENT - org.pepstock.charba.client.items.TooltipItem.Property
- ELEMENT - org.pepstock.charba.client.utils.toast.ToastItem.Property
- ELEMENT_KEY_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
- ELEMENT_KEY_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
- ELEMENT_KEY_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- ELEMENT_KEY_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
- ELEMENT_KEY_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
- ELEMENT_KEY_AS_STRING - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
- ELEMENT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- ELEMENTAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Elemental6" -
- ElementAlign - Enum in org.pepstock.charba.client.enums
-
Property to set alignment of the legend and the title.
- ElementAlign(String, String) - Constructor for enum org.pepstock.charba.client.enums.ElementAlign
-
Creates with the property value to use in the native object.
- ElementAlignCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
alignproperty at runtime - elementDelegated - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- elementDelegated - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperContentElement
- ElementFactory<T extends NativeObjectContainer> - Interface in org.pepstock.charba.client.options
-
Interface to be implemented to load elements from
Options.getElements(). - elementKey - Variable in class org.pepstock.charba.client.options.AbstractElementFactory
- ElementProperties - Class in org.pepstock.charba.client.items
-
Maps all properties of the element, as result of
ChartElement.getFinalPositionProps(Key...)method. - ElementProperties(List<Key>, NativeObject) - Constructor for class org.pepstock.charba.client.items.ElementProperties
-
Creates the object with native object to map java script properties.
- elements - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- elements - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- elements - Variable in class org.pepstock.charba.client.options.Options
- Elements - Class in org.pepstock.charba.client.configuration
-
Options can be configured for four different types of elements: arc, lines, points, and bars.
When set, these options apply to the configuration attached to a dataset. - Elements - Class in org.pepstock.charba.client.options
-
Options can be configured for four different types of elements: arc, lines, points, and bars.
When set, these options apply to the configuration attached to a dataset. - Elements(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Elements
-
Builds the object storing the default root options.
- Elements(Options, Key, IsDefaultElements, NativeObject) - Constructor for class org.pepstock.charba.client.options.Elements
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ELEMENTS - org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
- ELEMENTS - org.pepstock.charba.client.options.Options.Property
- ELEMENTS_INJECTED - Static variable in class org.pepstock.charba.client.Injector
- Elements.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ELLIPSE - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a ELLIPSE annotation which draws an ellipse in the a chart.
- EllipseAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a ELLIPSE annotation which draws a ellipse in the a chart.
If one of the axes is not specified, the ellipse will take the entire chart dimension.
The 4 coordinates, xMin, xMax, yMin, yMax are optional. - EllipseAnnotation() - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptionsinstance.
The annotation id is calculated automatically. - EllipseAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - EllipseAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - EllipseAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - EllipseAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptionsinstance, using the native object and defaults passed as argument. - EllipseAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates a ellipse annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - EllipseAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Creates the object wrapping an existing native object.
- EllipseAnnotation.EllipseElementFactory - Class in org.pepstock.charba.client.annotation
-
Specific element factory for ellipse annotation elements.
- EllipseAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- EllipseElementFactory(String) - Constructor for class org.pepstock.charba.client.annotation.EllipseAnnotation.EllipseElementFactory
-
Creates the factory by the key of object, as string.
- EllipseLabel - Class in org.pepstock.charba.client.annotation
-
Implements a LABEL to apply on a ELLIPSE annotation.
- EllipseLabel(EllipseAnnotation, IsDefaultsEllipseLabel) - Constructor for class org.pepstock.charba.client.annotation.EllipseLabel
-
To avoid any instantiation because is added in the all
EllipseAnnotation. - EllipseLabel(EllipseAnnotation, NativeObject, IsDefaultsEllipseLabel) - Constructor for class org.pepstock.charba.client.annotation.EllipseLabel
-
To avoid any instantiation because is added in the all
EllipseAnnotation. - ELYM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Elymaic script.
- EmbeddedResources - Class in org.pepstock.charba.client.resources
-
Java script resources container to reference LUXON as date time library (synchronous mode).
It has been invoked in order to have an java script injection, needed to CHARBA, where CHART.JS and date library will be load in embedded mode. - EmbeddedResources(boolean) - Constructor for class org.pepstock.charba.client.resources.EmbeddedResources
-
Creates a resource object by a flag.
Of passed argument istrue, it must inject the LUXON date library. - EMBU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Embu language.
- EMERALD_SEA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Emerald Sea" -
- EMERALD_WATER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Emerald Water" -
- empty() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns
trueif there is at least a property, otherwisefalse. - EMPTY_ACTION_ITEM_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
ActionItemarray. - EMPTY_ARRAY_STRING - Static variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- EMPTY_BOOLEAN_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
booleanarray. - EMPTY_BOOLEAN_OBJECT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Booleanarray. - EMPTY_BORDER_ALIGN_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
BorderAlignarray. - EMPTY_BORDER_SKIPPED_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
BorderSkippedarray. - EMPTY_COLORS_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
IsColorarray. - EMPTY_DATA_POINT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
DataPointarray. - EMPTY_DATE_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Datearray. - EMPTY_DOUBLE_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
doublearray. - EMPTY_DOUBLE_OBJECT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Doublearray. - EMPTY_EVENT_BUTTON_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
EventButtonarray. - EMPTY_INT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
intarray. - EMPTY_INTEGER_OBJECT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Integerarray. - EMPTY_JSON_OBJECT - Static variable in class org.pepstock.charba.client.utils.JSONReplacerConstants
- EMPTY_KEY_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Keyarray. - EMPTY_MEASURE_UNIT_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
MeasureUnitarray. - EMPTY_OPTIONS - Static variable in class org.pepstock.charba.client.intl.DateTimeFormatWrapper
- EMPTY_OPTIONS - Static variable in class org.pepstock.charba.client.intl.NumberFormatWrapper
- EMPTY_RESULT - Static variable in class org.pepstock.charba.client.configuration.LegendLabels
- EMPTY_SAFE_HTML - Static variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Default empty
SafeHtml. - EMPTY_STAR - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a start (no filled) on the tile.
- EMPTY_STRING - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for EMPTY string, "".
- EMPTY_STRING_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
Stringarray. - EMPTY_TIME_SERIES_ITEM_ARRAY - Static variable in class org.pepstock.charba.client.commons.ArrayUtil
-
An empty immutable
TimeSeriesItemarray. - EmptyResource - Class in org.pepstock.charba.client.resources
-
Default implementation for an empty resource to inject.
This could be helpful when you don't want to inject a library because are available from another framework. - EmptyResource(String) - Constructor for class org.pepstock.charba.client.resources.EmptyResource
-
Creates an empty injectable resource with empty content, using the argument as name.
- EmptyResource(Key) - Constructor for class org.pepstock.charba.client.resources.EmptyResource
-
Creates an empty injectable resource with empty content, using the argument as name.
- EmptyStar - Class in org.pepstock.charba.client.colors.tiles
-
STAR drawer to design a star (empty) in the tile.
It designs a star in the following tile sections (only A):
- EmptyStar() - Constructor for class org.pepstock.charba.client.colors.tiles.EmptyStar
- enable() - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable() - Static method in class org.pepstock.charba.client.Charba
-
Enables Charba in the application, injecting also the date time library.
- enable() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable() - Static method in class org.pepstock.charba.client.gradient.GradientPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable() - Static method in class org.pepstock.charba.client.labels.LabelsPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable() - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Inject the plugin but disables in the all charts waiting for the specific statement for each chart.
- enable(boolean) - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(boolean) - Static method in class org.pepstock.charba.client.Charba
-
Enables Charba in the application.
If the argument is set tofalse, the date time library is not injected. - enable(boolean) - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(boolean) - Static method in class org.pepstock.charba.client.gradient.GradientPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(boolean) - Static method in class org.pepstock.charba.client.labels.LabelsPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(boolean) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(boolean, boolean) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Inject the plugin and by the argument decides to enable the plugin to all charts or not.
- enable(Runnable) - Static method in class org.pepstock.charba.client.DeferredCharba
-
Enables Charba in the application, injecting also the date time library.
Start an entry point as a runnable.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting. - enable(Runnable, boolean) - Static method in class org.pepstock.charba.client.DeferredCharba
-
Enables Charba in the application.
If the argument is set tofalse, the date time library is not injected.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting. - ENABLE_BORDER_RADIUS - org.pepstock.charba.client.configuration.Bar.Property
- ENABLE_BORDER_RADIUS - org.pepstock.charba.client.data.BarDataset.Property
- ENABLE_BORDER_RADIUS - org.pepstock.charba.client.options.Bar.Property
- enableBorderRadiusCallback - Variable in class org.pepstock.charba.client.configuration.Bar
- enableBorderRadiusCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- EnableBorderRadiusCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
enableBorderRadiusproperty ofBarat runtime. - enableBorderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Bar
- enableBorderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- ENABLED - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- ENABLED - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- ENABLED - org.pepstock.charba.client.options.AutoColors.Property
- ENABLED - org.pepstock.charba.client.options.Decimation.Property
- ENABLED - org.pepstock.charba.client.options.Major.Property
- ENABLED - org.pepstock.charba.client.options.Tooltips.Property
- ENABLED - org.pepstock.charba.client.zoom.Drag.Property
- ENABLED - org.pepstock.charba.client.zoom.Pan.Property
- ENABLED - org.pepstock.charba.client.zoom.Pinch.Property
- ENABLED - org.pepstock.charba.client.zoom.Wheel.Property
- enableResizeOnBeforePrint - Variable in class org.pepstock.charba.client.utils.WindowHelper
- enableResizeOnBeforePrint() - Static method in class org.pepstock.charba.client.utils.Window
-
CSS media queries allow changing styles when printing a page.
- enableResizeOnBeforePrint() - Method in class org.pepstock.charba.client.utils.WindowHelper
-
CSS media queries allow changing styles when printing a page.
- end - Variable in class org.pepstock.charba.client.annotation.ArrowHeads
- end - Variable in class org.pepstock.charba.client.annotation.DefaultArrowHeads
- end - Variable in class org.pepstock.charba.client.annotation.elements.ArrowHeadsElement
- end - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
- END - org.pepstock.charba.client.annotation.ArrowHeads.Property
- END - org.pepstock.charba.client.annotation.elements.ArrowHeadsElement.Property
- END - org.pepstock.charba.client.annotation.enums.LabelPosition
-
The "end" property sets the line label at ending of line.
- END - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned after the anchor point, following the same direction.
- END - org.pepstock.charba.client.datalabels.enums.Anchor
-
Highest element boundary
- END - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The
Endkey. - END - org.pepstock.charba.client.enums.BorderSkipped
-
The end property sets the end edge of an element to a unit above/below its normal position.
- END - org.pepstock.charba.client.enums.ElementAlign
-
The property sets the end alignment.
- END - org.pepstock.charba.client.enums.Fill
-
Fill the area from the top X axis
- END - org.pepstock.charba.client.enums.ScaleTitleAlign
-
The property sets the text at end of scale.
- END - org.pepstock.charba.client.enums.TextAlign
-
The same as right if direction is left-to-right and left if direction is right-to-left.
- END - org.pepstock.charba.client.enums.TickAlign
-
The property sets the end alignment.
- END - org.pepstock.charba.client.items.ScaleItem.Property
- END_ANGLE - org.pepstock.charba.client.items.ArcElement.Property
- END_VALUE - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- END_VALUE - org.pepstock.charba.client.annotation.LineAnnotation.Property
- END_VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
- ENDED - org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
- ENDLESS_RIVER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Endless River" -
- endOf(double, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns end of unit for the given timestamp.
- endOf(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns end of unit for the given timestamp.
- endOf(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns end of unit for the given date.
- endSelection() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Complete an existing selection on canvas by an event.
Can be invokes by mouse up or refresh of chart (like resizing). - endSelection(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Complete an existing selection on canvas by an event.
Can be invokes by mouse up or refresh of chart (like resizing). - endValue - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
- endValueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
- ENGINEERING - org.pepstock.charba.client.intl.enums.Notation
-
To return the exponent of ten when divisible by three.
- ENGLISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for English language.
- ensureCssInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Injects a CSS style resource if not injected yet.
- ensureInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Injects a script resource if not injected yet.
- ensureInjected(AbstractInjectableResource) - Method in class org.pepstock.charba.client.resources.EmbeddedResources
-
Injects a script resource if not injected yet.
- ensureInjected(AbstractInjectableResource, BaseHtmlElement) - Static method in class org.pepstock.charba.client.Injector
-
Injects a script resource if not injected yet.
- ENTER - org.pepstock.charba.client.annotation.EventsHandler.Property
- ENTER - org.pepstock.charba.client.datalabels.enums.Event
-
The mouse is moved over a label.
- ENTER - org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
The
EnterorReturn). - ENTER_EVENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.Listeners
- ENTER_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.EventsHandler
- EnterCallback - Interface in org.pepstock.charba.client.annotation.listeners
-
Callback interface of
AnnotationPlugin.IDplugin that is called once enter is fired. - enterCallbackProxy - Variable in class org.pepstock.charba.client.annotation.EventsHandler
- enterEventCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.Listeners
- EnterEventHandler - Interface in org.pepstock.charba.client.datalabels.events
-
Callback interface of
DataLabelsPlugin.IDplugin to manage ENTER events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue, the label is updated with the new context and the chart re-rendered. - ENTITY_NODE - org.pepstock.charba.client.dom.enums.NodeType
- ENTITY_REFERENCE_NODE - org.pepstock.charba.client.dom.enums.NodeType
- EntryPointStarter - Class in org.pepstock.charba.client.resources
-
Utility to start an entry point leveraging on deferred resources mode.
This helps when the GWT application is leveraging on code splitting.
- EntryPointStarter() - Constructor for class org.pepstock.charba.client.resources.EntryPointStarter
-
To avoid any instantiation
- EnumeratedScheme - Class in org.pepstock.charba.client.impl.plugins.enums
-
Internal class to manage color scheme as enumeration.
- EnumeratedScheme(String, String) - Constructor for class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
Builds the color scheme using all arguments
- EnumeratedScheme(String, String, String...) - Constructor for class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
-
Builds the color scheme using all arguments
- envelop - Variable in class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
- Envelop - Interface in org.pepstock.charba.client.commons
-
This is the interface to map the envelop.
It adds helpful methods to check the envelop. - EQ - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for EQUALS, "=".
- EQUAL_EARTH - org.pepstock.charba.client.geo.enums.Projection
-
Projection equalEarth.
- equals(Object) - Method in class org.pepstock.charba.client.colors.CanvasObject
- equals(Object) - Method in class org.pepstock.charba.client.colors.Gradient
- equals(Object) - Method in class org.pepstock.charba.client.colors.Pattern
- equals(Object) - Method in class org.pepstock.charba.client.commons.AbstractKey
- equals(Object) - Method in class org.pepstock.charba.client.configuration.StandardAxisType
- equals(Object) - Method in class org.pepstock.charba.client.controllers.ControllerType
- equals(Object) - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
- equals(Object) - Method in class org.pepstock.charba.client.events.EventType
- equals(Object) - Method in class org.pepstock.charba.client.intl.CLocale
- equals(Object) - Method in class org.pepstock.charba.client.options.StandardScaleId
- equals(Object) - Method in class org.pepstock.charba.client.utils.toast.ActionItem
- equals(Key, Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns
trueif the keys have got the same value. - EQUALS_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
- EQUATORIAL_GUINEA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Equatorial Guinea region.
- EQUIRECTANGULAR - org.pepstock.charba.client.geo.enums.Projection
-
Projection equirectangular.
- EQUITY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Equity6" -
- ERA - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- ERA - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the era, for example "BC" or "AD".
- ERASE_EOF - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Erase to End of Field.
- ERITREA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Eritrea region.
- ERROR - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Error toast type -
- ERROR - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Error toast type - Toast content
- escape(char) - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
-
Escapes the char passed as argument.
- ESCAPE - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Esc(Escape) key. - escapeAll(String) - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
-
Escapes the string passed as argument.
- EscKeyEventListener(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin.EscKeyEventListener
-
Creates the listener with the chart instance
- ESPERANTO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Esperanto language.
- ESSENTIAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Essential6" -
- ESTONIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Estonia region.
- ESTONIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Estonian language.
- ESWATINI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Eswatini region.
- ETC_GMT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/GMT timezone.
- ETC_GMT_PLUS_0 - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/GMT+0 timezone.
- ETC_UCT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/UCT timezone.
- ETC_UNIVERSAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/Universal timezone.
- ETC_UTC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/UTC timezone.
- ETC_ZULU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Etc/Zulu timezone.
- ETHI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ethiopic (Geʻez) script.
- ETHIOPIA - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for ethiopia calendar.
- ETHIOPIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ethiopia region.
- ETHIOPIAN_BIRR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Ethiopian Birr currency.
- ETHIOPIC - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for ethiopic calendar.
- EURO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Euro currency.
- EUROPE_AMSTERDAM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Amsterdam timezone.
- EUROPE_ANDORRA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Andorra timezone.
- EUROPE_ATHENS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Athens timezone.
- EUROPE_BELFAST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Belfast timezone.
- EUROPE_BELGRADE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Belgrade timezone.
- EUROPE_BERLIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Berlin timezone.
- EUROPE_BRATISLAVA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Bratislava timezone.
- EUROPE_BRUSSELS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Brussels timezone.
- EUROPE_BUCHAREST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Bucharest timezone.
- EUROPE_BUDAPEST - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Budapest timezone.
- EUROPE_BUSINGEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Busingen timezone.
- EUROPE_CHISINAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Chisinau timezone.
- EUROPE_COPENHAGEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Copenhagen timezone.
- EUROPE_DUBLIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Dublin timezone.
- EUROPE_GIBRALTAR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Gibraltar timezone.
- EUROPE_GUERNSEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Guernsey timezone.
- EUROPE_HELSINKI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Helsinki timezone.
- EUROPE_ISLE_OF_MAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Isle_of_Man timezone.
- EUROPE_ISTANBUL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Istanbul timezone.
- EUROPE_JERSEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Jersey timezone.
- EUROPE_KALININGRAD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Kaliningrad timezone.
- EUROPE_KIEV - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Kiev timezone.
- EUROPE_LISBON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Lisbon timezone.
- EUROPE_LJUBLJANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Ljubljana timezone.
- EUROPE_LONDON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/London timezone.
- EUROPE_LUXEMBOURG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Luxembourg timezone.
- EUROPE_MADRID - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Madrid timezone.
- EUROPE_MALTA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Malta timezone.
- EUROPE_MARIEHAMN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Mariehamn timezone.
- EUROPE_MINSK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Minsk timezone.
- EUROPE_MONACO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Monaco timezone.
- EUROPE_MOSCOW - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Moscow timezone.
- EUROPE_NICOSIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Nicosia timezone.
- EUROPE_OSLO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Oslo timezone.
- EUROPE_PARIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Paris timezone.
- EUROPE_PODGORICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Podgorica timezone.
- EUROPE_PRAGUE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Prague timezone.
- EUROPE_RIGA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Riga timezone.
- EUROPE_ROME - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Rome timezone.
- EUROPE_SAMARA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Samara timezone.
- EUROPE_SAN_MARINO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/San_Marino timezone.
- EUROPE_SARAJEVO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Sarajevo timezone.
- EUROPE_SIMFEROPOL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Simferopol timezone.
- EUROPE_SKOPJE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Skopje timezone.
- EUROPE_SOFIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Sofia timezone.
- EUROPE_STOCKHOLM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Stockholm timezone.
- EUROPE_TALLINN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Tallinn timezone.
- EUROPE_TIRANE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Tirane timezone.
- EUROPE_TIRASPOL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Tiraspol timezone.
- EUROPE_UZHGOROD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Uzhgorod timezone.
- EUROPE_VADUZ - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Vaduz timezone.
- EUROPE_VATICAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Vatican timezone.
- EUROPE_VIENNA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Vienna timezone.
- EUROPE_VILNIUS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Vilnius timezone.
- EUROPE_VOLGOGRAD - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Volgograd timezone.
- EUROPE_WARSAW - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Warsaw timezone.
- EUROPE_ZAGREB - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Zagreb timezone.
- EUROPE_ZAPOROZHYE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Zaporozhye timezone.
- EUROPE_ZURICH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Europe/Zurich timezone.
- EVENING_NIGHT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Evening Night" -
- EVENING_SUNSHINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Evening Sunshine" -
- Event - Class in org.pepstock.charba.client.events
-
Base object for chart events which can be consumed by an handler.
- Event - Enum in org.pepstock.charba.client.annotation.enums
-
Mouse events to enable on each annotation.
- Event - Enum in org.pepstock.charba.client.datalabels.enums
-
This
DataLabelsPlugin.IDplugin currently supports the below label events.
Charba events that need to be enabled in order to get the associated label event working. - Event() - Constructor for class org.pepstock.charba.client.events.Event
-
Constructor.
- Event(String) - Constructor for enum org.pepstock.charba.client.annotation.enums.Event
-
Creates an event property value to use int the native object.
- Event(String) - Constructor for enum org.pepstock.charba.client.datalabels.enums.Event
-
Creates with the property value to use in the native object.
- EVENT - org.pepstock.charba.client.items.PluginEventArgument.Property
- EVENT_ARGUMENT - Static variable in class org.pepstock.charba.client.interaction.NativeInteraction
- eventAxesHandler - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- EventAxesHandler - Class in org.pepstock.charba.client.configuration
-
It manages click, hover, enter and leave events on axes instances.
- EventAxesHandler(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.EventAxesHandler
-
Builds the object storing the configuration options.
- eventBus - Variable in class org.pepstock.charba.client.events.HandlerManager
- EventBus - Class in org.pepstock.charba.client.events
-
Internal implementation of event bus, which will perform firing of event to the handlers.
- EventBus() - Constructor for class org.pepstock.charba.client.events.EventBus
- EventButton - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the property value of a
NativeMouseEventto indicate which button was pressed on the mouse to trigger the event.
This property only guarantees to indicate which buttons are pressed during events caused by pressing or releasing one or multiple buttons.
As such, it is not reliable for events such asMouseEventType.MOUSE_ENTER,MouseEventType.MOUSE_LEAVE,MouseEventType.MOUSE_OVER,MouseEventType.MOUSE_OUT, orMouseEventType.MOUSE_MOVE. - EventButton(int, int) - Constructor for enum org.pepstock.charba.client.dom.enums.EventButton
-
Creates with button and buttons values defined for DOM.
- eventContext - Variable in class org.pepstock.charba.client.events.AbstractChartEvent
- eventContext - Variable in class org.pepstock.charba.client.items.PluginEventArgument
- EventHandler - Interface in org.pepstock.charba.client.events
-
Interface for objects which will be handlers.
- EventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeBaseEvent. - EventInit() - Constructor for class org.pepstock.charba.client.dom.events.EventInit
-
Creates an empty object
- EventInit(boolean) - Constructor for class org.pepstock.charba.client.dom.events.EventInit
-
Creates an initialization object, setting the bubbles value.
- EventInit(boolean, boolean) - Constructor for class org.pepstock.charba.client.dom.events.EventInit
-
Creates an initialization object, setting the bubbles and cancelable values.
- EventInit(NativeBaseEvent) - Constructor for class org.pepstock.charba.client.dom.events.EventInit
-
Creates an initialization object, cloning all source event data
- EventInit.Property - Enum in org.pepstock.charba.client.dom.events
-
Name of properties of native object.
- EventPhase - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the phases of the event flow which is currently being evaluated.
- EventPhase(int) - Constructor for enum org.pepstock.charba.client.dom.enums.EventPhase
-
Creates with the property value to use in the native object.
- EventPoint - Class in org.pepstock.charba.client
-
This object is wrapping the native java script object provided by
Helpersto know the position of the event on the canvas. - EventPoint - Class in org.pepstock.charba.client.zoom
-
This object is wrapping the native java script object provided by
ZoomContextto know the position of the event when pan or zoom are about to start. - EventPoint(NativeObject) - Constructor for class org.pepstock.charba.client.EventPoint
-
Creates the object with native object instance to be wrapped.
- EventPoint(NativeObject) - Constructor for class org.pepstock.charba.client.zoom.EventPoint
-
Creates the object with native object instance to be wrapped.
- EVENTS - org.pepstock.charba.client.options.EventsOptionHandler.Property
- EVENTS - org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
- eventsFiringQueue - Variable in class org.pepstock.charba.client.events.EventBus
- eventsHandler - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- eventsHandler - Variable in class org.pepstock.charba.client.annotation.AnnotationOptions
- eventsHandler - Variable in class org.pepstock.charba.client.options.Legend
- eventsHandler - Variable in class org.pepstock.charba.client.options.Options
- eventsHandler - Variable in class org.pepstock.charba.client.options.Tooltips
- eventsHandler - Variable in class org.pepstock.charba.client.plugins.AbstractPluginOptions
- EventsHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the events callbacks options.
- EventsHandler(AbstractAnnotation, IsDefaultsEventsHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.EventsHandler
-
Creates a events callbacks handler with the native object where events callbacks properties must be managed and the default value to use when the property does not exist.
- EventsHandler(AnnotationOptions, AbstractAnnotation, IsDefaultsEventsHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.EventsHandler
-
Creates a events callbacks handler with the native object where events callbacks properties must be managed and the default value to use when the property does not exist.
- EventsHandler(AnnotationOptions, IsDefaultsEventsHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.EventsHandler
-
Creates a events callbacks handler with the native object where events callbacks properties must be managed and the default value to use when the property does not exist.
- EventsHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- EventsOptionHandler - Class in org.pepstock.charba.client.options
-
Base object which maps EVENTS option.
- EventsOptionHandler(AbstractNode, IsDefaultEventHandler, NativeObject) - Constructor for class org.pepstock.charba.client.options.EventsOptionHandler
-
Creates a native object where one or more properties must be managed, cross classes and package.
- EventsOptionHandler(AbstractNode, IsDefaultEventHandler, PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.EventsOptionHandler
-
Creates a native object where one or more properties must be managed, cross classes and package.
- EventsOptionHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- eventSubtitleHandler - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- EventSubtitleHandler - Class in org.pepstock.charba.client.configuration
-
It manages click, enter and leave events on subtitle instances.
- EventSubtitleHandler(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.EventSubtitleHandler
-
Builds the object storing the configuration options.
- eventTitleHandler - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- EventTitleHandler - Class in org.pepstock.charba.client.configuration
-
It manages click, enter and leave events on title instances.
- EventTitleHandler(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.EventTitleHandler
-
Builds the object storing the configuration options.
- EventType - Class in org.pepstock.charba.client.events
-
This is the type of an event which must be related to the handlers.
To be unique it uses a class name as value. - EventType(String) - Constructor for class org.pepstock.charba.client.events.EventType
-
Builds the object with the key value as string
- EW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Bidirectional resize cursor.
- EWE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ewe language.
- EWONDO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ewondo language.
- EXCEL16 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Excel16" -
- EXCEPT_ZERO - org.pepstock.charba.client.intl.enums.SignDisplay
-
To sign display for positive and negative numbers, but not zero.
- EXCEPTION_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.toast.NameChecker
- EXCLUSION - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Like difference, but with lower contrast.
- exec(String) - Method in class org.pepstock.charba.client.utils.RegExp
-
Executes a search for a match in a string.
It returns an array of information or null on a mismatch. - execute(BaseMeterChart<?>, ChartNode, MeterDataset, MeterOptions, double) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Draws the value inside the inner radius of doughnut.
- execute(IsChart) - Method in interface org.pepstock.charba.client.ChartTimerTask
-
Executes the task repeatedly, internally by the chart instance.
- EXECUTE - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Executekey. - EXECUTIVE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Executive6" -
- EXHIBIT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Exhibit6" -
- EXPO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Expo6" -
- EXPONENTIAL - org.pepstock.charba.client.enums.RegressionType
-
Identify an exponential regression,
ExponentialRegression. - EXPONENTIAL - org.pepstock.charba.client.ml.RegressionFactory
-
Identify an exponential regression,
ExponentialRegression. - ExponentialRegression - Class in org.pepstock.charba.client.ml
-
Exponential regression is a non-linear regression technique that looks like this:
y = A * eB * x
- ExponentialRegression(List<Double>, List<Double>) - Constructor for class org.pepstock.charba.client.ml.ExponentialRegression
-
Creates the exponential regression object, using the passed data to calculate the formula.
- ExponentialRegression(RegressionDescriptor) - Constructor for class org.pepstock.charba.client.ml.ExponentialRegression
-
Creates the exponential regression object, using the passed regression descriptor.
- EXPRESSO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "eXpresso" -
- EXTEND_SELECTION - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The
ExSel(Extend Selection) key. - extendedBorderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
- extendedBorderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.Callout
- extendedBorderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- extendedBorderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.LineLabel
- extendedBorderOptionsHandler - Variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
- ExtendedBorderOptionsHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the extended border options.
- ExtendedBorderOptionsHandler(AbstractAnnotation, IsDefaultsExtendedBorderOptionsHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Creates a extended border options handler with the native object where extended border options properties must be managed and the default value to use when the property does not exist.
- ExtendedBorderOptionsHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- ExtendedInteraction - Interface in org.pepstock.charba.client.interaction
-
This class can be used when a custom interaction mode is already available and implemented in java script (for instance, controllers or plugins which added a specific interaction mode).
Java script FUNCTION callback called to invoke a custom interactioner. - ExtendedInteractioner - Class in org.pepstock.charba.client.interaction
-
Maps a custom interaction mode implementation which is already available and implemented in java script (for instance, controllers or plugins which added a specific interaction mode).
- ExtendedInteractioner(String, ExtendedInteraction) - Constructor for class org.pepstock.charba.client.interaction.ExtendedInteractioner
-
Creates the interactioner passing the name of interaction mode as argument.
- ExtendedOptions - Class in org.pepstock.charba.client.options
-
Options used internally inside the chart configuration.
This is the root element of configuration.
Extends the normal options (with scales) with all methods to add callbacks and events.
It provides also the method to set the CHARBA id when new chart is created. - ExtendedOptions(IsChart, IsDefaultScaledOptions, ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.ExtendedOptions
-
Creates an options with default provider.
- ExtendedOptions(IsChart, IsDefaultScaledOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.ExtendedOptions
-
Creates an options with default provider.
- ExtendedOptions(IsChart, IsDefaultScaledOptions, ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.ExtendedOptions
-
Creates an options with default provider.
- ExtendedOptions.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ExtendedScale - Class in org.pepstock.charba.client.options
-
Scale options used internally inside the chart configuration.
Extends the normal scale options with all methods to add callbacks and events. - ExtendedScale(ConfigurationEnvelop<Scale>, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.ExtendedScale
-
Creates a scale with the chart options scale as inner object.
- ExtendedScale(ConfigurationEnvelop<ScaleId>, AxisType, AxisKind, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.ExtendedScale
-
Creates a scale with default provider.
The native object is created empty. - ExtendedScale.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ExtendedScales - Class in org.pepstock.charba.client.options
-
Options used internally inside the chart configuration.
This is the SCALES element of configuration. - ExtendedScales(Options, Key, IsDefaultScales, NativeObject) - Constructor for class org.pepstock.charba.client.options.ExtendedScales
-
Creates the scales object as child of the option object.
- extendedShadowOptionsHandler - Variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- extendedShadowOptionsHandler - Variable in class org.pepstock.charba.client.annotation.Arrow
- extendedShadowOptionsHandler - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
- extendedShadowOptionsHandler - Variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
- extendedShadowOptionsHandler - Variable in class org.pepstock.charba.client.annotation.LineLabel
- ExtendedShadowOptionsHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the shadow options.
- ExtendedShadowOptionsHandler(AbstractAnnotation, IsDefaultsExtendedShadowOptionsHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
-
Creates a shadow options handler with the native object where shadow options properties must be managed and the default value to use when the property does not exist.
- ExtendedShadowOptionsHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- EXTERNAL - org.pepstock.charba.client.configuration.Tooltips.Property
- externalCallback - Variable in class org.pepstock.charba.client.configuration.Tooltips
- externalCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tooltips
- extractLegendItems(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Extracts all legend items which must be rendered in the legend.
- extractScope(AbstractNode) - Static method in interface org.pepstock.charba.client.commons.HasCallbackScope
-
Extracts the scope tag from the root of the node in the options.
F
- F1 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The first general-purpose function key,
F1. - F10 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F10key. - F11 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F11key. - F12 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F12key. - F13 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F13key. - F14 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F14key. - F15 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F15key. - F16 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F16key. - F17 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F17key. - F18 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F18key. - F19 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F19key. - F2 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F2key. - F20 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F20key. - F3 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F3key. - F4 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F4key. - F5 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F5key. - F6 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F6key. - F7 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F7key. - F8 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F8key. - F9 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The
F9key. - FACEBOOK_MESSENGER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Facebook Messenger" -
- FACET6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Facet6" -
- FACTOR - Static variable in class org.pepstock.charba.client.colors.ColorUtil
- factories - Variable in class org.pepstock.charba.client.interaction.Interactions
- factories - Variable in class org.pepstock.charba.client.items.ChartElementFactories
- factory - Variable in class org.pepstock.charba.client.commons.ArrayKeyList
- factory - Variable in class org.pepstock.charba.client.geo.BaseGeoOptions
- factory - Variable in class org.pepstock.charba.client.geo.ColorAxis
- factory - Variable in class org.pepstock.charba.client.geo.ColorLogarithmicAxis
- factory - Variable in class org.pepstock.charba.client.geo.GeoDatasetHandler
- factory - Variable in class org.pepstock.charba.client.geo.ProjectionAxis
- factory - Variable in class org.pepstock.charba.client.geo.SizeAxis
- factory - Variable in class org.pepstock.charba.client.geo.SizeLogarithmicAxis
- factory - Variable in class org.pepstock.charba.client.impl.plugins.CharbaPlugin
- factory - Variable in enum org.pepstock.charba.client.ml.RegressionFactory
- FACTORY - Static variable in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Date adapter options factory for LUXON option.
It should be use to get stored LUXON options from global, chart options and configurations. - FACTORY - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Annotation options factory
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Element factory to get ""boxAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Static instance for the MATRIX element factory
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Element factory to get ""ellipseAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Element factory to get ""labelAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
-
Element factory to get ""LineAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
-
Element factory to get ""pointAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Element factory to get ""polygonAnnotation"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.colors.GradientColor
- FACTORY - Static variable in class org.pepstock.charba.client.data.ArcBorderRadius
-
Public factory to create a border radius object from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.data.BarBorderRadius
-
Public factory to create a border radius object from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.data.BarBorderWidth
-
Public factory to create a border width object from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.data.GradientsContainer
- FACTORY - Static variable in class org.pepstock.charba.client.data.PatternsContainer
- FACTORY - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Data labels options factory
- FACTORY - Static variable in class org.pepstock.charba.client.enums.DefaultEvents
-
Key factory instance to use for array set reading.
- FACTORY - Static variable in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.geo.BubbleMapDataset
- FACTORY - Static variable in class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.geo.ChoroplethDataset
- FACTORY - Static variable in class org.pepstock.charba.client.geo.Feature
- FACTORY - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Static instance for the GEOFEATURE element factory
- FACTORY - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Element factory to get ""geoFeature"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.gradient.GradientPlugin
-
Gradient options factory
- FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
The factory to create options
- FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
The factory to create options for plugin.
- FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Data labels options factory
- FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.Crosshair
-
The factory to create options for plugin.
- FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
The factory to read options for plugin
- FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
The factory to create options for plugin.
- FACTORY - Static variable in class org.pepstock.charba.client.intl.AbstractFormat
- FACTORY - Static variable in class org.pepstock.charba.client.intl.CLocaleBuilder
- FACTORY - Static variable in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Public factory to create a date time format options from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Public factory to create a number format options from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Factory instance to create active data set elements.
- FACTORY - Static variable in class org.pepstock.charba.client.items.ArcElement
-
Static instance for the ARC element factory
- FACTORY - Static variable in class org.pepstock.charba.client.items.BarElement
-
Static instance for the BAR element factory
- FACTORY - Static variable in class org.pepstock.charba.client.items.ChartElement
- FACTORY - Static variable in class org.pepstock.charba.client.items.LegendHitBoxItem
- FACTORY - Static variable in class org.pepstock.charba.client.items.LegendItem
-
Public factory to create a legend item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.LegendLabelItem
-
Public factory to create a legend labels item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.PointElement
-
Static instance for the POINT element factory
- FACTORY - Static variable in class org.pepstock.charba.client.items.ScaleLabelItem
-
Public factory to create a scale label item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.ScaleTickItem
-
Public factory to create a scale tick item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipBodyItem
- FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipItem
-
Public factory to create a tooltip item from a native object.
- FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipLabelColor
-
Tooltip color factory to create label color objects.
- FACTORY - Static variable in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Tooltip point style factory to create label point style objects.
- FACTORY - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
-
Data labels options factory
- FACTORY - Static variable in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.matrix.MatrixElement
-
Static instance for the MATRIX element factory
- FACTORY - Static variable in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Element factory to get ""matrix"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.sankey.SankeyElement
-
Static instance for the SANKEY element factory
- FACTORY - Static variable in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Element factory to get ""flow"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Factory instance to create data points.
- FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapElement
-
Static instance for the TREEMAP element factory
- FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Element factory to get ""treemap"" element.
- FACTORY - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zoom options factory
- FAHRENHEIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for fahrenheit.
- FAKE_ABSTRACT_NODE - Static variable in class org.pepstock.charba.client.commons.PropertyHandler
- FALKLAND_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Falkland Islands region.
- FALKLAND_ISLANDS_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Falkland Islands Pound currency.
- FALSE - org.pepstock.charba.client.enums.BorderSkipped
-
The property sets
falseto draw all borders. - FALSE - org.pepstock.charba.client.enums.Display
-
The axis is hidden.
For plugin, the label is hidden. - FALSE - org.pepstock.charba.client.enums.Fill
-
Does not fill any area
- FALSE - org.pepstock.charba.client.enums.PointStyle
- FALSE - org.pepstock.charba.client.enums.Stepped
-
No Step Interpolation (default)
- FALSE - org.pepstock.charba.client.geo.enums.ClipMap
-
Does not clip the area.
- family - Variable in class org.pepstock.charba.client.utils.toast.ImmutableFont
- FAMILY - org.pepstock.charba.client.options.Font.Property
- FANTI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Fanti language.
- FAR - org.pepstock.charba.client.enums.CrossAlign
-
the property sets the far cross alignment.
- FARHAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Farhan" -
- FAROE_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Faroe Islands region.
- FAROESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Faroese language.
- FEATHERED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Feathered6" -
- feature - Variable in class org.pepstock.charba.client.geo.GeoFeatureElement
- feature(String, String, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(String, Key, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(TopoJson, String, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(TopoJson, Key, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(AbstractInjectableResource, String, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- feature(AbstractInjectableResource, Key, FeatureFindCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and find a specific feature to enable outline.
- Feature - Class in org.pepstock.charba.client.geo
-
Represents the region definition with all properties and geometries needed to draw the region.
- Feature(NativeObject) - Constructor for class org.pepstock.charba.client.geo.Feature
-
Creates the object with native object instance to be wrapped.
- FEATURE - org.pepstock.charba.client.geo.ChoroplethDataPoint.Property
- FEATURE - org.pepstock.charba.client.geo.GeoFeatureElement.Property
- Feature.FeatureFactory - Class in org.pepstock.charba.client.geo
-
Creates
Featureobject from a native object. - Feature.Properties - Class in org.pepstock.charba.client.geo
-
Internal mapper of java script object at "properties" name space of a feature.
This is not expose in order to reduce the complexity fo rthe user to access to those data. - Feature.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- FeatureFactory() - Constructor for class org.pepstock.charba.client.geo.Feature.FeatureFactory
- FeatureFilterCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback to implement to have a new
Featurelist creation with all elements that pass the test implemented by this callback. - FeatureFindCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback to implement to find a
Featurefrom a list that pass the test implemented by this callback. - FeatureLabelCallback - Interface in org.pepstock.charba.client.geo.callbacks
- features(String, String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(String, String, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(String, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(String, Key, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(NativeObject, String) - Static method in class org.pepstock.charba.client.geo.NativeJsGeoHelper
-
Parses the topoJson definition in order to create all features need to draw the regions.
- features(TopoJson, String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(TopoJson, String) - Method in class org.pepstock.charba.client.geo.JsGeoHelper
-
Parses the topoJson definition in order to create all features need to draw the regions.
- features(TopoJson, String, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(TopoJson, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(TopoJson, Key, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(AbstractInjectableResource, String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(AbstractInjectableResource, String, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(AbstractInjectableResource, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- features(AbstractInjectableResource, Key, FeatureFilterCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Reads the topoJson definition and creates a list of features to enable regions drawing.
- FEDERATED_STATES_OF_MICRONESIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Federated States of Micronesia region.
- FIFTH - org.pepstock.charba.client.dom.enums.EventButton
-
Fifth button, typically the Browser Forward button.
- FIFTY_SHADES_OF_GREY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "50 Shades of Grey" -
- FIJI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Fiji region.
- FIJI_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Fiji Dollar currency.
- FILIPINO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Filipino language.
- fill() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Fills the current or given path with the current fill style.
- fill(double, int, int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(int, int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(Object, int, int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(String, int, int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(ArrayDouble, int, int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(NativeObject, int, int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(CanvasGradientItem, int, int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(CanvasPatternItem, int, int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(Canvas, int, int) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(Img, int, int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Fills all the elements of an array from a start index to an end index with a passed value.
- fill(Touch, int, int) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Fills all the elements of an array from a start index to an end index with a passed value.
- Fill - Enum in org.pepstock.charba.client.enums
-
Both line and radar charts support a fill option on the data set object which can be used to create area between two data sets or a data set and a boundary.
These are the constants of predefined filling mode values. - Fill(String, FillingMode) - Constructor for enum org.pepstock.charba.client.enums.Fill
-
Creates the predefined fillings by own mode, always
FillingMode.PREDEFINED. - FILL - org.pepstock.charba.client.annotation.Arrow.Property
- FILL - org.pepstock.charba.client.annotation.elements.ArrowElement.Property
- FILL - org.pepstock.charba.client.configuration.Line.Property
- FILL - org.pepstock.charba.client.options.FillHandler.Property
- FILL_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Arrow
- FILL_STYLE - org.pepstock.charba.client.items.LegendItem.Property
- FillBaseline - Class in org.pepstock.charba.client.items
-
The object enables the axis value to define the baseline for filling at axis level.
- FillBaseline() - Constructor for class org.pepstock.charba.client.items.FillBaseline
-
Creates the item using the default value to set for filling baseline.
- FillBaseline(double) - Constructor for class org.pepstock.charba.client.items.FillBaseline
-
Creates the item using the value to set for filling baseline.
- FillBaseline(OptionsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.FillBaseline
-
Creates the object with native object instance to be wrapped.
- FillBaseline.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- fillCallback - Variable in class org.pepstock.charba.client.configuration.Line
- fillCallback - Variable in class org.pepstock.charba.client.data.LiningDatasetFillHandler
- FillCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- FillCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
fillproperty at runtime.
The result object can have one of following type:
FillBoolean Integer forAbsoluteDatasetIndexFillString forRelativeDatasetIndexFill - fillCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Arrow
- fillCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Line
- fillCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDatasetFillHandler
- fillChart(IsChart, ChartBackgroundColorOptions) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
-
Fills the chart background.
- fillChartArea(IsChart, ChartBackgroundColorOptions) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
-
Fills the chart background.
- FillColors - Class in org.pepstock.charba.client.items
-
The object enables to support multiple colors when filling from one dataset.
- FillColors() - Constructor for class org.pepstock.charba.client.items.FillColors
-
Creates the item.
- FillColors(NativeObject) - Constructor for class org.pepstock.charba.client.items.FillColors
-
Creates the object with native object instance to be wrapped.
- FillColors(OptionsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.FillColors
-
Creates the object with native object instance to be wrapped.
- FillColors.FillColorsHandler - Class in org.pepstock.charba.client.items
-
This is fill handler to manage common fill methods.
- FillColors.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- FillColorsHandler(NativeObject) - Constructor for class org.pepstock.charba.client.items.FillColors.FillColorsHandler
-
Creates the handler with the delegated object.
- filler - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- filler - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
- filler - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- filler - Variable in class org.pepstock.charba.client.options.Options
- Filler - Class in org.pepstock.charba.client.configuration
-
The configuration for
DefaultPluginId.FILLERplugin. - Filler - Class in org.pepstock.charba.client.options
-
The filler plugin can be used to fill the datasets.
- Filler(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Filler
-
Builds the object storing the root options element.
- Filler(Plugins, Key, IsDefaultFiller, NativeObject) - Constructor for class org.pepstock.charba.client.options.Filler
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- FILLER - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage color filling on the chart.
- Filler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- fillHandler - Variable in class org.pepstock.charba.client.data.LiningDataset
- fillHandler - Variable in class org.pepstock.charba.client.options.Line
- FillHandler - Class in org.pepstock.charba.client.options
-
Manages the FILL property of options in order to use the same logic between line datasets and options/configuration.
- FillHandler(AbstractNode, IsFill, NativeObject, Key) - Constructor for class org.pepstock.charba.client.options.FillHandler
-
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
- FillHandler(AbstractNode, IsFill, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.FillHandler
-
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
This is called fromdatapackage. - FillHandler(AbstractNode, IsFill, ItemsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.FillHandler
-
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
This is called fromitemspackage. - FillHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- FillingMode - Enum in org.pepstock.charba.client.enums
-
Represents how to fill the area under the line.
- FillingMode(String) - Constructor for enum org.pepstock.charba.client.enums.FillingMode
-
Creates with the property value to use in the native object.
- fillRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a rectangle that is filled according to the current fill style.
This method draws directly to the canvas without modifying the current path, so any subsequent fill or stroke calls will have no effect on it. - fillText(String, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a text string at the specified coordinates, filling the string's characters with the current fill style.
- fillText(String, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a text string at the specified coordinates, filling the string's characters with the current fill style.
An parameter allows specifying a maximum width for the rendered text, which the user agent will achieve by condensing the text or by using a lower font size. - filter(ArrayObject.ArrayFilterCallback) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a new array with all elements that pass the test implemented by the provided function.
- filter(ArrayString.ArrayFilterCallback) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a new array with all elements that pass the test implemented by the provided function.
- filter(Feature, int) - Method in interface org.pepstock.charba.client.geo.callbacks.FeatureFilterCallback
- FILTER - org.pepstock.charba.client.configuration.LegendLabels.Property
- FILTER - org.pepstock.charba.client.configuration.Tooltips.Property
- filterCallback - Variable in class org.pepstock.charba.client.configuration.LegendLabels
- filterCallback - Variable in class org.pepstock.charba.client.configuration.Tooltips
- FilterCallback<T> - Interface in org.pepstock.charba.client.callbacks
-
Filters items out of the item container.
- filterCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LegendLabels
- filterCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tooltips
- find(ArrayObject.ArrayFindCallback) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Returns the value of the first element in the provided array that satisfies the provided testing function.
If no values satisfy the testing function, undefined is returned. - find(Feature, int) - Method in interface org.pepstock.charba.client.geo.callbacks.FeatureFindCallback
- FIND - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Findkey. - FINISH - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Finishkey. - FINLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Finland region.
- FINNISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Finnish language.
- FIRE_BRICK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "fireBrick" -
- fireAfterConfigure(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Fires the notification to all listeners after chart configuration.
- fireAfterInit(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Fires the notification to all listeners after chart init.
- fireBeforeConfigure(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Fires the notification to all listeners before chart configuration.
- fireBeforeDestory(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Fires the notification to all listeners before chart destroy.
- fireEvent(Event) - Method in class org.pepstock.charba.client.events.EventBus
-
Fires the event.
- fireEvent(Event) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Fires the event to the handlers.
- fireEvent(Event) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- fireEvent(Event) - Method in interface org.pepstock.charba.client.IsChart
-
Fires the event to the handlers.
- fireEvent(IsChart, LegendItem, NativeBaseEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Fires the event on specific legend item, selected by native event.
- FIREWATCH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Firewatch" -
- FIT - org.pepstock.charba.client.treemap.enums.Overflow
-
The label will be automatically fit inside the rectangle if its dimension is bigger than the rectangle size.
- FIXED - org.pepstock.charba.client.dom.enums.Position
-
The element is removed from the normal document flow, and no space is created for the element in the page layout.
It is positioned relative to the initial containing block established by the viewport, except when one of its ancestors has a transform, perspective, or filter property set to something other than none - FIXED_CIRCUMFERENCE - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
- FIXED_ROTATION - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
- FLAME - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Flame" -
- FLARE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Flare" -
- FLEX - org.pepstock.charba.client.dom.enums.Display
-
The element behaves like a block element and lays out its content according to the flexbox model.
- FLEX_BAR_THICKNESS - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
If set to 'flex', the base sample widths are calculated automatically based on the previous and following samples so that they take the full available widths without overlap.
Then, bars are sized using barPercentage and categoryPercentage.
There is no gap when the percentage options are 1.
This mode generates bars with different widths when data are not evenly spaced,Integer.MIN_VALUE. - FLEX_BAR_THICKNESS_VALUE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
-
The value to set to have the base sample widths are calculated automatically based on the previous and following samples so that they take the full available widths without overlap.
Then, bars are sized using barPercentage and categoryPercentage.
There is no gap when the percentage options are 1.
This mode generates bars with different widths when data are not evenly spaced, "flex". - FLICKR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Flickr" -
- FLOATING_BAR_DATA_FACTORY - Static variable in class org.pepstock.charba.client.data.BarDataset
-
Floating bars data factory to create
FloatingDatas. - FLOATING_DATA - org.pepstock.charba.client.enums.DataPointType
-
The data property is set a
FloatingData. - FloatingData - Class in org.pepstock.charba.client.data
-
Specifies the dataset for a bar chart as a pair of two numbers.
This will force rendering of bars with gaps between them (floating-bars).
First and second numbers will correspond the start and the end points of a bar respectively. - FloatingData() - Constructor for class org.pepstock.charba.client.data.FloatingData
-
Creates the object setting the default start and end points of a bar.
- FloatingData(double, double) - Constructor for class org.pepstock.charba.client.data.FloatingData
-
Creates the object setting the start and end points of a bar.
- FloatingData(ArrayDouble) - Constructor for class org.pepstock.charba.client.data.FloatingData
-
Creates the object with a native array passed as argument.
- FloatingDataFactory - Class in org.pepstock.charba.client.data
-
Factory to create a floating data from a native array, used for array container lists.
The array must contain and only 2 values. - FloatingDataFactory() - Constructor for class org.pepstock.charba.client.data.FloatingDataFactory
- FLORAL_WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "floralWhite" -
- FLOW - org.pepstock.charba.client.sankey.SankeyDataPoint.Property
- FLOW6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Flow6" -
- FLOWER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Flower" -
- FLUID_OUNCE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for fluid-ounce.
- focus() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Sets focus on the specified element, if it can be focused.
- FOCUS6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Focus6" -
- FOLIO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Folio6" -
- font - Variable in class org.pepstock.charba.client.annotation.DefaultBoxLabel
- font - Variable in class org.pepstock.charba.client.annotation.DefaultLineLabel
- font - Variable in class org.pepstock.charba.client.annotation.elements.BaseElement
- font - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- font - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- font - Variable in class org.pepstock.charba.client.configuration.CartesianScaleTitle
- font - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- font - Variable in class org.pepstock.charba.client.configuration.LegendLabels
- font - Variable in class org.pepstock.charba.client.configuration.LegendTitle
- font - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- font - Variable in class org.pepstock.charba.client.configuration.Tick
- font - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- font - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultSubtitle
- font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- font - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTitle
- font - Variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
- font - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
- font - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
- font - Variable in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
- font - Variable in class org.pepstock.charba.client.items.ScaleLabelItem
- font - Variable in class org.pepstock.charba.client.labels.Label
- font - Variable in class org.pepstock.charba.client.options.FontContainer
- font - Variable in class org.pepstock.charba.client.options.Options
- font - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- font - Variable in class org.pepstock.charba.client.treemap.AbstractLabels
- font - Variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultLabelValues
- font - Variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultTitleValues
- font - Variable in class org.pepstock.charba.client.utils.toast.ToastItemAction
- font - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- font - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperContentElement
- Font - Class in org.pepstock.charba.client.annotation
-
Base object to map font options for
AnnotationPlugin.IDplugin for label configuration. - Font - Class in org.pepstock.charba.client.configuration
-
Base object to map font configuration.
- Font - Class in org.pepstock.charba.client.datalabels
-
Base object to map font options for
DataLabelsPlugin.IDplugin configuration. - Font - Class in org.pepstock.charba.client.labels
-
Base object to map font options for
LabelsPlugin.IDplugin configuration. - Font - Class in org.pepstock.charba.client.options
-
Base object to map font options for configuration.
- Font(AbstractNode, Key, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.options.Font
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Font(AbstractDynamicConfiguration.IsProvider<IsFont>) - Constructor for class org.pepstock.charba.client.configuration.Font
-
Builds the object by a font provider used to get the font element for storing properties.
- Font(LabelItem, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.Font
-
Creates a font to use for chart configuration.
- Font(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataset.Font
-
Creates a font to use for plugin.
- Font(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.treemap.AbstractLabels.Font
-
Creates a font to use for plugin.
- Font(Label, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.labels.Font
-
Creates a font to use for chart configuration when the font is created by a callback, using a clone of another font object.
- Font(IsScriptableFontProvider<?>, AbstractDynamicConfiguration.IsProvider<IsFont>) - Constructor for class org.pepstock.charba.client.configuration.Font
-
Builds the object by a font provider used to get the font element for storing properties.
- Font(IsScriptableFontProvider<AnnotationContext>, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.Font
-
Creates a font to use for chart configuration.
- FONT - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- FONT - org.pepstock.charba.client.annotation.LabelHandler.Property
- FONT - org.pepstock.charba.client.configuration.AbstractTitle.Property
- FONT - org.pepstock.charba.client.configuration.RadialPointLabels.Property
- FONT - org.pepstock.charba.client.configuration.Tick.Property
- FONT - org.pepstock.charba.client.datalabels.LabelItem.Property
- FONT - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- FONT - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- FONT - org.pepstock.charba.client.items.ScaleLabelItem.Property
- FONT - org.pepstock.charba.client.labels.Label.Property
- FONT - org.pepstock.charba.client.options.AbstractReadOnlyFont.Property
- FONT - org.pepstock.charba.client.options.FontContainer.Property
- FONT - org.pepstock.charba.client.options.Options.Property
- FONT - org.pepstock.charba.client.sankey.SankeyDataset.Property
- FONT - org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
- FONT_COLOR - org.pepstock.charba.client.items.LegendItem.Property
- FONT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LabelHandler
- FONT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- FONT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.labels.Label
- FONT_SIZE_DECREMENT - Static variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
- FONT_SIZE_DECREMENT - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
- Font.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- fontCallback - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- fontCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- fontCallback - Variable in class org.pepstock.charba.client.configuration.Tick
- fontCallback - Variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
- fontCallback - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- fontCallback - Variable in class org.pepstock.charba.client.treemap.Captions
- fontCallback - Variable in class org.pepstock.charba.client.treemap.Labels
- FontCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
fontproperty at runtime. - fontCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- fontCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- fontCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- fontCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
- fontCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- fontCallbackProxy - Variable in class org.pepstock.charba.client.labels.Label
- fontCallbackProxy - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- fontCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Captions
- fontCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Labels
- fontContainer - Variable in class org.pepstock.charba.client.options.AbstractTitle
- fontContainer - Variable in class org.pepstock.charba.client.options.LegendLabels
- fontContainer - Variable in class org.pepstock.charba.client.options.LegendTitle
- fontContainer - Variable in class org.pepstock.charba.client.options.PointLabels
- fontContainer - Variable in class org.pepstock.charba.client.options.ScaleTitle
- fontContainer - Variable in class org.pepstock.charba.client.options.Ticks
- fontContainer - Variable in class org.pepstock.charba.client.utils.toast.AbstractContentElement
- FontContainer - Class in org.pepstock.charba.client.options
-
This is the labels configuration of the legend.
- FontContainer(AbstractNode, IsDefaultFontContainer, NativeObject) - Constructor for class org.pepstock.charba.client.options.FontContainer
-
Creates a font container with the native object where font properties must be managed and the default value to use when the property does not exist.
- FontContainer.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- fontFamily - Variable in class org.pepstock.charba.client.colors.tiles.CharacterShape
- fontItem - Variable in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
- FontItem - Class in org.pepstock.charba.client.items
-
Font options item to use mainly for callbacks.
- FontItem() - Constructor for class org.pepstock.charba.client.items.FontItem
-
Creates an empty font to use for chart configuration with global defaults.
- FontItem(IsDefaultFont) - Constructor for class org.pepstock.charba.client.items.FontItem
-
Creates an empty font to use for chart configuration when the font is created by a callback.
- fonts - Variable in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
- FontsCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface to set
fontproperty at runtime forLabels. - FontStyle - Enum in org.pepstock.charba.client.enums
-
The font-style property specifies the font style for a text.
- FontStyle(String) - Constructor for enum org.pepstock.charba.client.enums.FontStyle
-
Creates with the property value to use in the native object.
- FOOT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for foot.
- FOOTER - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- FOOTER - org.pepstock.charba.client.items.TooltipModel.Property
- FOOTER_ALIGN - org.pepstock.charba.client.options.Tooltips.Property
- FOOTER_COLOR - org.pepstock.charba.client.options.Tooltips.Property
- FOOTER_FONT - org.pepstock.charba.client.options.Tooltips.Property
- FOOTER_MARGIN_TOP - org.pepstock.charba.client.options.Tooltips.Property
- FOOTER_SPACING - org.pepstock.charba.client.options.Tooltips.Property
- footerCallback - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- footerCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- footerFont - Variable in class org.pepstock.charba.client.configuration.Tooltips
- footerFont - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- footerFont - Variable in class org.pepstock.charba.client.options.Tooltips
- FORCE - org.pepstock.charba.client.dom.events.TouchInit.Property
- FORCE_OVERRIDE - org.pepstock.charba.client.options.AutoColors.Property
- FOREST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Forest" -
- FOREST_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "forestGreen" -
- FOREVER_LOST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Forever Lost" -
- FORINT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Forint currency.
- FORMAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Formal6" -
- format(double) - Method in enum org.pepstock.charba.client.dom.enums.Unit
-
Creates a size adding the suffix of unit to the argument.
- format(double) - Method in class org.pepstock.charba.client.intl.NativeNumberFormat
-
Formats a number according to the locale and formatting options of this object.
- format(double) - Method in class org.pepstock.charba.client.intl.NumberFormat
-
Formats a number according to the locale and formatting options of this object.
- format(double, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns the formatted date in the specified format for a given timestamp.
- format(int) - Method in enum org.pepstock.charba.client.dom.enums.Unit
-
Creates a size adding the suffix of unit to the argument.
- format(long) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Formats the time passed as argument with date configuration.
- format(long, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the formatted date in the specified format for a given timestamp.
- format(long, String) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Formats the time passed as argument with passed format.
- format(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the formatted date in the specified format for a given timestamp, using the default format related to time unit.
- format(Double) - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper
- format(Date) - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper
- format(Date) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Formats the time passed as argument with date configuration.
- format(Date, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the formatted date in the specified format for a given date.
- format(Date, String) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Formats the time passed as argument with passed format.
- format(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the formatted date in the specified format for a given date, using the default format related to time unit.
- format(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Formats the time passed as argument with the date configuration.
- format(NativeObject, double, String) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Formats the time passed as argument with passed format.
- format(NativeDate) - Method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
-
Formats a date time according to the locale and formatting options of this object.
- format(IsChart, ScaleItem, ScaleValueItem) - Method in interface org.pepstock.charba.client.callbacks.CrosshairFormatterCallback
-
Returns the text to apply to the crosshair label.
- format(ScaleItem, long, String) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Formats the time passed as argument with the passed format.
- format(T) - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Formats a value according to the locale and formatting options of this object.
- format(T) - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
-
Formats a value according to the locale and formatting options of this object.
- FORMAT - org.pepstock.charba.client.configuration.NumericTickOptionsHandler.Property
- FORMAT - org.pepstock.charba.client.options.Ticks.Property
- FORMAT_MATCHER - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- formatCallback - Variable in class org.pepstock.charba.client.impl.charts.ValueLabel
- formatLegendElementId(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Creates a HTML element id for chart legend.
The format is:
[chartId]-legend - FormatMatcher - Enum in org.pepstock.charba.client.intl.enums
-
The list of formats matching algorithm to use.
The following properties describe the date-time components to use in formatted output, and their desired representations.
Implementations are required to support at least the following subsets:
weekday, year, month, day, hour, minute, second weekday, year, month, day year, month, day year, month month, day hour, minute, second hour, minute Implementations may support other subsets, and requests will be negotiated against all available subset-representation combinations to find the best match.
Two algorithms are available for this negotiation and selected by theDateTimeFormatOptions.setFormatMatcher(org.pepstock.charba.client.intl.enums.FormatMatcher)property. - FormatMatcher(String) - Constructor for enum org.pepstock.charba.client.intl.enums.FormatMatcher
-
Creates with the property value to use in the native object.
- formatNumber(double) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
It uses the locale of the browser. - formatNumber(double, String) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
- formatNumber(double, String, NativeObject) - Method in class org.pepstock.charba.client.NativeHelpers
-
Format a number using a localized number formatter.
- formatNumber(double, String, NumberFormatOptions) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
- formatNumber(double, CLocale) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
- formatNumber(double, CLocale, NumberFormatOptions) - Method in class org.pepstock.charba.client.Helpers
-
Format a number using a localized number formatter.
- FormatPart - Class in org.pepstock.charba.client.intl
-
Result of
NumberFormat.formatToParts(double)which is containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
See MDN for more details. - FormatPart(NativeObject) - Constructor for class org.pepstock.charba.client.intl.FormatPart
-
Creates the object with native object instance to be wrapped.
- FormatPart.Property - Enum in org.pepstock.charba.client.intl
-
Name of properties of native object.
- FormatPartsFactory() - Constructor for class org.pepstock.charba.client.intl.AbstractFormat.FormatPartsFactory
- FormatPartType - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible types of a
FormatPartcan have. - FormatPartType(String) - Constructor for enum org.pepstock.charba.client.intl.enums.FormatPartType
-
Creates with the property value to use in the native object.
- formats - Variable in class org.pepstock.charba.client.adapters.DateAdapter
- formats() - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns a map of time formats for the supported formatting units defined in unit.
- FORMATTED_VALUE - org.pepstock.charba.client.items.TooltipItem.Property
- formatter - Variable in class org.pepstock.charba.client.intl.AbstractFormat
- FORMATTER - org.pepstock.charba.client.datalabels.LabelItem.Property
- FORMATTER - org.pepstock.charba.client.treemap.AbstractLabels.Property
- FORMATTER_CALLBACK - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
- FORMATTER_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- formatterCallback - Variable in class org.pepstock.charba.client.treemap.AbstractLabels
- FormatterCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.IDplugin to setformatterproperty at runtime, using the plugin context.
Labels can be displayed on multiple lines by using the newline character\nbetween each line or by providing an array of strings where each item represents a new line. - FormatterCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface of
TreeMapChartcontroller to setformatterproperty at runtime, using the dataset context.
Data values are converted to string.
If values are grouped, the value of the group and the value (as string) are shown.
This default behavior can be overridden by this interface implementation.
A formatter can return aString(for a single line) or aListofStrings (for multiple lines, where each item represents a new line). - formatterCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- formatterCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
- formatterCallbackProxy - Variable in class org.pepstock.charba.client.treemap.AbstractLabels
- formatToParts(double) - Method in class org.pepstock.charba.client.intl.NativeNumberFormat
-
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of number strings. - formatToParts(double) - Method in class org.pepstock.charba.client.intl.NumberFormat
-
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of number strings. - formatToParts(Double) - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper
- formatToParts(Date) - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper
- formatToParts(NativeDate) - Method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
-
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of date time strings. - formatToParts(T) - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of value strings. - formatToParts(T) - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
-
Returns an array of objects containing the locale-specific tokens from which it possible to build custom strings while preserving the locale-specific parts.
It is useful for custom formatting of value strings. - FORTE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Forte6" -
- FOUNDRY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Foundry6" -
- FOURTH - org.pepstock.charba.client.dom.enums.EventButton
-
Fourth button, typically the Browser Back button.
- FRACTION - org.pepstock.charba.client.intl.enums.FormatPartType
-
The fraction number.
- FRACTIONAL_SECOND - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the fractional seconds, for example "0" or "00" or "000".
- FRAME6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Frame6" -
- FRANCE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for France region.
- FRANCE - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.FRANCE. - FRENCH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for French language.
- FRENCH_GUIANA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for French Guiana region.
- FRENCH_POLYNESIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for French Polynesia region.
- FRENCH_SOUTHERN_AND_ANTARCTIC_LANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for French Southern and Antarctic Lands region.
- FRESH_TURBOSCENT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Fresh Turboscent" -
- FRIDAY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Friday" -
- FRIDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is FRIDAY.
- FRIULIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Friulian language.
- from - Variable in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
- FROM - org.pepstock.charba.client.options.AnimationCollection.Property
- FROM - org.pepstock.charba.client.sankey.enums.ColorMode
-
The mode to enable to use the "from" color between items.
- FROM - org.pepstock.charba.client.sankey.SankeyDataPoint.Property
- FROM_ICE_TO_FIRE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "From Ice To Fire" -
- FROM_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AnimationCollection
- FromCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
fromproperty ofAnimationCollectionat runtime. - fromCallbackProxy - Variable in class org.pepstock.charba.client.options.AnimationCollection
- fromOrEmpty(boolean, Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from array of keys.
- fromOrEmpty(double...) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method creates new array instance with a variable number of
doublearguments. - fromOrEmpty(int...) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method creates new array instance with a variable number of
intarguments. - fromOrEmpty(E) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from a native array containers and the array will have ONE 1 element.
- fromOrEmpty(E) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a java script array of objects starting from a native object containers and the array will have ONE 1 element.
- fromOrEmpty(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from an array of native array containers.
- fromOrEmpty(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a java script array of objects starting from an array of native object containers.
- fromOrEmpty(String...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
This method creates new array instance with a variable number of
stringarguments. - fromOrEmpty(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from a list of native array containers.
- fromOrEmpty(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a java script array of objects starting from a list of native object containers.
- fromOrEmpty(List<Double>) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
-
Creates a java script array of doubles starting from list of doubles.
- fromOrEmpty(List<Integer>) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
-
Creates a java script array of integers starting from list of integers.
- fromOrEmpty(List<String>) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from list of strings.
- fromOrEmpty(List<Canvas>) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Creates a java script array of canvas starting from list of canvas.
- fromOrEmpty(List<CanvasGradientItem>) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
Creates a java script array of gradients starting from list of gradients.
- fromOrEmpty(List<CanvasPatternItem>) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
Creates a java script array of patterns starting from list of patterns.
- fromOrEmpty(List<Img>) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
Creates a java script array of images starting from list of images.
- fromOrEmpty(List<Touch>) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
Creates a java script array of canvas starting from list of canvas.
- fromOrEmpty(Set<T>) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from set of keys.
- fromOrEmpty(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from array of colors.
- fromOrEmpty(Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from array of keys.
- fromOrEmpty(NativeObject) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a java script array of objects starting from a native object containers and the array will have ONE 1 element.
- fromOrEmpty(Canvas...) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
This method creates new array instance with a variable number of
HTMLCanvasElementarguments. - fromOrEmpty(CanvasGradientItem...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method creates new array instance with a variable number of
CanvasGradientItemarguments. - fromOrEmpty(CanvasPatternItem...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method creates new array instance with a variable number of
CanvasPatternItemarguments. - fromOrEmpty(Img...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
This method creates new array instance with a variable number of
ImageElementarguments. - fromOrEmpty(Touch...) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
This method creates new array instance with a variable number of
Toucharguments. - fromOrNull(boolean, Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from array of keys.
- fromOrNull(double...) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method creates new array instance with a variable number of
doublearguments. - fromOrNull(int...) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method creates new array instance with a variable number of
intarguments. - fromOrNull(E) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from a native array containers and the array will have ONE 1 element.
- fromOrNull(E) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a java script array of objects starting from a native object containers and the array will have ONE 1 element.
- fromOrNull(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from an array of native array containers.
- fromOrNull(E[]) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a java script array of objects starting from an array of native object containers.
- fromOrNull(String...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
This method creates new array instance with a variable number of
stringarguments. - fromOrNull(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Creates a java script array of arrays starting from a list of native array containers.
- fromOrNull(List<E>) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a java script array of objects starting from a list of native object containers.
- fromOrNull(List<Double>) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
-
Creates a java script array of doubles starting from list of doubles.
- fromOrNull(List<Integer>) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
-
Creates a java script array of integers starting from list of integers.
- fromOrNull(List<String>) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from list of strings.
- fromOrNull(List<Canvas>) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Creates a java script array of canvas starting from list of canvas.
- fromOrNull(List<CanvasGradientItem>) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
Creates a java script array of gradients starting from list of gradients.
- fromOrNull(List<CanvasPatternItem>) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
Creates a java script array of patterns starting from list of patterns.
- fromOrNull(List<Img>) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
Creates a java script array of images starting from list of images.
- fromOrNull(List<Touch>) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
Creates a java script array of canvas starting from list of canvas.
- fromOrNull(Set<T>) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from set of keys.
- fromOrNull(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from array of colors.
- fromOrNull(Key...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
Creates a java script array of strings starting from array of keys.
- fromOrNull(NativeObject) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
Creates a java script array of objects starting from a native object and the array will have ONE 1 element.
- fromOrNull(Canvas...) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
This method creates new array instance with a variable number of
HTMLCanvasElementarguments. - fromOrNull(CanvasGradientItem...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method creates new array instance with a variable number of
CanvasGradientItemarguments. - fromOrNull(CanvasPatternItem...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method creates new array instance with a variable number of
CanvasPatternItemarguments. - fromOrNull(Img...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
This method creates new array instance with a variable number of
ImageElementarguments. - fromOrNull(Touch...) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
This method creates new array instance with a variable number of
Toucharguments. - fromRGBs(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Performs the conversion for a linear sRGB value to a gamma-encoded sRGB value
- FROST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Frost" -
- FROZEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Frozen" -
- FUCHSIA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "fuchsia" -
- FULAH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Fulah language.
- FULL - org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Short formatting to display the date and/or time.
- FULL_SIZE - org.pepstock.charba.client.configuration.AbstractTitle.Property
- FULL_SIZE - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- FULL_SIZE - org.pepstock.charba.client.options.AbstractTitle.Property
- FULL_SIZE - org.pepstock.charba.client.options.Legend.Property
- fullSizeCallback - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- FullSizeCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
fullSizeproperty at runtime. - fullSizeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- FULLWIDE - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for fullwide numbering system.
- FUNCTION - org.pepstock.charba.client.commons.ObjectType
-
Functions are regular objects with the additional capability of being callable.
- FUNCTION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script function with name "Function".
See MDN.
G
- G - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- GABON - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Gabon region.
- GAINSBORO - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "gainsboro" -
- GALICIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Galician language.
- GALLERY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Gallery6" -
- GALLON - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for gallon.
- GAMBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for The Gambia region.
- GANDA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ganda language.
- GaugeChart - Class in org.pepstock.charba.client.impl.charts
-
GAUGE chart implementation.
- GaugeChart() - Constructor for class org.pepstock.charba.client.impl.charts.GaugeChart
-
Builds the object.
- GaugeChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
GAUGE chart GWT WIDGET implementation.
- GaugeChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
-
Builds the object.
- GaugeDataset - Class in org.pepstock.charba.client.impl.charts
-
The Gauge chart allows a number of properties to be specified for each dataset.
- GaugeDataset(double) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Creates a dataset for gauge with maximum value of data.
- GaugeDataset(double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Creates a dataset setting the maximum value of dataset and defaults value.
- GaugeOptions - Class in org.pepstock.charba.client.impl.charts
-
Specific options for GAUGE chart.
- GaugeOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.impl.charts.GaugeOptions
-
Builds the object storing the chart instance and defaults.
- GB - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GB timezone.
- GB_EIRE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GB-Eire timezone.
- GENERATE_LABELS - org.pepstock.charba.client.configuration.LegendLabels.Property
- generateDefaultLabels(Chart, ChartOptions) - Method in class org.pepstock.charba.client.JsChartHelper
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box, invoking
generateLabelsfunction property. - generateDefaultLabels(Chart, NativeObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box, invoking
generateLabelsfunction property. - generateId() - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Creates an unique id for the canvas object.
[type]-[orientation]-[scope]-[list of colors] - generateId() - Method in class org.pepstock.charba.client.colors.PatternBuilder
-
Creates an unique id for the canvas object.
For pattern created by aImg, the format is the following:
Img-[hashcode]-[repetition]-[width]-[height]
For pattern created by aCanvasPatternItem, the format is the following:
CanvasPatternItem-[hashcode]-[repetition]-[width]-[height] - generateLabels(Chart) - Method in class org.pepstock.charba.client.Defaults
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
- generateLabels(IsChart) - Method in class org.pepstock.charba.client.Defaults
-
Returns an unmodifiable list of legend labels for that chart with the callback provided by CHART.JS out of the box.
- generateLegend(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Creates HTML representation of legend.
- generateLegendLabels(IsChart, List<LegendLabelItem>) - Method in interface org.pepstock.charba.client.callbacks.LegendLabelsCallback
-
Generates legend items for each thing in the legend.
- generateLegendLabels(IsChart, List<LegendLabelItem>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
- generateText(IsChart, T, String) - Method in interface org.pepstock.charba.client.callbacks.HtmlLegendCallback
-
Returns a text of legend for a specific item or legend's title, as HTML
- GENERATOR - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- GENERIC - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object
NativeObjectas object with name "?".
Instead of "Object", it is mandatory for J2CL to use java script object withoutprototypeand for java scriptproxies. - GENESIS6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Genesis6" -
- GEO_CONTROLLER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS GEO controller.
- GEO_CONTROLLER_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'GeoControllerResource' class.
- GEO_EXTENDED_CHART_TYPE - Static variable in class org.pepstock.charba.client.geo.BaseGeoChart
- geoController - Variable in class org.pepstock.charba.client.geo.BaseGeoChart
- GeoControllerResource - Class in org.pepstock.charba.client.geo
-
Contains the content of
chartjs-chart-geo.min.jsto inject. - GeoControllerResource() - Constructor for class org.pepstock.charba.client.geo.GeoControllerResource
-
Creates the injectable resource with
chartjs-chart-geo.min.jscontent. - GeoDataPoint - Class in org.pepstock.charba.client.geo
-
Used for GEO data sets to set the data to render.
A GEO data has to have avalueproperty containing the value for the coloring. - GeoDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.geo.GeoDataPoint
-
Creates the object with a native object passed as argument.
- GeoDataPoint.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- GeoDatasetHandler<T extends GeoDataPoint> - Class in org.pepstock.charba.client.geo
-
This is the options handler for data set implementation for GEO charts.
- GeoDatasetHandler(NativeObject, NativeObjectContainerFactory<T>) - Constructor for class org.pepstock.charba.client.geo.GeoDatasetHandler
-
Creates a data set.
- GeoDatasetHandler.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- GeoExtendedChartType - Class in org.pepstock.charba.client.geo
-
This is a fake controller in order to set it as extended chart type for GEO charts.
- GeoExtendedChartType() - Constructor for class org.pepstock.charba.client.geo.GeoExtendedChartType
-
To avoid any instantiation
- GeoFeatureElement - Class in org.pepstock.charba.client.geo
-
Calling some methods on your chart instance passing an argument of an event, will return the elements at the event position.
The geoFeature elements are mapped by this object. - GeoFeatureElement(NativeObject) - Constructor for class org.pepstock.charba.client.geo.GeoFeatureElement
-
Creates the item using a native java script object which contains all properties.
- GeoFeatureElement.ChoroplethElementFactory - Class in org.pepstock.charba.client.geo
-
Inner class to create GEO feature data element by a native object.
- GeoFeatureElement.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- GeoFeatureElementOptions - Class in org.pepstock.charba.client.geo
-
The styling of the new element
GeoFeatureElementOptionsis based onBarelement with some additional options for the outline and graticule. - GeoFeatureElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Creates the item using a native java script object which contains all properties.
- GeoFeatureElementOptions.GeoFeatureElementOptionsFactory - Class in org.pepstock.charba.client.geo
-
Specific element factory for matrix element options.
- GeoFeatureElementOptions.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- GeoFeatureElementOptionsFactory(String) - Constructor for class org.pepstock.charba.client.geo.GeoFeatureElementOptions.GeoFeatureElementOptionsFactory
-
Creates the factory by the key of object, as string.
- GEOK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khutsuri (Asomtavruli and Nuskhuri) script.
- GEOMETRY - org.pepstock.charba.client.geo.Feature.Property
- GEOR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Georgian (Mkhedruli and Mtavruli) script.
- GEORGIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Georgia (country) region.
- GEORGIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Georgian language.
- GeoUtil - Class in org.pepstock.charba.client.geo
-
Utility to manage TopoJson definitions.
TopoJson is an extension of GeoJSON that encodes topology.
Rather than representing geometries discretely, geometries in TopoJson files are stitched together from shared line segments called arc.
PAY ATTENTION CHARBA doesn't include any TopoJSON files itself.
Some useful resources I found so far:
US map: https://www.npmjs.com/package/us-atlas World map: https://www.npmjs.com/package/world-atlas TopoJson collection: https://github.com/deldersveld/topojson - GeoUtil() - Constructor for class org.pepstock.charba.client.geo.GeoUtil
-
To avoid any instantiation
- GERMAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for German language.
- GERMANY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Germany region.
- GERMANY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.GERMANY. - get() - Static method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Returns the singleton instance of module.
- get() - Static method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.annotation.AnnotationHelper
-
Returns the singleton instance of helper.
- get() - Static method in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Returns the singleton instance.
- get() - Static method in class org.pepstock.charba.client.annotation.AnnotationSharedObjects
-
Singleton method to get static instance.
- get() - Static method in class org.pepstock.charba.client.ChartObserver
-
Returns the singleton instance of observer.
- get() - Static method in class org.pepstock.charba.client.commons.CallbackPropertyManager
-
Returns the singleton instance.
- get() - Static method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Returns the singleton instance of this utility.
- get() - Static method in class org.pepstock.charba.client.commons.JsHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.commons.Merger
-
Singleton method to get the instance
- get() - Static method in class org.pepstock.charba.client.configuration.AxisTypesManager
-
Returns the singleton instance.
- get() - Method in class org.pepstock.charba.client.configuration.Datasets
-
Returns the data set base on chart type of the configuration options.
- get() - Static method in class org.pepstock.charba.client.controllers.Controllers
-
Singleton method to get static instance.
- get() - Static method in class org.pepstock.charba.client.controllers.ControllerTemplate
-
Singleton method to get static instance.
- get() - Static method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.data.CanvasObjectHandler
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
Singleton method to get instance.
- get() - Static method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Returns the singleton instance.
- get() - Static method in class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.Defaults
-
Singleton method to get static instance.
- get() - Static method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Singleton method to return the instance
- get() - Static method in class org.pepstock.charba.client.dom.DOMBuilder
-
Returns the singleton instance of the builder.
- get() - Static method in class org.pepstock.charba.client.geo.JsGeoHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.gradient.GradientPlugin
-
Returns the singleton instance.
- get() - Static method in class org.pepstock.charba.client.gradient.JsGradientHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.Helpers
-
Singleton method to get the instance
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ChartAreaBackgroundGradientFactory
-
Singleton method to get instance.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
-
Singleton method to get instance.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Singleton method to get the instance.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.Crosshair
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Returns the singleton instance of plugin.
- get() - Static method in class org.pepstock.charba.client.InjectorPrefixHelper
-
Provides the singleton instance of helper.
- get() - Static method in class org.pepstock.charba.client.interaction.Interactions
-
Singleton object to get the interactions instance
- get() - Static method in class org.pepstock.charba.client.items.ChartElementFactories
-
Returns the singleton instance.
- get() - Static method in class org.pepstock.charba.client.items.JsItemsHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.JsChartHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.ml.MLInjector
-
Singleton object to get the ML helper instance
- get() - Static method in class org.pepstock.charba.client.ml.MLUtil
-
Singleton object to get the toaster instance
- get() - Static method in class org.pepstock.charba.client.MutationItem
-
Returns the singleton instance of object.
- get() - Static method in class org.pepstock.charba.client.options.DefinedEvents
-
Returns the singleton instance of the utility.
- get() - Static method in class org.pepstock.charba.client.plugins.JsPluginHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.positioner.JsPositionerHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.positioner.Positioner
-
Singleton object to get the tooltip positioner instance
- get() - Static method in class org.pepstock.charba.client.resources.DateAdapterInjectionComplete
-
Returns the singleton instance of object.
- get() - Static method in class org.pepstock.charba.client.utils.CScheduler
-
Returns the instance of singleton.
- get() - Static method in class org.pepstock.charba.client.utils.toast.Toaster
-
Singleton object to get the toaster instance
- get() - Static method in class org.pepstock.charba.client.utils.WindowHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Singleton object to get the helper instance
- get() - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Returns the singleton instance.
- get(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayChart
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Returns the element at the specified position in this list.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Gets the value at a given index.
- get(int) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Returns the element at the specified position in this list.
- get(int) - Static method in enum org.pepstock.charba.client.dom.enums.EventPhase
-
Scans all items of enumeration to get the right phase related to passed argument.
- get(int) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Scans all items of enumeration to get the right location related to passed argument.
- get(int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Gets the value at a given index.
- get(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns the chart instance by its id.
- get(String) - Method in class org.pepstock.charba.client.configuration.AxisTypesManager
-
Returns the stored axis type otherwise
nullif not found. - get(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
-
Returns an animation collection instance if stored in the animation options.
- get(String) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Internal singleton method to create the object by HTML element id.
- get(String) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Returns an animation collection instance if stored in the animation options.
- get(String) - Method in class org.pepstock.charba.client.sankey.AbstractNumericMap
-
Returns the stored value in the map, by its key of the node.
- get(String) - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns the stored value in the map, by its key of the node.
- get(String) - Static method in class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
Returns the custom toast type, if exists.
- get(String) - Static method in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
Returns the custom toast type, if exists.
- get(String, int, int) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Internal singleton method to create the object by chart id, dataset index and index.
- get(Key) - Method in class org.pepstock.charba.client.annotation.DefaultOptions.DefaultAnnotationAnimations
- get(Key) - Method in class org.pepstock.charba.client.configuration.Animations
-
Returns an animation collection instance if stored in the animation options.
- get(Key) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimations
- get(Key) - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimations
- get(Key) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
- get(Key) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
- get(Key) - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimations
-
Returns an animation collection instance if stored in the animation options.
- get(Key) - Method in class org.pepstock.charba.client.options.AbstractAnimations
- get(Key) - Method in class org.pepstock.charba.client.options.Animations
-
Returns an animation collection instance if stored in the animation options.
- get(Key) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Returns an animation collection instance if stored in the animation options.
- get(Key) - Method in class org.pepstock.charba.client.sankey.AbstractNumericMap
-
Returns the stored value in the map, by its key of the node.
- get(Key) - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns the stored value in the map, by its key of the node.
- get(Key) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns an animation collection instance if stored in the animation options.
- get(Key) - Method in class org.pepstock.charba.client.utils.toast.ToastItem.DateTime
-
Returns the date time for the specific status or action invocation.
- get(NativeObject) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object.
- get(NativeObjectContainer) - Static method in enum org.pepstock.charba.client.annotation.enums.ContentType
-
Returns the content type reading the content property.
- get(NativeObjectContainer) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the property value from java script object.
- get(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to get a property on an object.
- get(BaseHtmlElement) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Singleton method to create the object by a chart instance and a legend item.
- get(PointStyle) - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Returns a shape looking from the passed point style instance.
- get(IsChart, LegendItem) - Static method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Singleton method to create the object by a chart instance and a legend item.
- get(TransitionMode) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Returns an animation transition instance if stored in the animation options.
- get(TransitionMode) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
- get(TransitionMode) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- get(TransitionMode) - Method in interface org.pepstock.charba.client.defaults.IsDefaultTransitions
-
Returns an animation transition instance if stored in the animation options.
- get(TransitionMode) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Returns an animation transition instance if stored in the animation options.
- get(TransitionMode) - Method in class org.pepstock.charba.client.options.Transitions
-
Returns an animation transition instance if stored in the animation options.
- get(Type) - Method in class org.pepstock.charba.client.configuration.Datasets
-
Returns the data set by a chart type.
- get(Type) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDatasets
- get(Type) - Method in class org.pepstock.charba.client.defaults.globals.DefaultDatasets
- get(Type) - Method in interface org.pepstock.charba.client.defaults.IsDefaultDatasets
-
Returns the data sets options by a chart type.
- get(Type) - Method in class org.pepstock.charba.client.options.Datasets
-
Returns the data set by a chart type.
- get(Type, ChartOptions) - Method in class org.pepstock.charba.client.commons.Merger
-
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global) - getA() - Method in class org.pepstock.charba.client.ml.ExponentialRegression
-
Returns the A coefficient.
- getA() - Method in class org.pepstock.charba.client.ml.NativeExponentialRegression
-
Returns the A coefficient.
- getA() - Method in class org.pepstock.charba.client.ml.NativePowerRegression
-
Returns the A coefficient.
- getA() - Method in class org.pepstock.charba.client.ml.PowerRegression
-
Returns the A coefficient.
- getAboveColor() - Method in class org.pepstock.charba.client.items.FillColors
-
Returns the above color for filling.
- getAboveColorAsString() - Method in class org.pepstock.charba.client.items.FillColors
-
Returns the above color for filling.
- getAbsoluteLeft() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an element's absolute left coordinate in the document's coordinate system.
- getAbsoluteTop() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an element's absolute top coordinate in the document's coordinate system.
- getAbsValue() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the absolute value which is calculating subtracting the start point from end point.
- getAction() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the action of the toast.
- getAction() - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Returns the actions element.
- getAction() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultValues
- getAction() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the actions of the toast.
- getAction() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the actions of the toast.
- getActionItem(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the
ActionItemsearched by the action id passed as argument ornullif not found. - getActions() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the actions to the toast.
- getActions() - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the actions to the toast.
- getActiveElement() - Method in class org.pepstock.charba.client.dom.BaseHtmlDocument
-
Returns the element within the DOM that currently has focus.
- getActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the active (hovered) elements for the chart.
- getActiveElements() - Method in class org.pepstock.charba.client.Chart
-
Returns the active (hovered) elements for the chart.
- getActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the active (hovered) elements for the chart.
- getAdapters() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the adapters element.
- getAdapters() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getAdapters() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getAdapters() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adapter defaults.
- getAdapters() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adapters element.
- getAddedElements() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the elements added.
Will be an empty element list if no elements were added. - getAdjustScaleRangeCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set whether the scale range should be adjusted if this annotation is out of range.
- getAdjustScaleRangeCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set whether the scale range should be adjusted if this annotation is out of range.
- getAfter() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns text to render after the body section
- getAfterBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of lines after body section.
- getAfterBuildTicksCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterBuildTicksHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterBuildTicks' plugin.
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - getAfterDataLimitsCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterDataLimitsHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDataLimits' plugin.
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - getAfterDatasetDrawCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterDatasetDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDatasetDraw' plugin.
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - getAfterDatasetsDrawCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterDatasetsDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDatasetsDraw' plugin.
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - getAfterDatasetsUpdateCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterDatasetsUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDatasetsUpdate' plugin.
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - getAfterDatasetUpdateCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterDatasetUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDatasetUpdate' plugin.
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - getAfterDestroyCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterDestroyHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDestroy' plugin.
Called after the chart has been destroyed. - getAfterDrawCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterDraw' plugin.
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - getAfterEventCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterEventHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterEvent' plugin.
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - getAfterInitCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterInitHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterInit' plugin.
Called after 'chart' has been initialized and before the first update. - getAfterLayoutCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterLayoutHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterLayout' plugin.
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - getAfterRenderCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterRenderHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterRender' plugin.
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - getAfterTooltipDrawCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterTooltipDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterTooltipDraw' plugin.
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - getAfterUpdateCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getAfterUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'afterUpdate' plugin.
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - getAlgorithm() - Method in class org.pepstock.charba.client.configuration.Decimation
-
Returns the algorithm used by the plugin.
- getAlgorithm() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
- getAlgorithm() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- getAlgorithm() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
Returns the algorithm used by the plugin.
- getAlgorithm() - Method in class org.pepstock.charba.client.options.Decimation
-
Returns the algorithm used by the plugin.
- getAlign() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the alignment of the title.
- getAlign() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the alignment of the axis title.
- getAlign() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the tick alignment along the axis.
- getAlign() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the alignment of the legend.
- getAlign() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the position of the label relative to the anchor point position and orientation.
- getAlign() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the position of the label relative to the anchor point position and orientation.
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- getAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultTitle
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- getAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns the alignment of the element.
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
-
Returns the alignment of the axis title.
- getAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the tick alignment along the axis.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns the alignment of the element's contents with respect to the surrounding context.
- getAlign() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the alignment of the legend on the chart area.
- getAlign() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner align.
- getAlign() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner align.
- getAlign() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Returns the alignment of the element.
- getAlign() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the alignment of the axis title.
- getAlign() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the tick alignment along the axis.
- getAlign() - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns the text horizontal alignment used when drawing the label.
- getAlign() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the alignment of the toast action.
- getAlign() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the alignment of the toast actions.
- getAlign() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the alignment of the toast actions.
- getAlignCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the align callback, if set, otherwise
null. - getAlignCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the align callback.
- getAlignCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the align callback, if set, otherwise
null. - getAlignCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set the alignment of the legend on the chart area.
- getAlignCallback() - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns the align callback, if set, otherwise
null. - getAlignDegrees() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the position of the label relative to the anchor point position and orientation, by a number representing the clockwise angle (in degree).
- getAlignPosition() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the anchor position of label on line.
- getAlignToPixelsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that sets
trueto align pixel values to device pixels. - getAll() - Method in class org.pepstock.charba.client.plugins.JsPluginHelper
-
Returns all registered plugins as object.
- getAll() - Static method in class org.pepstock.charba.client.plugins.NativeJsPluginHelper
-
Returns all registered plugins as object.
- getAllIds() - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the unmodifiable list of registered plugin ids.
- getAllIds() - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the unmodifiable list of registered plugin ids.
- getAlpha() - Method in class org.pepstock.charba.client.colors.Color
- getAlpha() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the alpha rate.
- getAlpha() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
- getAnchor() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the anchor point, which is defined by an orientation vector and a position on the data element
- getAnchor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the anchor point, which is defined by an orientation vector and a position on the data element.
- getAnchorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the anchor callback.
- getAnchorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the anchor callback, if set, otherwise
null. - getAndCreate(Key) - Method in class org.pepstock.charba.client.options.Scales
-
Gets from the native object the scale object by its id and creates a scale instance.
- getAndCreateAnnotation(Key) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
-
Gets the stored annotation from the cache.
- getAndCreateAnnotation(Key) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Gets the stored annotation from the native object and then it creates a wrapper on that in order to provide an annotation instance.
- getAngle() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the arc angle to cover.
- getAngle() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the angle of data set item.
- getAngle() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc angle to cover.
- getAngleCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the angle callback, if set, otherwise
null. - getAngleLines() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the angle lines element.
- getAngleLines() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getAngleLines() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getAngleLines() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the angle lines default.
- getAngleLines() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the angle lines element.
- getAnimation() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Returns the animation element.
- getAnimation() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getAnimation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
- getAnimation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getAnimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.options.AnimationTransition
-
Returns the animation element.
- getAnimation() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animation element.
- getAnimation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the animation element.
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
- getAnimationContainer() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns an animation container instance to use in the default methods of this interface.
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.Tooltips
- getAnimationContainer() - Method in class org.pepstock.charba.client.configuration.TypedDataset
- getAnimationContainer() - Method in class org.pepstock.charba.client.data.Dataset
- getAnimationContainer() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns an animation container instance to use in the default methods of this interface.
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.Options
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.Tooltips
- getAnimationContainer() - Method in class org.pepstock.charba.client.options.TypedDataset
- getAnimations() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the configuration to manage the annotation animations
- getAnimations() - Method in class org.pepstock.charba.client.annotation.DefaultOptions
- getAnimations() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the configuration to manage the annotation animations
- getAnimations() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Returns the animations element.
- getAnimations() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animations collection element.
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getAnimations() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationTransition
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition
- getAnimations() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getAnimations() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationTransition
-
Returns the animations collection element.
- getAnimations() - Method in class org.pepstock.charba.client.options.AnimationTransition
-
Returns the animations collection element.
- getAnimations() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animations collection element.
- getAnnotation() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
-
Returns the annotation of plugin.
- getAnnotation(int) - Method in class org.pepstock.charba.client.annotation.AnnotationHelper
-
Retrieves a cached annotation configuration item, previously stored.
- getAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the annotation with the id passed as argument or
nullif not exist. - getAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Returns the annotation with the id passed as argument or
nullif not exist. - getAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the annotation with the id passed as argument or
nullif not exist. - getAnnotation(AnnotationId) - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the annotation with the id passed as argument or
nullif not exist. - getAnnotationContext(NativeObject) - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Returns the annotation context wrapper by the native context.
- getAnnotationId() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the id of annotation for caching (internal).
- getAnnotations() - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Returns the unmodifiable list of annotations.
- getAnnotations() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the collection of annotations.
- getAnnotations() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the list of annotations.
- getArc() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the arc element.
- getArc() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
- getArc() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns ARC object defaults.
- getArc() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the arc element.
- getArcBorderRadius() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the list of arc border radius objects.
If a callback or an array have been set, returns an empty object. - getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns an area object used to define the area of LINEAR gradient.
- getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
- getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartAreaBackgroundGradientFactory
- getArea(IsChart, Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
- getAreaBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the area background color.
If it has been set a gradient or pattern, returnsnull, otherwise the default color. - getAreaBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the area background gradient.
- getAreaBackgroundColorAsGradient() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the area background gradient.
- getAreaBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the area background pattern.
If it has been set a color or gradient, returnsnull. - getAreaBackgroundColorAsPattern() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the area background pattern.
- getAreaBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the area background color.
If it has been set a gradient or pattern, returnsnull, otherwise the default color, "transparent". - getAreaBackgroundColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the area background color as string.
- getAreaColorType() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the type of background color has been set.
- getAreaColorType() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the type of area background color has been set.
- getArray() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns the array native object instance.
- getArray() - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns the array native object instance.
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayImageList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayKeyList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayStringList
- getArray() - Method in class org.pepstock.charba.client.commons.ArrayTouchList
- getArray() - Method in class org.pepstock.charba.client.data.Labels
-
Returns the java script array.
- getArrayProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getArrayValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
- getArrowHeads() - Method in class org.pepstock.charba.client.annotation.DefaultLine
- getArrowHeads() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the arrow heads options of the element.
- getArrowHeads() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the arrow heads of annotation.
- getArrowHeads() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the arrow heads of annotation.
- getAsMultipleLines(String) - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns the labels as multiple lines, by its key of the node.
- getAsMultipleLines(Key) - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns the stored value in the map, by its key of the node.
- getAspectRatio() - Method in class org.pepstock.charba.client.Chart
-
Returns the aspect ratio.
- getAspectRatio() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the aspect ratio.
- getAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Canvas aspect ratio (i.e.
- getAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Canvas aspect ratio (i.e.
- getAspectRatio() - Method in class org.pepstock.charba.client.options.Options
-
Canvas aspect ratio (i.e.
- getAsPercentage(double, double) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Transforms the percentage value (between 0 and 1) in a string with format
{number}%. - getAsPercentage(double, double, double, double) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Transforms the percentage value in a string with format
{number}%. - getAsPercentage(String, double) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Transforms the percentage value as string with format
{number}%in a number (between 0 and 1). - getAttribute(Key) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Returns a custom field value from data point.
- getAttribute(Key) - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns a custom field value from data point.
- getAttribute(Key, boolean) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, double) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, int) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttribute(Key, String) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns a custom field value from data point.
- getAttributeAsDate(Key) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Returns a custom field value from data point.
- getAttributeAsDate(Key) - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns a custom field value from data point.
- getAttributeAsObject(Key, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Returns a custom field value from data point.
- getAttributeAsObject(Key, NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns a custom field value from data point.
- getAttributeAsString(Key) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Returns a custom field value from data point.
- getAttributeAsString(Key) - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns a custom field value from data point.
- getAttributes() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a collection of all attribute nodes registered to the specified node.
- getAttributes(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the attributes, if exist.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getAutoSkipPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
- getAutoSkipPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding between the ticks on the horizontal axis when autoSkip is enabled.
Note: Only applicable to horizontal scales. - getAxes() - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the list of X axes.
- getAxes() - Method in class org.pepstock.charba.client.options.Scales
-
Returns a list of X axes.
- getAxis() - Method in class org.pepstock.charba.client.annotation.Interaction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationInteraction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the axis instance where the callback must be invoked.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Axis
-
Which kind of axis this is.
Possible values are: 'x', 'y' or 'r'. - getAxis() - Method in class org.pepstock.charba.client.configuration.AxisContainer
-
Returns the axis instance.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.configuration.Interaction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the axis instance.
- getAxis() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
- getAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- getAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.events.AbstractAxisEvent
-
Returns the axis configuration instance if exists.
- getAxis() - Method in class org.pepstock.charba.client.geo.LegendAxisMapper
-
Returns the axis.
- getAxis() - Method in class org.pepstock.charba.client.gradient.PropertyOptions
-
Which kind of axis this is, related to the
Dataset. - getAxis() - Method in class org.pepstock.charba.client.items.InteractionOptions
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Which kind of axis this is.
Possible values are: ''x', 'y' or 'r'. - getAxis() - Method in class org.pepstock.charba.client.options.Interaction
-
Returns which directions are used in calculating distances.
- getAxis() - Method in class org.pepstock.charba.client.options.Scale
-
Which kind of axis this is.
Possible values are: ''x', 'y' or 'r'. - getAxis(String) - Method in class org.pepstock.charba.client.options.Scales
-
Returns the scale with the id passed as argument or
nullif not exist. - getAxis(ScaleId) - Method in class org.pepstock.charba.client.options.Scales
-
Returns the scale with the id passed as argument or
nullif not exist. - getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
- getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.globals.DefaultScales
- getAxis(ScaleId, AxisKind) - Method in interface org.pepstock.charba.client.defaults.IsDefaultScales
-
Returns the default configuration for x axis.
- getAxis(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.options.Scales
- getAxisBuildTicksCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after of the ticks building.
- getAxisById(int) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
- getAxisById(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the axis by the unique CHARBA id of scale or
nullif not axis. - getAxisById(int) - Method in class org.pepstock.charba.client.configuration.ScalesOptions
- getAxisById(String) - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the scale with the id passed as argument or
nullif not exist. - getAxisById(ScaleId) - Method in class org.pepstock.charba.client.configuration.Scales
-
Returns the scale with the id passed as argument or
nullif not exist. - getAxisCalculateLabelRotationCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after tick rotation is determined.
- getAxisDataLimitsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after data limits are determined.
- getAxisDimensionsCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after dimensions are set.
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
- getAxisElement() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the axis instance.
- getAxisElement() - Method in class org.pepstock.charba.client.configuration.RadialAxis
- getAxisFitCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after the scale fits to the canvas.
- getAxisKind() - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
- getAxisKind() - Method in interface org.pepstock.charba.client.options.ScaleId
-
Returns the default axis kind for this default scale id.
- getAxisKind() - Method in class org.pepstock.charba.client.options.StandardScaleId
- getAxisKindByScaleId(String, AxisKind) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the axis kind inferring from the first character of the scale id which should be 'x', 'y' or 'r'.
- getAxisKindByScaleId(Key, AxisKind) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the axis kind inferring from the first character of the scale id which should be 'x', 'y' or 'r'.
- getAxisTickToLabelConversionCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after ticks are converted in the strings.
- getAxisUpdateCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that runs before/after of the update process.
- getB() - Method in class org.pepstock.charba.client.ml.ExponentialRegression
-
Returns the B coefficient.
- getB() - Method in class org.pepstock.charba.client.ml.NativeExponentialRegression
-
Returns the B coefficient.
- getB() - Method in class org.pepstock.charba.client.ml.NativePowerRegression
-
Returns the B coefficient.
- getB() - Method in class org.pepstock.charba.client.ml.PowerRegression
-
Returns the B coefficient.
- getBackdropColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the background color of the point label.
- getBackdropColor() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the color of label backdrops.
- getBackdropColor() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the background color of the point label.
- getBackdropColor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the background color of the point label.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the background color of the point label.
- getBackdropColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the color of label backdrops.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the background color of the point label.
- getBackdropColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the color of label backdrops.
- getBackdropColorCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the backdrop color callback, if set, otherwise
null. - getBackdropColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the backdrop color callback instance.
- getBackdropOptions() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the backdrop options of the label of the scale.
- getBackdropPadding() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getBackdropPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getBackdropPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the padding of label backdrop.
- getBackdropPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding of label backdrop.
- getBackground() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'background' property from element.
- getBackgroundAsGradient() - Method in class org.pepstock.charba.client.utils.toast.AbstractStandardType
-
Returns the background
Gradientof the toast. - getBackgroundAsGradient() - Method in class org.pepstock.charba.client.utils.toast.AbstractTypeBuilder
-
Returns the background
Gradientof the toast. - getBackgroundAsGradient() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- getBackgroundAsGradient() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- getBackgroundAsGradient() - Method in interface org.pepstock.charba.client.utils.toast.IsProgressBarType
-
Returns the background
Gradientof the toast. - getBackgroundAsGradient() - Method in interface org.pepstock.charba.client.utils.toast.IsToastType
-
Returns the background
Gradientof the toast. - getBackgroundAsPattern() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- getBackgroundAsPattern() - Method in interface org.pepstock.charba.client.utils.toast.IsToastType
-
Returns the background
Patternof the toast. - getBackgroundAsPattern() - Method in class org.pepstock.charba.client.utils.toast.StandardToastType
- getBackgroundColor() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of the background of annotation.
- getBackgroundColor() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Returns the color of the background of annotation.
- getBackgroundColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the background color of tile.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the background color of the scale area.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill colors of the elements.
If property is missing or not a color, returns an empty list. - getBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color under the line.
If property is missing or not a color, returns the default background color. - getBackgroundColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundColor' property from element.
- getBackgroundColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the fill gradient under the line.
- getBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background color.
If it has been set a gradient or pattern, returnsnull, otherwise the default color. - getBackgroundColor() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color of the dataset item.
- getBackgroundColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color of the label.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the background color of the scale area.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColor() - Method in class org.pepstock.charba.client.utils.toast.AbstractStandardType
-
Returns the background
IsColorof the toast. - getBackgroundColor() - Method in class org.pepstock.charba.client.utils.toast.AbstractTypeBuilder
-
Returns the background
IsColorof the toast. - getBackgroundColor() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the background color.
- getBackgroundColor() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- getBackgroundColor() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- getBackgroundColor() - Method in interface org.pepstock.charba.client.utils.toast.IsProgressBarType
-
Returns the background
IsColorof the progress bar. - getBackgroundColor() - Method in interface org.pepstock.charba.client.utils.toast.IsToastType
-
Returns the background
IsColorof the toast. - getBackgroundColor() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the background color.
- getBackgroundColor() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the fill color during dragging.
- getBackgroundColorAlpha() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
The transparency value for the background color.
- getBackgroundColorAlpha() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
The transparency value for the background color.
- getBackgroundColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color as canvas gradient.
- getBackgroundColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as canvas gradient.
- getBackgroundColorAsCanvasPattern() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color as canvas pattern.
- getBackgroundColorAsCanvasPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as canvas pattern.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill gradient of elements.
If property is missing or not a gradient, returns an empty list. - getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill gradient under the line.
If property is missing or not a gradient, returnsnull. - getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background gradient.
- getBackgroundColorAsGradient() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the background gradient.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color as gradient.
- getBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as gradient.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill pattern under the line.
If property is missing or not a pattern, returnsnull. - getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background pattern.
If it has been set a color or gradient, returnsnull. - getBackgroundColorAsPattern() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the background pattern.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color as pattern.
- getBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color as pattern.
- getBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill patters of elements.
If property is missing or not a pattern, returns an empty list. - getBackgroundColorAsString() - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Returns the color of the background of annotation.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of the background of annotation.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Returns the color of the background of annotation.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBackgroundColorHandler
-
Returns the color of the background of annotation.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the background color of tile.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the background color of the scale area.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill colors of the elements.
If property is missing or not a color, returns an empty list. - getBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color under the line.
If property is missing or not a color, returns the default background color. - getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the background color as string.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the background color as string.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the background color of the scale area.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the background color.
If it has been set a gradient or pattern, returnsnull, otherwise the default color. - getBackgroundColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the background color.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the background color as string.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the background color of the dataset item.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the background color of the label.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the background color of the scale area.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default background color to use in the chart, on all objects, if not override by the specific configuration.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the background color of the tooltip.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the background color.
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- getBackgroundColorAsString() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the fill color during dragging.
- getBackgroundColorAsString() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the fill color during dragging.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Returns the callback called to set the color of the background of annotation.
- getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Returns the callback called to set the color of the background of annotation.
- getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBackgroundColorHandler
-
Returns the callback called to set the color of the background of annotation.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color callback, if set, otherwise
null. - getBackgroundColorCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the background color callback, if set, otherwise
null. - getBackgroundColorCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the background width callback, if set, otherwise
null. - getBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the background color callback, if set, otherwise
null. - getBackgroundColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the background color callback.
- getBackgroundColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the background color callback, if set, otherwise
null. - getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.Arrow
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
- getBackgroundColorHandler() - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Returns a background color handler instance to use in the default methods of this interface.
- getBackgroundColorHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getBackgroundImage() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundImage' property from element.
- getBackgroundShadowColor() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of the shadow of annotation.
- getBackgroundShadowColor() - Method in interface org.pepstock.charba.client.annotation.HasExtendedShadowOptions
-
Returns the color of the shadow of annotation.
- getBackgroundShadowColorAsString() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of the shadow of annotation.
- getBackgroundShadowColorAsString() - Method in class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
-
Returns the color of the shadow of annotation.
- getBackgroundShadowColorAsString() - Method in interface org.pepstock.charba.client.annotation.HasExtendedShadowOptions
-
Returns the color of the shadow of annotation.
- getBackgroundShadowColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsExtendedShadowOptionsHandler
-
Returns the color of the shadow of annotation.
- getBackgroundShadowColorCallback() - Method in class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
-
Returns the callback called to set the color of the shadow of annotation.
- getBackgroundShadowColorCallback() - Method in interface org.pepstock.charba.client.annotation.HasExtendedShadowOptions
-
Returns the callback called to set the color of the shadow of annotation.
- getBackgroundShadowColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsExtendedShadowOptionsHandler
-
Returns the callback called to set the color of the shadow of annotation.
- getBackgroundSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'backgroundSize' property from element.
- getBar() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the bar element.
- getBar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
- getBar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns BAR object defaults.
- getBar() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the bar element.
- getBarBordeRadius() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the
BarBorderRadiusinstance. - getBarBorderRadius() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the border radius of the dataset item in pixels as
BarBorderRadius. - getBarBorderRadius() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the border radius of the dataset item in pixels as
BarBorderRadius. - getBarPercentage() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other. - getBarPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getBarPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getBarPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other. - getBarPercentage() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarPercentage() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarPercentage() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the percent (0-1) of the available width each bar should be within the category width.
- getBarStackHandler() - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
-
Returns an stack option handler instance.
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.StackedBarDataset
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.StackedHorizontalBarDataset
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- getBarStackHandler() - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- getBarThickness() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage. - getBarThickness() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getBarThickness() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getBarThickness() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage. - getBarThickness() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns the width of each bar in pixels.
- getBarThickness() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the width of each bar in pixels.
- getBase() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBase() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBase() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBase() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getBase() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBase() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns the base value of data set.
- getBase() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBase() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - getBaseCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base callback, if set, otherwise
null. - getBasePixel() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getBasePixel(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getBasePixel(ScaleItem) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the pixel for the minimum chart value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getBaseType() - Method in class org.pepstock.charba.client.AbstractChart
- getBaseType() - Method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns the base type (extended) for this axis type.
- getBaseType() - Method in class org.pepstock.charba.client.configuration.StandardAxisType
- getBaseType() - Method in enum org.pepstock.charba.client.enums.ChartAxisType
- getBaseType() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getBaseType() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the base type of chart that in case of
ChartTypeis the same ofIsChart.getType()otherwise, in case the type of the chart is aControllerTypeis the chart type extension if there is ornull. - getBaseValue() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum chart value.
- getBaseValue(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the minimum chart value
- getBaseValue(ScaleItem) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the minimum chart value.
- getBefore() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns text to render before the body section.
- getBeforeBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of lines before body section.
- getBeforeBuildTicksCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeBuildTicksHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeBuildTicks' plugin.
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - getBeforeDataLimitsCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeDataLimitsHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDataLimits' plugin.
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - getBeforeDatasetDrawCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeDatasetDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDatasetDraw' plugin.
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - getBeforeDatasetsDrawCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeDatasetsDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDatasetsDraw' plugin.
Called before drawing the 'chart' datasets. - getBeforeDatasetsUpdateCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeDatasetsUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDatasetsUpdate' plugin.
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - getBeforeDatasetUpdateCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeDatasetUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDatasetUpdate' plugin.
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - getBeforeDestroyCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeDestroyHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDestroy' plugin.
Called before the chart is being destroyed. - getBeforeDrawCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeDraw' plugin.
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - getBeforeElementsUpdateCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeElementsUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeElementsUpdate' plugin.
Called during the update process, before any chart elements have been created. - getBeforeEventCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeEventHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeEvent' plugin.
Called before processing the specified 'event'.
If any plugin returnsfalse, the event will be discarded. - getBeforeInitCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeInitHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeInit' plugin.
Called before initializing 'chart'. - getBeforeLayoutCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeLayoutHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeLayout' plugin.
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - getBeforeRenderCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeRenderHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeRender' plugin.
Called before rendering 'chart'. - getBeforeTooltipDrawCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeTooltipDrawHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeTooltipDraw' plugin.
Called before drawing the 'tooltip'.
If any plugin returnsfalse, the tooltip drawing is cancelled until another 'render' is triggered. - getBeforeUpdateCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getBeforeUpdateHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'beforeUpdate' plugin.
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - getBegiAtZeroCallbackHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- getBegiAtZeroCallbackHandler() - Method in interface org.pepstock.charba.client.configuration.HasBeginAtZeroCallbackHandler
-
Returns a
BegiAtZeroCallbackHandlerwhich is managing beginAtZero callback options. - getBegiAtZeroCallbackHandler() - Method in class org.pepstock.charba.client.configuration.RadialAxis
- getBeginAtZeroCallback() - Method in class org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler
-
Returns the callback to set if true, scale will include 0 if it is not already included.
- getBeginAtZeroCallback() - Method in interface org.pepstock.charba.client.configuration.HasBeginAtZeroCallbackHandler
-
Returns the callback to set if true, scale will include 0 if it is not already included.
- getBelowColor() - Method in class org.pepstock.charba.client.items.FillColors
-
Returns the below color for filling.
- getBelowColorAsString() - Method in class org.pepstock.charba.client.items.FillColors
-
Returns the below color for filling.
- getBlue() - Method in class org.pepstock.charba.client.colors.Color
- getBlue() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the blue value.
- getBlue() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
- getBody() - Method in class org.pepstock.charba.client.dom.BaseHtmlDocument
-
Returns the <body> or <frameset> node of the current document, or
nullif no such element exists. - getBody() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of items which belong to the tooltip body section.
- getBodyAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body alignment.
- getBodyAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBodyAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBodyAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body alignment.
- getBodyAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body alignment.
- getBodyCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user body callback.
- getBodyColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font color.
- getBodyColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font color as string.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBodyColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBodyColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body font color as string.
- getBodyColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font color as string.
- getBodyFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the body font element.
- getBodyFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBodyFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBodyFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the body line font.
- getBodyFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body font element.
- getBodySpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBodySpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBodySpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBodySpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBodySpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each tooltip item.
- getBoolean(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to get a property on an object.
- getBooleanProperty(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns the property value from java script object, when it is stored as boolean.
- getBooleanProperty(NativeObject, String, boolean) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getBooleanValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (boolean) in the embedded JavaScript object at specific property.
- getBorder() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the border element.
- getBorder() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the border element.
- getBorder() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getBorder() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getBorder() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the border defaults.
- getBorder() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'border' property from element.
- getBorder() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the border of the table.
- getBorder() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the scale border element.
- getBorderAlign() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getBorderAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getBorderAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlign() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the property to set the border alignment on chart datasets.
- getBorderAlignCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the border align callback, if set, otherwise
null. - getBorderAlignCallback() - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Returns the border align callback, if set, otherwise
null. - getBorderAlignCallback() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Returns the border align callback, if set, otherwise
null. - getBorderAlignHandler() - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Returns a border align handler instance.
- getBorderAlignHandler() - Method in class org.pepstock.charba.client.data.PieDataset
- getBorderAlignHandler() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
- getBorderBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottom' property from element.
- getBorderBottomColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomColor' property from element.
- getBorderBottomLeftRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomLeftRadius' property from element.
- getBorderBottomRightRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomRightRadius' property from element.
- getBorderBottomStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomStyle' property from element.
- getBorderBottomWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderBottomWidth' property from element.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.annotation.DefaultBox
- getBorderCapStyle() - Method in class org.pepstock.charba.client.annotation.DefaultCallout
- getBorderCapStyle() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getBorderCapStyle() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getBorderCapStyle() - Method in class org.pepstock.charba.client.annotation.DefaultPolygon
- getBorderCapStyle() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsExtendedBorderOptionsHandler
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getBorderCapStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getBorderCapStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns how the end points of every line are drawn.
- getBorderCapStyle() - Method in class org.pepstock.charba.client.options.Line
-
Returns how the end points of every line are drawn.
- getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Returns the border capstyle callback, if set, otherwise
null. - getBorderCapStyleCallback() - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Returns the border capstyle callback, if set, otherwise
null. - getBorderCapStyleCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsExtendedBorderOptionsHandler
-
Returns the border capstyle callback, if set, otherwise
null. - getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the border capstyle callback, if set, otherwise
null. - getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border cap-style callback, if set, otherwise
null. - getBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border cap style callback, if set, otherwise
null. - getBorderCollapse() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderCollapse' property from element.
- getBorderColor() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of the border of annotation.
- getBorderColor() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the color of the border of annotation.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color of the border.
- getBorderColor() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the color of the bar border.
- getBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the color of the line.
If property is missing or not a color, returns the default border color. - getBorderColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderColor' property from element.
- getBorderColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the gradient of the line.
- getBorderColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the color of the arc border.
- getBorderColor() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getBorderColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the color of the dataset item border
- getBorderColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColor() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the border color of the sankey elements.
- getBorderColor() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the border color.
- getBorderColor() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the color of the border during dragging.
- getBorderColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the border color as canvas gradient.
- getBorderColorAsCanvasGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color as canvas gradient.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the gradient of the bar border.
If property is missing or not a gradient, returns an empty list. - getBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the gradient of the line.
If property is missing or not a gradient, returnsnull. - getBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the border color as gradient.
- getBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color as gradient.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns the color of the border of annotation.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getBorderColorAsString() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of the border of annotation.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the color of the border of annotation.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderOptionsHandler
-
Returns the color of the border of annotation.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the color of the bar border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the color of the line.
If property is missing or not a color, returns the default border color. - getBorderColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border color as string.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border color as string.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border color.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the color of the arc border, as string.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns the border color.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the color of the dataset item border
- getBorderColorAsString() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border color of the label.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default border color to use in the chart, on all objects, if not override by the specific configuration.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color of the border.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the border color of the sankey elements.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the border color.
- getBorderColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- getBorderColorAsString() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the color of the border during dragging.
- getBorderColorAsString() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the color of the border during dragging.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns the callback called to set the color of the border of annotation.
- getBorderColorCallback() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the callback called to set the color of the border of annotation.
- getBorderColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderOptionsHandler
-
Returns the callback called to set the color of the border of annotation.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color callback, if set, otherwise
null. - getBorderColorCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border width callback, if set, otherwise
null. - getBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the border color callback, if set, otherwise
null. - getBorderColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border color callback.
- getBorderColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border color callback, if set, otherwise
null. - getBorderDash() - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderOptionsHandler
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
- getBorderDash() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- getBorderDash() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the line dash pattern used when stroking borders, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDash() - Method in class org.pepstock.charba.client.options.Line
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDashCallback() - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDashCallback() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDashCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderOptionsHandler
-
Returns the callback called to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the border dash callback, if set, otherwise
null. - getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the border dash callback when element is hovered, if set, otherwise
null. - getBorderDashCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border dash callback, if set, otherwise
null. - getBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash callback, if set, otherwise
null. - getBorderDashOffset() - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getBorderDashOffset() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderOptionsHandler
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- getBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the line dash pattern offset.
- getBorderDashOffset() - Method in class org.pepstock.charba.client.options.Line
-
Returns the line dash pattern offset.
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns the callback called to set the line dash pattern offset.
- getBorderDashOffsetCallback() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the callback called to set the line dash pattern offset.
- getBorderDashOffsetCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderOptionsHandler
-
Returns the callback called to set the line dash pattern offset.
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the border dash offset callback, if set, otherwise
null. - getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the border dash offset callback instance.
- getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border dash callback, if set, otherwise
null. - getBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash offset callback, if set, otherwise
null. - getBorderImage() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderImage' property from element.
- getBorderImageWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderImageWidth' property from element.
- getBorderItem(Key, Key, int) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Returns the list of bar border item size (in pixels).
- getBorderItemAsObjects(Key, Key, NativeObjectContainerFactory<T>, int) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Returns the list of bar border item size (in pixels).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.annotation.DefaultBox
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.annotation.DefaultCallout
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.annotation.DefaultPolygon
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsExtendedBorderOptionsHandler
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getBorderJoinStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.options.Arc
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyle() - Method in class org.pepstock.charba.client.options.Line
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Returns the border join style callback, if set, otherwise
null. - getBorderJoinStyleCallback() - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Returns the border join style callback, if set, otherwise
null. - getBorderJoinStyleCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsExtendedBorderOptionsHandler
-
Returns the border join style callback, if set, otherwise
null. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the border join style callback, if set, otherwise
null. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the border join style callback, if set, otherwise
null. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border join-style callback, if set, otherwise
null. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border join style callback, if set, otherwise
null. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the border join style callback, if set, otherwise
null. - getBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns the border join style callback, if set, otherwise
null. - getBorderLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeft' property from element.
- getBorderLeftColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftColor' property from element.
- getBorderLeftStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftStyle' property from element.
- getBorderLeftWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderLeftWidth' property from element.
- getBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
- getBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Arrow
- getBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Callout
- getBorderOptionsHandler() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns a border options handler instance to use in the default methods of this interface.
- getBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getBorderRadius() - Method in class org.pepstock.charba.client.annotation.BorderRadiusHandler
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.annotation.DefaultBox
- getBorderRadius() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getBorderRadius() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getBorderRadius() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.annotation.HasBorderRadius
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderRadiusHandler
-
Returns the border radius.
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels).
If a callback has been set, returns an empty list. - getBorderRadius() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the list of arc border radius (in pixels).
If a callback has been set, returns an empty list. - getBorderRadius() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border radius.
- getBorderRadius() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border radius.
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns the the border radius to use on the legend.
- getBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRadius' property from element.
- getBorderRadius() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the label border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns the label border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the list of arc border radius (in pixels).
If a callback has been set, returns an empty list. - getBorderRadius() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the border radius of item.
- getBorderRadius() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the bar border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- getBorderRadius() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the border radius (in pixels) of toast container.
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the border radius (in pixels).
- getBorderRadius() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.annotation.BorderRadiusHandler
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in interface org.pepstock.charba.client.annotation.HasBorderRadius
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the arc border radius, as object.
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the border radius (in pixels).
- getBorderRadiusAsObject() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the border radius (in pixels).
- getBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels).
If a callback or an array have been set, returns an empty object. - getBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the list of arc border radius objects.
If a callback or an array have been set, returns an empty object. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.annotation.BorderRadiusHandler
-
Returns the callback called to set the border radius.
- getBorderRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.HasBorderRadius
-
Returns the callback called to set the border radius.
- getBorderRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderRadiusHandler
-
Returns the callback called to set the border radius.
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the border radius callback, if set, otherwise
null. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the border radius callback, if set, otherwise
null. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the callback called to set the border radius.
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border radius callback, if set, otherwise
null. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the border radius callback, if set, otherwise
null. - getBorderRadiusCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border radius callback.
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border radius callback, if set, otherwise
null. - getBorderRadiusCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the callback to set the border radius (in pixels).
- getBorderRadiusCallback() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the border radius callback, if set, otherwise
null. - getBorderRadiusHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getBorderRadiusHandler() - Method in interface org.pepstock.charba.client.annotation.HasBorderRadius
-
Returns a border radius handler instance to use in the default methods of this interface.
- getBorderRadiusHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- getBorderRadiusHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getBorderRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRight' property from element.
- getBorderRightColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightColor' property from element.
- getBorderRightStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightStyle' property from element.
- getBorderRightWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderRightWidth' property from element.
- getBorderShadowColor() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the color of the border shadow of annotation.
- getBorderShadowColorAsString() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of the border shadow of annotation.
- getBorderShadowColorAsString() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the color of the border shadow of annotation.
- getBorderShadowColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsShadowOptionsHandler
-
Returns the color of the border shadow of annotation.
- getBorderShadowColorAsString() - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Returns the color of the border shadow of annotation.
- getBorderShadowColorCallback() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the callback called to set the color of the border shadow of annotation.
- getBorderShadowColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsShadowOptionsHandler
-
Returns the callback called to set the color of the border shadow of annotation.
- getBorderShadowColorCallback() - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Returns the callback called to set the color of the border shadow of annotation.
- getBorderSkipped() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the edges to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBorderSkipped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getBorderSkipped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the edge to skip drawing the border for.
- getBorderSkipped() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the edge to skip drawing the border for.
- getBorderSkippedCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the border skipped callback, if set, otherwise
null. - getBorderSkippedCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border skipped callback, if set, otherwise
null. - getBorderSpacing() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderSpacing' property from element.
- getBorderStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderStyle' property from element.
- getBorderStyle() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border style for the action element.
- getBorderStyle() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- getBorderStyle() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the border styles set for the action element.
- getBorderStyle() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- getBorderTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTop' property from element.
- getBorderTopColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopColor' property from element.
- getBorderTopLeftRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopLeftRadius' property from element.
- getBorderTopRightRadius() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopRightRadius' property from element.
- getBorderTopStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopStyle' property from element.
- getBorderTopWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderTopWidth' property from element.
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns the width of the border in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultArrow
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultBox
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultCallout
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultEllipse
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultLine
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultPoint
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.DefaultPolygon
- getBorderWidth() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the width of the border in pixels.
- getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the width of the border in pixels.
- getBorderWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderOptionsHandler
-
Returns the width of the border in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels.
If a callback has been set, returns an empty list. - getBorderWidth() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke width of the bar in pixels.
If a callback has been set, returns an empty list. - getBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the width of the line in pixels.
- getBorderWidth() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
- getBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border width.
- getBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderWidth' property from element.
- getBorderWidth() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the width of the arc border.
- getBorderWidth() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the border width of the selection.
- getBorderWidth() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns the border width.
- getBorderWidth() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the border width of the selection.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size of the border.
- getBorderWidth() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the width of the border in pixels of sankey elements.
- getBorderWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the border width of the dataset item in pixels.
- getBorderWidth() - Method in class org.pepstock.charba.client.utils.toast.Action
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- getBorderWidth() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultAction
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the border width.
- getBorderWidth() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- getBorderWidth() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the width of the border in pixels.
- getBorderWidth() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the width of the border in pixels.
- getBorderWidthAsObject() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the border width of the dataset item in pixels as
BarBorderWidth. - getBorderWidthAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the border width (in pixels).
- getBorderWidthAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the border width of the dataset item in pixels as
BarBorderWidth. - getBorderWidthAsObject() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the border width of the dataset item in pixels as
BarBorderWidth. - getBorderWidthAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels.
If a callback or an array have been set, returns an empty object. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns the callback called to set the width of the border in pixels.
- getBorderWidthCallback() - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Returns the callback called to set the width of the border in pixels.
- getBorderWidthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBorderOptionsHandler
-
Returns the callback called to set the width of the border in pixels.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border width callback, if set, otherwise
null. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns the border width callback, if set, otherwise
null. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border width callback, if set, otherwise
null. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the border width callback, if set, otherwise
null. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border width callback, if set, otherwise
null. - getBorderWidthCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the border width callback.
- getBorderWidthCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the border width callback, if set, otherwise
null. - getBorderWidthCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the callback to set the border width (in pixels).
- getBottom() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the bottom coordinate.
- getBottom() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.data.Clip
-
Returns the clip bottom.
- getBottom() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
- getBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- getBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'bottom' property from element.
- getBottom() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the bottom coordinate value of the rectangle (has the same value as y + height, or y if height is negative).
- getBottom() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the margin bottom of legend.
- getBottom() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Returns the bottom.
- getBottom() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the bottom of chart area.
- getBottom() - Method in class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
- getBottom() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the bottom of area.
- getBottom() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding bottom in pixel.
- getBottom() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding bottom in pixel.
- getBottomLeft() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for bottom-left corner of the rectangle, in pixel.
- getBottomLeft() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for bottom-left corner of the rectangle, in pixel.
- getBottomLeft() - Method in interface org.pepstock.charba.client.items.IsBorderRadius
-
Returns the border radius for bottom-left corner of the rectangle, in pixel.
- getBottomRight() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for bottom-right corner of the rectangle, in pixel.
- getBottomRight() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for bottom-right corner of the rectangle, in pixel.
- getBottomRight() - Method in interface org.pepstock.charba.client.items.IsBorderRadius
-
Returns the border radius for bottom-right corner of the rectangle, in pixel.
- getBoundingClientRect() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a
DOMRectangleobject providing information about the size of an element and its position relative to the viewport. - getBounds() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBounds() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
- getBoundsCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).
- getBoxHandler() - Method in interface org.pepstock.charba.client.options.HasBox
-
Returns a box handler instance to use in the default methods of this interface.
- getBoxHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
- getBoxHandler() - Method in class org.pepstock.charba.client.options.Tooltips
- getBoxHeight() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the height of colored box.
- getBoxHeight() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the height of the colored box if displayColors is
true.. - getBoxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getBoxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBoxHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBoxHandler
-
Returns the height of colored box.
- getBoxHeight() - Method in class org.pepstock.charba.client.options.BoxHandler
-
Returns the height of colored box.
- getBoxHeight() - Method in interface org.pepstock.charba.client.options.HasBox
-
Returns the height of colored box.
- getBoxPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the padding between the color box and the text.
- getBoxPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBoxPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBoxPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the padding between the color box and the text.
- getBoxPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding between the color box and the text.
- getBoxWidth() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the width of colored box.
- getBoxWidth() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the width of the colored box if displayColors is
true.. - getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getBoxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getBoxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBoxHandler
-
Returns the width of colored box.
- getBoxWidth() - Method in class org.pepstock.charba.client.options.BoxHandler
-
Returns the width of colored box.
- getBoxWidth() - Method in interface org.pepstock.charba.client.options.HasBox
-
Returns the width of colored box.
- getBuilder() - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Returns the builder instance.
- getBuilder() - Method in class org.pepstock.charba.client.ml.RegressionBuilder
- getBuilder() - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- getButton() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns a
EventButtonthat describes which button is pressed during events related to the press or release of a button. - getButton() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the button that was pressed (if applicable) when the mouse event was fired.
- getButtons() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns a list of
EventButtonthat describes which buttons are pressed when the event is launched. - getButtons() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the buttons being depressed (if any) when the mouse event was fired.
- getByAxisKind(AxisKind, ScaleId) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the default scale id instance by axis kind, otherwise will return
nullif not found. - getByCode(String) - Static method in enum org.pepstock.charba.client.intl.Language
-
Returns the language instance, found using the identifier argument which is checked against both cods, 2 and 3 chars.
- getByIntValue(int, Weight) - Static method in enum org.pepstock.charba.client.enums.Weight
-
Returns the weight instance searched by the integer value.
- getByType(int) - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the type of node comparing the argument and its integer representation.
- getCalendar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getCalendar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the calendar to use.
- getCalendar() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the calendar to use.
- getCalendar() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getCallback() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns the function
callbackimplemented in the additional java script source. - getCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Returns the user callback instance.
- getCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the user callback to change point labels.
- getCallback() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the data set callback instance to manage the color.
- getCallback() - Method in class org.pepstock.charba.client.interaction.AbstractNativeInteractioner
-
Returns the callback instance.
- getCallback(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the callback stored in the native object or
nullif not exists. - getCallback(NativeObjectContainer, T) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the callback stored in the native object or the default value passed as argument, if not exists.
- getCallback(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
-
Searches for the user callback for a specific chart instance.
If not found, returnsnull. - getCallbackGradient(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the gradient configured by callback for a specific data set and data index, for a specific property.
- getCallbackPattern(Key, int, int) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the pattern configured by callback for a specific data set and data index, for a specific property.
- getCallbackProxy() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin.EscKeyEventListener
-
Returns the callback proxy.
- getCallbacks() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the object where all tooltips callbacks are stored.
- getCallbacks() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the callbacks element.
- getCallout() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getCallout() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getCallout() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the callout options of the element.
- getCallout() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelAnnotation
-
Returns the callout node.
- getCallout() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callout node.
- getCallout() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Returns the callout node.
- getCallout() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callout node.
- getCanvas() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the canvas element used to draw the chart.
- getCanvas() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the canvas of the canvas rendering context 2D object.
- getCanvas() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getCanvas() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the canvas element used to draw the chart.
- getCanvasGradientValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value ((
CanvasGradientItem)) in the embedded JavaScript object at specific property. - getCanvasPattern() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the canvas pattern if exists.
- getCanvasPatternValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (
CanvasPatternItem) in the embedded JavaScript object at specific property. - getCanvasProperty(NativeObject, String, Canvas) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getCanvasValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (canvas) in the embedded JavaScript object at specific property.
- getCaptions() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the captions object.
- getCaptions() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the captions object.
- getCaretPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getCaretPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getCaretPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
- getCaretSize() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the size of the tooltip arrow, in pixels.
- getCaretSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getCaretSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getCaretSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the size, in px, of the tooltip arrow.
- getCaretSize() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the size, in pixels, of the tooltip arrow.
- getCaretX() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the X location of the tooltip arrow.
- getCaretY() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the Y location of the tooltip arrow.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getCategoryPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getCategoryPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCategoryPercentage() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the percent (0-1) of the available width each category should be within the sample width.
- getCellIndex() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns a value representing the cell's position in the cells collection of the <tr> the cell is contained within.
- getCellPadding() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the horizontal and vertical sapce between cell content and cell borders.
- getCellSpacing() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the width in pixels of the horizontal and vertical separation between cells.
- getCenter() - Method in class org.pepstock.charba.client.geo.GeoDataPoint
-
Returns the coordinates where the tooltip should appear.
- getCenter() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Returns the center of GEO feature element.
- getCenter(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns the coordinates of a center of arc for RADIAL gradient.
- getCenter(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
- getCenter(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.impl.plugins.ChartAreaBackgroundGradientFactory
- getCenter(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
- getCenterPoint() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the center point of the element.
- getCenterPoint(boolean) - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the center point of the element.
- getCenterPoint(NativeObject, boolean) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the center point of the element.
- getCenterPoint(NativeObject, boolean) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the center point of the element.
- getChangedTouches() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns a list of all the touch objects representing individual points of contact whose states changed between the previous touch event and this one.
- getChangedTouches() - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Returns a list of objects for every point of contact which contributed to the event.
- getCharbaId() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHARBA ID, set to the chart.
- getCharbaId() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the unique id of axis.
- getCharbaId() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the unique id of scale.
- getCharbaId() - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Returns the unique id of scale.
- getCharbaId() - Method in class org.pepstock.charba.client.options.Options
-
Returns the CHARBA id when the options are related to a chart instance.
- getCharset() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the character encoding of an external script.
- getChart() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHARBA chart or
nullif CHARBA id is not present in the CAHRT.JS chart options. - getChart() - Method in class org.pepstock.charba.client.configuration.ChartContainer
-
Returns the chart instance
- getChart() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
-
Returns the chart instance, stored in the event as source.
- getChart() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the chart instance, stored in the event as source.
- getChart() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
- getChart() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
-
Returns the chart instance, stored in the event as source.
- getChart() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
-
Returns the chart instance, wrapped by this GWT widget.
- getChart() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the chart instance
- getChart() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.items.InteractionItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the CHARBA chart instance.
- getChart() - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Returns the chart instance which is using the options.
- getChart() - Method in class org.pepstock.charba.client.positioner.PositionerContext
-
Returns the CHARBA chart instance.
- getChart(String) - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Returns the chart instances which must be consumed by controller.
- getChartArea() - Method in class org.pepstock.charba.client.Chart
-
Returns the chart area node, as native object.
- getChartArea() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the chart area item.
- getChartElement() - Method in class org.pepstock.charba.client.AbstractChart
- getChartElement() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getChartElement() - Method in interface org.pepstock.charba.client.IsChart
-
Gets a handle to the object's underlying DOM element.
- getChartId() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Returns the chart id read and set in the HTML legend id.
- getChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the default chart options
- getChartOptions(Type) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default options by a chart type, for a existing chart instance.
It contains:
global options scale global options chart global options - getChartOptions(Type) - Method in class org.pepstock.charba.client.Overrides
-
Returns the chart options defaults by chart type.
- getChartProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getChartsInGroup(IsChart, String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Extracts all charts which are grouped
- getChartType() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Returns the extended chart type of controller.
- getChi2() - Method in class org.pepstock.charba.client.ml.RegressionScore
-
Returns the Pearson's chi-squared (Chi2) metric.
- getChildElementCount() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the number of children of this parent node which are elements.
- getChildElementCount() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the number of children of this element which are elements.
- getChildKey() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the property name to use to add this element to its parent.
- getChildNodes() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a list containing all the children of this node.
- getChildren(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns the object in the user format of the data point.
- getCircularCallback() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns
trueif the arc is curved. - getCircumference() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getCircumference() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getCircumference() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the sweep to allow arcs to cover.
- getCircumference() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the circumference of data set item.
- getCircumference() - Method in class org.pepstock.charba.client.options.Options
-
Returns the sweep to allow arcs to cover.
- getClampCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the clamp callback.
- getClampCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the clamp callback, if set, otherwise
null. - getClickCallback() - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Returns the callback called when a "click" event is occurring.
- getClickCallback() - Method in interface org.pepstock.charba.client.annotation.HasEventsHandler
-
Returns the callback called when a "click" event is occurring.
- getClickCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsEventsHandler
-
Returns the callback called when a "click" event is occurring.
- getClickEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
-
Returns the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- getClickEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- getClickEventHandler() - Method in class org.pepstock.charba.client.utils.toast.ActionItem
-
Returns the action click event handler instance.
- getClickEventHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the action click event handler instance.
- getClickEventHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the CLICK event hander, if set, otherwise
null. - getClickEventHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the CLICK event hander, if set, otherwise
null. - getClientHeight() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the inner height of the element.
- getClientLeft() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the width of the left border of the element.
- getClientTop() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the width of the top border of the element.
- getClientWidth() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the inner width of the element.
- getClientX() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns the horizontal position of the mouse event on the client window of user's screen; setting this value doesn't move the mouse pointer.
- getClientX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer in local (DOM content) coordinates.
- getClientX() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the horizontal position of the touch on the client window of user's screen, excluding any scroll offset.
- getClientX() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the horizontal position of the touch on the client window of user's screen, excluding any scroll offset.
- getClientY() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns the vertical position of the mouse event on the client window of the user's screen; setting this value doesn't move the mouse pointer.
- getClientY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer in local (DOM content) coordinates.
- getClientY() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the vertical position of the touch on the client window of the user's screen, excluding any scroll offset.
- getClientY() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the vertical position of the touch on the client window of the user's screen, excluding any scroll offset.
- getClip() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area. - getClip() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns always
Undefined.DOUBLEbecause is always disabled. - getClipAsObject() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area. - getClipAsObject() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns always
Clipinstance withUndefined.DOUBLEbecause is always disabled. - getClipCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the clip callback.
- getClipCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the clip callback, if set, otherwise
null. - getClipMap() - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Returns whether to clip the rendering to the chart area of the graph.
- getClipMap() - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Returns whether to clip the rendering to the chart area of the graph.
- getCloseHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the CLOSE hander, if set, otherwise
null. - getCloseHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the CLOSE hander, if set, otherwise
null. - getCode() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Returns a string, defaulting to "", that sets the value of
NativeKeyboardEventcode, represents a physical key on the keyboard (as opposed to the character generated by pressing the key). - getCode() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns a physical key on the keyboard (as opposed to the character generated by pressing the key).
In other words, this property returns a value that isn't altered by keyboard layout or the state of the modifier keys. - getCode2Chars() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the language identifier, 2 chars.
It could benull. - getCode3Chars() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the language identifier, 3 chars.
- getCoefficients() - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns all calculated coefficients as a list.
- getCoefficients() - Method in class org.pepstock.charba.client.ml.BasePolynomialRegression
-
Returns all calculated coefficients as an array, in increasing order of power (from 0 to degree).
- getCoefficients() - Method in class org.pepstock.charba.client.ml.ExponentialRegression
- getCoefficients() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns all calculated coefficients as a list.
- getCoefficients() - Method in class org.pepstock.charba.client.ml.NativeBaseLinearRegression
-
Returns all calculated coefficients as an array.
- getCoefficients() - Method in class org.pepstock.charba.client.ml.NativeBasePolynomialRegression
-
Returns all calculated coefficients as an array, in increasing order of power (from 0 to degree).
- getCoefficients() - Method in class org.pepstock.charba.client.ml.PowerRegression
- getColor() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of text.
- getColor() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the color of text.
- getColor() - Method in enum org.pepstock.charba.client.colors.GoogleChartColor
- getColor() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the color of the gradient.
- getColor() - Method in enum org.pepstock.charba.client.colors.GwtMaterialColor
- getColor() - Method in enum org.pepstock.charba.client.colors.HtmlColor
- getColor() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
-
Returns the color instance.
- getColor() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - getColor() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColor() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getColor() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the color.
- getColor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'color' property from element.
- getColor() - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Returns the font color of the label.
- getColor() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
- getColor() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Returns the color of threshold.
- getColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for value.
- getColor() - Method in class org.pepstock.charba.client.impl.charts.Threshold
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the color if it has been set, otherwise
null. - getColor() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the crosshair label font color.
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getColor() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label font color.
- getColor() - Method in class org.pepstock.charba.client.items.ScaleLabelBackdropOptions
-
Returns the color of the label of the scale.
- getColor() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the color of the label of the scale.
- getColor() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the color of angled lines.
- getColor() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the colors of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getColor() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font color.
- getColor() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColor() - Method in class org.pepstock.charba.client.options.ScaleBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - getColor() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the font color of the sankey elements.
- getColor() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the color of the text.
- getColor() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the color of the text.
- getColor() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- getColor() - Method in interface org.pepstock.charba.client.utils.toast.IsToastType
-
Returns the color of the text in the toast.
- getColor() - Method in class org.pepstock.charba.client.utils.toast.StandardToastType
- getColor() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the font color.
- getColor(double) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColor(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the fill or stroke color is used for shapes.
- getColor(String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColor(Date) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColor(Key) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColor(AbstractMeterElement, String, MeterContext) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Returns the color to apply to rendered label, invoking the callback if set.
- getColorAsString() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
-
Returns the font color of text as string.
- getColorAsString() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getColorAsString() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getColorAsString() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the color of text as string.
- getColorAsString() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the color of text as string.
- getColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the font color of text as string.
- getColorAsString() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the color of text as string.
- getColorAsString() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the color of the gradient.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - getColorAsString() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the font color as string.
- getColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleBorder
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- getColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
-
Returns the font color as string.
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - getColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the color of lines.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Returns the font color of the label.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for value.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the color as string if it has been set, otherwise
null. - getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the crosshair label font color.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the color.
- getColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns the crosshair label font color.
- getColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the color.
- getColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner label font color.
- getColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label font color.
- getColorAsString() - Method in class org.pepstock.charba.client.items.ScaleLabelBackdropOptions
-
Returns the color of the label of the scale.
- getColorAsString() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the color of the label of the scale.
- getColorAsString() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the font color.
- getColorAsString() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the color of angled lines.
- getColorAsString() - Method in class org.pepstock.charba.client.options.FontContainer
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the color of the grid, if not specified as an array.
- getColorAsString() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.options.Options
-
Returns the default color to use in the chart, on all objects, if not override by the specific configuration.
- getColorAsString() - Method in class org.pepstock.charba.client.options.ScaleBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - getColorAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the font color of the sankey elements.
- getColorAsString() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the color of the text.
- getColorAsString() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the color of the text.
- getColorAsString() - Method in class org.pepstock.charba.client.utils.toast.AbstractContentElement
- getColorAsString() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultContentElement
- getColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the font color as string.
- getColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- getColorAsString() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperContentElement
- getColorAsString(double) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColorAsString(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the fill or stroke color is used for shapes.
- getColorAsString(String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColorAsString(Date) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColorAsString(Key) - Method in class org.pepstock.charba.client.gradient.Colors
-
Returns the stored color in the gradient, by a value of chart.
- getColorCallback() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the callback called to set the color of the text of label.
- getColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the callback called to set the color of the text of label.
- getColorCallback() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the callback called to set the color of the text of label.
- getColorCallback() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Returns the color callback instance.
- getColorCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the color callback, if set, otherwise
null. - getColorCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the color callback, if set, otherwise
null. - getColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the color callback, if set, otherwise
null. - getColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the color callback.
- getColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the color callback, if set, otherwise
null. - getColorCallback() - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Returns the callback to customize the font color for rendered label in the chart.
- getColorCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the font color callback, if set, otherwise
null. - getColorCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font color callback, if set, otherwise
null. - getColorCallback() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the color callback, if set, otherwise
null. - getColorCallback() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the color callback, if set, otherwise
null. - getColorForValue(double) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the color for a specific data value.
- getColorForValue(Chart, double) - Method in class org.pepstock.charba.client.geo.JsGeoHelper
-
Returns the color for a specific data value.
- getColorForValue(Chart, double) - Static method in class org.pepstock.charba.client.geo.NativeJsGeoHelper
-
Returns the color for a specific data value.
- getColorForValueAsString(double) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the color for a specific data value.
- getColorFrom() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the starting color of the flow between sankey elements.
- getColorFrom() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the starting color of the flow between sankey elements.
- getColorFromAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the starting color of the flow between sankey elements.
- getColorFromAsString() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the starting color of the flow between sankey elements.
- getColorFromCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color "from" callback, if set, otherwise
null. - getColorMode() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color mode between sankey elements.
- getColorMode() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the color mode between sankey elements.
- getColorModeCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color mode callback, if set, otherwise
null. - getColors() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the unmodifiable list of stopping colors.
- getColors() - Method in enum org.pepstock.charba.client.colors.UiGradient
- getColors() - Method in class org.pepstock.charba.client.gradient.PropertyOptions
-
Returns the colors defined for the property, to create the gradient.
- getColors() - Method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns a list of colors which are composing a color scheme.
- getColors() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
- getColors() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
- getColors(Key, String) - Method in class org.pepstock.charba.client.data.HoverDataset
- getColors(Key, String) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns an array of colors as string.
- getColorsAsString() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the colors of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getColorScheme(String, String) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Returns the stored instance of color scheme from cache.
- getColorsFromData(Dataset, List<IsColor>, boolean, double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
-
Returns an array of colors for each data of dataset.
- getColorTo() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the ending color of the flow between sankey elements.
- getColorTo() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the ending color of the flow between sankey elements.
- getColorToAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the ending color of the flow between sankey elements.
- getColorToAsString() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the ending color of the flow between sankey elements.
- getColorToCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color "to" callback, if set, otherwise
null. - getColorType() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the type of background color has been set.
- getColorType() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the type of background color has been set.
- getColSpan() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value indicating the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
- getColumn() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the map for assigning the start or ending position to the sankey elements.
- getColumnHeights() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of columns heights.
- getColumnWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of columns widths.
- getCompactDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the compact display when
Notation.COMPACTis set. - getCompactDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getCompactDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the compact display when
Notation.COMPACTis set. - getCompactDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the compact display when
Notation.COMPACTis set. - getCompactDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getCompactDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the compact display when
Notation.COMPACTis set. - getCompletedCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is completed.
- getCompletedCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the callback called once zooming or panning is completed.
- getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback property handler for completed event.
- getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
- getCompletedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
-
Returns the configuration instance.
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Returns the options element for tick.
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Returns the configuration element.
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
-
Returns the configuration element.
- getConfiguration() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the options element for tick.
- getConfigureHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before initializing configuration of 'chart'.
- getConsole() - Static method in class org.pepstock.charba.client.utils.Window
-
Returns the Console object
- getContent() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the text to display in label as list.
- getContent() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the text to display in label as list.
- getContent() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the text to display in label as list.
- getContent() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the text to display in label as list.
- getContent() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Returns the content of envelop.
- getContent() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the value of meta-data property..
- getContent() - Method in class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Returns the content of the label.
- getContent() - Method in class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Returns the content of the item to inject.
- getContent() - Method in class org.pepstock.charba.client.utils.toast.ActionItem
-
Returns the content to show in the toast.
- getContent() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the content to show in the toast.
- getContent(DescriptionLabel, MeterContext) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Returns the content of the description label of the chart.
- getContentAsCanvas() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the text to display in label as
Canvas. - getContentAsCanvas() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the text to display in label as
Canvas. - getContentAsCanvas() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the text to display in label as
Canvas. - getContentAsCanvas() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the text to display in label as
Canvas. - getContentAsImage() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the text to display in label as
Img. - getContentAsImage() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the text to display in label as list.
- getContentAsImage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the text to display in label as
Img. - getContentAsImage() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the text to display in label as
Img. - getContentCallback() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the callback called to set the text to display in label as list.
- getContentCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the callback called to set the text to display in label as list.
- getContentCallback() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the callback called to set the text to display in label as list.
- getContentCallback() - Method in class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Returns the callback to customize the description label string in the chart.
- getContext() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
-
Returns the java script function context of CHART.JS events.
- getContext() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
-
Returns the java script function context of CHART.JS events.
- getContext() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Returns the scriptable context for callbacks, creating it if does not exist.
It's called fromBaseMeterController. - getContext() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the context of the element.
- getContext() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the unmodifiable toast context.
- getContext(String) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a drawing context on the canvas, or
nullif the context ID is not supported.
A drawing context lets you draw on the canvas. - getContext2d() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a drawing 2D context on the canvas.
- getController() - Method in class org.pepstock.charba.client.geo.BaseGeoChart
-
Returns the controller instance or
nullif chart not initialized. - getController() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Returns the controller instance or
nullif chart not initialized. - getController() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset controller.
- getController() - Method in class org.pepstock.charba.client.matrix.MatrixChart
-
Returns the controller instance or
nullif chart not initialized. - getController() - Method in class org.pepstock.charba.client.sankey.SankeyChart
-
Returns the controller instance or
nullif chart not initialized. - getController() - Method in class org.pepstock.charba.client.treemap.TreeMapChart
-
Returns the controller instance or
nullif chart not initialized. - getController(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller by name as string.
- getController(ControllerType) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller by name as
ControllerType. - getControllers() - Method in class org.pepstock.charba.client.Defaults
-
Returns the controllers.
- getControllerType() - Method in class org.pepstock.charba.client.geo.BaseGeoChart
-
Returns the controller type
- getControllerType() - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- getControllerType() - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- getControllerType() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Returns the controller type
- getControllerType() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
- getControllerType() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
- getControlPoint() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center. - getControlPoint() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center. - getControlPointCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the callback called to set the annotation control point for curve.
- getControlPointCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the callback called to set the annotation control point for curve.
- getControlPointNextX() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the next X control point of data set item in pixel.
- getControlPointNextY() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the next Y control point of data set item in pixel.
- getControlPointPreviousX() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the previous X control point of data set item in pixel.
- getControlPointPreviousY() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the previous Y control point of data set item in pixel.
- getCornerRadius() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getCornerRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getCornerRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadius() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadiusAsObject() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the radius of tooltip corner curves.
- getCornerRadiusAsObject() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the radius of tooltip corner curves.
- getCount() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation. - getCount() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getCount() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getCount() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation. - getCount() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number of ticks to generate.
If specified, this overrides the automatic generation. - getCountCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the count callback instance.
- getCountCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Returns the count callback instance.
- getCrossAlign() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the tick alignment perpendicular to the axis.
- getCrossAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getCrossAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getCrossAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the tick alignment perpendicular to the axis.
- getCrossAlign() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the tick alignment perpendicular to the axis.
- getCssStatement() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the CSS statement which represents the gradient orientation.
- getCssStatement() - Method in enum org.pepstock.charba.client.colors.GradientType
-
Returns the CSS statement which represents the gradient type.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getCubicInterpolationMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationMode() - Method in class org.pepstock.charba.client.options.Line
-
Returns algorithm used to interpolate a smooth curve from the discrete data points.
- getCubicInterpolationModeCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the cubic interpolation mode callback, if set, otherwise
null. - getCubicInterpolationModeCallback() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the border join style callback, if set, otherwise
null. - getCurrency() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the currency to use in currency formatting.
- getCurrency() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getCurrency() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the currency to use in currency formatting.
- getCurrency() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the currency to use in currency formatting.
- getCurrency() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getCurrency() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the currency to use in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns how to display the currency in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getCurrencyDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns how to display the currency in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns how to display the currency in currency formatting.
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getCurrencyDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns how to display the currency in currency formatting.
- getCurrencySign() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - getCurrencySign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getCurrencySign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - getCurrencySign() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - getCurrencySign() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getCurrencySign() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - getCurrent() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Returns the current threshold.
- getCurrentContext(int) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the toast context, currently open, by its id, or
nullif not in the map of contexts. - getCurrentCursor() - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Returns the cursor type before changing it.
- getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.Chart
-
Returns the current device pixel ratio.
- getCurrentDevicePixelRatio() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the current device pixel ratio.
- getCurrentOpenItem(int) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the
ToastItem, currently open, by its id, ornullif not in the map of open item. - getCurrentOpenItems() - Static method in class org.pepstock.charba.client.utils.toast.NativeToasting
-
Returns the amount of current and shown toasts.
- getCurrentStep() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the current animation frame number.
- getCurrentTarget() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns a reference to the currently registered target for the event.
This is the object to which the event is currently slated to be sent. - getCursor() - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
-
Returns the pointer cursor to use.
- getCursorOfChart(IsChart) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the cursor currently set in the chart.
- getCursorPointer() - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Returns the cursor type when the cursor is over the dataset item.
- getCursorPointer() - Method in interface org.pepstock.charba.client.impl.plugins.IsDefaultCursorPointerOptions
-
Returns the cursor type when the cursor is over the dataset item.
- getCursorType() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'cursor' property from element.
- getCurveCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the callback called to set whether the annotation should be curve.
- getCurveCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the callback called to set whether the annotation should be curve.
- getCutout() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the portion of the chart that is cut out of the middle.
AsDouble, it is considered to be pixels. - getCutout() - Method in class org.pepstock.charba.client.configuration.PieOptions
- getCutout() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getCutout() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getCutout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the portion of the chart that is cut out of the middle.
AsDouble, it is considered to be pixels. - getCutout() - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
- getCutout() - Method in class org.pepstock.charba.client.options.Options
-
Returns the portion of the chart that is cut out of the middle.
AsDouble, it is considered to be pixels. - getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the portion of the chart that is cut out of the middle.
AsStringand ending with '%', percentage of the chart radius. - getCutoutPercentage() - Method in class org.pepstock.charba.client.configuration.DoughnutOptions
- getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getCutoutPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getCutoutPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the portion of the chart that is cut out of the middle.
AsStringand ending with '%', percentage of the chart radius. - getCutoutPercentage() - Method in class org.pepstock.charba.client.options.Options
-
Returns the portion of the chart that is cut out of the middle.
AsStringand ending with '%', percentage of the chart radius. - getDash() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getDash() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleBorder
- getDash() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- getDash() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleBorder
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getDash() - Method in class org.pepstock.charba.client.options.ScaleBorder
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getDashCallback() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Returns the border dash callback instance.
- getDashOffset() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Returns the line dash pattern offset.
- getDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleBorder
- getDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- getDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleBorder
-
Returns the line dash pattern offset.
- getDashOffset() - Method in class org.pepstock.charba.client.options.ScaleBorder
-
Returns the line dash pattern offset.
- getDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Returns the border dash offset callback instance.
- getData() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the data object with all passed datasets.
- getData() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as a list of numbers.
Each point in the data list corresponds to the label at the same index on the x axis. - getData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- getData() - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- getData() - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- getData() - Method in class org.pepstock.charba.client.dom.elements.ImageData
-
Returns the array which is representing a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (inclusive).
- getData() - Method in class org.pepstock.charba.client.dom.elements.TextNode
-
Returns the textual data contained in this object.
- getData() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getData() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the data object with all passed datasets.
- getData() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the inner data.
- getData(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as a list of numbers.
Each point in the data list corresponds to the label at the same index on the x axis. - getData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- getData(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- getData(boolean) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.geo.ChoroplethDataset
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Throws an exception because not available.
- getData(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Throws an exception because not available.
- getData(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the object in the user format of the data point.
- getDataCount() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the amount of data.
- getDataElementType() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the data element type.
- getDataElementType(NativeObject) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the data element type.
- getDataElementType(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the data element type.
- getDataIndex() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the index of the current data.
- getDataIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the index of the data inside the dataset.
- getDataItem() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the value for the data set by a
DataItem. - getDataPoint() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the parsed data values for the given
TooltipItem.getDatasetIndex()andTooltipItem.getDataIndex(). - getDataPoints() - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of tooltip items related to data points.
- getDataPoints() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the matrix data property of a dataset for a chart is specified as an array of matrix data points
- getDataPoints() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the sankey data property of a dataset for a chart is specified as an array of sankey data points
- getDataPoints() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the treemap data property of a dataset for a chart is specified as an array of treemap data points
- getDataPoints(boolean) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Returns the data property of a dataset for a chart is specified as an array of data points
- getDataPoints(boolean) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- getDataPoints(boolean) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the matrix data property of a dataset for a chart is specified as an array of matrix data points
- getDataPoints(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the sankey data property of a dataset for a chart is specified as an array of sankey data points
- getDataPoints(Dataset.DataPointFactory, boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as an array of data points
- getDataset() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the data set instance where the callback must be stored.
- getDataset() - Method in class org.pepstock.charba.client.data.Dataset
- getDataset() - Method in interface org.pepstock.charba.client.data.HasDataset
-
Gets the dataset instance.
- getDatasetAtEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data sets that matches the event and returns the data set items references as a list.
- getDatasetAtEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDatasetAtEvent(NativeBaseEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset that matches the event.
- getDatasetControllerStyle(NativeObject, int) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
- getDatasetControllerStyle(NativeObject, int) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
- getDatasetElementType() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the dataset element type.
- getDatasetElementType(NativeObject) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the dataset element type.
- getDatasetElementType(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the dataset element type.
- getDatasetIndex() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the index of the current data set.
- getDatasetIndex() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the index of the current data set.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Returns the index of the data set.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item index.
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.InteractionItem
-
Returns the dataset index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the data set index of the chart
- getDatasetIndex() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the dataset index of the chart
- getDatasetItem() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the
DatasetItemrelated to the context, if there is, otherwisenull. - getDatasetItem() - Method in class org.pepstock.charba.client.items.PluginDatasetArgument
-
Returns the dataset item.
- getDatasetItem(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data set that matches the current index.
- getDatasetItem(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDatasetItem(int) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset that matches the current index and returns.
- getDatasetLabel() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the data set label.
- getDatasetMeta(int) - Method in class org.pepstock.charba.client.Chart
-
Looks for the dataset that matches the current index.
- getDatasetOptionsHandler() - Method in class org.pepstock.charba.client.data.BarDataset
- getDatasetOptionsHandler() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the instance of bar dataset options handler.
- getDatasetOptionsHandler() - Method in class org.pepstock.charba.client.options.TypedDataset
- getDatasetReferenceFactory() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the factory to create
DatasetReferencewhen required, based on the data element type of the chart. - getDatasetReferenceFactory() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDatasetReferenceFactory() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the factory to create
DatasetReferencewhen required, based on the data element type of the chart. - getDatasets() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the data sets element.
- getDatasets() - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of data sets.
- getDatasets() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getDatasets() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the plugins defaults.
- getDatasets() - Method in class org.pepstock.charba.client.options.Options
-
Returns the data sets element.
- getDatasets(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the list of data sets.
- getDatasets(Type) - Method in class org.pepstock.charba.client.options.Datasets
-
Returns the data sets options by chart type.
- getDatasetsAsString() - Method in class org.pepstock.charba.client.data.Data
-
Returns a string representation for all data sets, in JSON format.
- getDataString() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the data property of a dataset for a chart is specified as an array of strings.
- getDataString() - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- getDataString(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the data property of a dataset for a chart is specified as an array of strings.
- getDataString(boolean) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- getDataType() - Method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns the type of managed data for this axis type.
- getDataType() - Method in class org.pepstock.charba.client.configuration.StandardAxisType
- getDataType() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data type of data sets.
- getDataType() - Method in enum org.pepstock.charba.client.enums.ChartAxisType
- getDataType() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the data type of value.
- getDataType() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the data type of value.
- getDataVisibility(int) - Method in class org.pepstock.charba.client.Chart
-
Returns the stored visibility state of an data index for all datasets.
- getDate() - Method in class org.pepstock.charba.client.configuration.Adapters
-
Returns the date adapter options.
- getDate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAdapters
- getDate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAdapters
- getDate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAdapters
-
Returns the date adapter options.
- getDate() - Method in class org.pepstock.charba.client.options.Adapters
-
Returns the date adapter options.
- getDateAdapter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the date adapter of the scale if the scale is a time or time series, otherwise new date adapter.
- getDateAdapterOptions() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the
DateAdapterOptionsof the scale. - getDateAdapterOptions() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the
DateAdapterOptionsof the scale. - getDateByOrdinal(int, int) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns a
Dateobject and initializes it so that it represents midnight, at the beginning of the day specified by the ordinal day of a year, passed as arguments. - getDateByWeek(int, int) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns a
Dateobject and initializes it so that it represents midnight, at the beginning of the day specified by the week of the year, passed as arguments. - getDateStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getDateStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the date formatting style to use when calling
AbstractFormat.format(java.lang.Object). - getDateStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the date formatting style to use when calling
AbstractFormat.format(java.lang.Object). - getDateStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getDateTime() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the date time format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getDateTime() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the native object instance of date time.
- getDateTime(ActionItem) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the date time when the action invocation was applied to the toast.
- getDateTime(Status) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the date time when the status was applied to the toast.
- getDateTime(ToastItemAction) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the date time when the action invocation was applied to the toast.
- getDateValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (date) in the embedded JavaScript object at specific property.
- getDay() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the day format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getDay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getDay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Day.
- getDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Day.
- getDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getDayPeriod() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getDayPeriod() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the way day periods should be expressed.
- getDayPeriod() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the way day periods should be expressed.
- getDayPeriod() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getDecimalForPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getDecimalForPixel(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getDecimalForPixel(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getDecimation() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the decimation plugin element.
- getDecimation() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
Returns the decimation plugin element.
- getDecimation() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getDecimation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the decimation defaults.
- getDecimation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the decimation plugin element.
- getDecorationWidth() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the width of the strikethrough / underline of the label of the scale.
- getDefault() - Static method in class org.pepstock.charba.client.intl.CLocale
-
Gets the current value of the default locale for this instance.
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default background color value based on type of chart.
- getDefaultBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border color value based on type of chart.
- getDefaultBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border width value based on type of chart.
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.items.ArcElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.items.BarElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
This method must be overrided by all element where the border width is stored in different object.
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.items.PointElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
- getDefaultBorderWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
- getDefaultByType(GradientType) - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the default orientation based on gradient type.
- getDefaultChartOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the default options created based on chart type.
- getDefaultChartOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDefaultChartOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the default options created based on chart type.
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the element instance to be managed.
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.Arc
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.Bar
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.Line
- getDefaultElement() - Method in class org.pepstock.charba.client.configuration.Point
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default background color value based on type of chart.
- getDefaultHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border color value based on type of chart.
- getDefaultHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default border width value based on type of chart.
- getDefaultHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
- getDefaultLocale(Key) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Returns the default locale, set in the platform.
- getDefaultMode() - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
Returns which elements appear in the interaction.
- getDefaultMode() - Method in class org.pepstock.charba.client.options.Interaction
- getDefaultMode() - Method in class org.pepstock.charba.client.options.Tooltips
- getDefaultPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
-
Returns the default padding for all other methods
- getDefaultPluginOptions(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the options for default plugin.
- getDefaults() - Static method in class org.pepstock.charba.client.Chart
-
Returns the
defaultsproperty by native object. - getDefaults() - Static method in class org.pepstock.charba.client.colors.tiles.TilesFactory
-
Returns the default values of tiles configuration.
- getDefaults() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
-
Returns the defaults instance to be wrapped.
- getDefaults() - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Returns the original defaults of plugin.
- getDefaults() - Static method in class org.pepstock.charba.client.utils.toast.NativeToasting
-
Returns the read-only defaults of toast.
- getDefaults() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the defaults of toast.
- getDefaultScale(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the global options for this chart.
- getDefaultScaleId() - Method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns the default scale id for this axis type.
- getDefaultScaleId() - Method in class org.pepstock.charba.client.configuration.StandardAxisType
- getDefaultScaleId() - Method in enum org.pepstock.charba.client.enums.ChartAxisType
- getDefaultsOptions() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the default options of the label.
- getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the default options instance.
- getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.Pan
- getDefaultsOptions() - Method in class org.pepstock.charba.client.zoom.Zoom
- getDefaultsValues() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the defaults values for this object.
- getDefaultsValues() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Returns the default options for the specific annotation type.
- getDefaultValue() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the default value for the data set property, being a color.
- getDefaultValues() - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Returns the default provider instance.
- getDefaultValues() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the default values of the axis.
- getDefaultValues() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the defaults configuration.
- getDefaultValues() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the default options instance.
- getDefaultValues() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
- getDefaultValues() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the default values.
- getDefaultValues() - Method in class org.pepstock.charba.client.options.AbstractModel
-
Returns the default provider instance.
- getDefaultValues() - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns the defaults options.
- getDefaultValues() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the default values.
- getDeferredResourcesResource() - Method in class org.pepstock.charba.client.resources.DeferredResources
-
Returns the CHART.JS client bundle with java script definition.
- getDegree() - Method in class org.pepstock.charba.client.ml.BasePolynomialRegression
-
Returns the maximum degree of the polynomial.
- getDegree() - Method in class org.pepstock.charba.client.ml.NativeBasePolynomialRegression
-
Returns the maximum degree of the polynomial.
- getDegrees() - Method in enum org.pepstock.charba.client.datalabels.enums.Align
-
Returns a number representing the clockwise angle (in degree) which defines the label box alignment relative to "anchor".
- getDelay() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the delay before starting the animations.
- getDelay() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- getDelay() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- getDelay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the delay before starting the animations.
- getDelay() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the delay before starting the animations.
- getDelay() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- getDelayCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- getDelayCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the callback to set the delay before starting the animations.
- getDelayCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
- getDelegate() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the wrapped list of elements.
- getDelegated() - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns the
AbstractArrayListinstance. - getDelegated() - Method in class org.pepstock.charba.client.commons.ArrayKeySet
- getDelegated() - Method in class org.pepstock.charba.client.commons.ArrayStringSet
- getDelegated() - Method in class org.pepstock.charba.client.options.AbstractAnimations
-
Returns the delegated animations item.
- getDelegated() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
-
Returns the delegated font item.
- getDelegated() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the original wrapped options
- getDelegatedCallback(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
Returns the delegated callback previously set by user.
- getDelegatedCallback(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
-
Returns the delegated callback previously set by user.
- getDepth() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the depth, only available if grouping.
- getDescriptionLabel() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the description element of meter chart.
- getDescriptor() - Method in class org.pepstock.charba.client.ml.BaseRegression
-
Returns the regression descriptor.
- getDescriptor() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the regression descriptor.
- getDetail() - Method in class org.pepstock.charba.client.dom.events.NativeUIEvent
-
When non-zero, provides the current (or next, depending on the event) click count.
For click events, is the current click count.
For mousedown or mouseup events, is 1 plus the current click count.
For all other, is always zero. - getDetail() - Method in class org.pepstock.charba.client.dom.events.UIEventInit
-
When non-zero, provides the current (or next, depending on the event) click count.
For click events, is the current click count.
For mousedown or mouseup events, is 1 plus the current click count.
For all other, is always zero. - getDevicePixelRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getDevicePixelRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Method in class org.pepstock.charba.client.options.Options
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- getDevicePixelRatio() - Static method in class org.pepstock.charba.client.utils.Window
-
Returns the device pixel ratio
- getDirection() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'direction' property from element.
- getDisplay() - Method in class org.pepstock.charba.client.configuration.Axis
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
WhenDisplay.AUTO, the axis is visible only if at least one associated data set is visible. - getDisplay() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the visibility of labels.
- getDisplay() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the visibility of labels.
- getDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns how showing the axis.
- getDisplay() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'display' property from element.
- getDisplay() - Method in class org.pepstock.charba.client.options.AbstractScale
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false). - getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set whether the annotation should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the callback called to set whether the arrow head should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback called to set whether the label should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the callback called to set whether the label should be displayed.
- getDisplayCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the display options.
- getDisplayCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrow
-
Returns the callback called to set the display options.
- getDisplayCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the callback called to set whether the callout should be displayed.
- getDisplayCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns the callback called to set whether the label should be displayed.
- getDisplayCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the callback to set if the title is shown.
- getDisplayCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that sets if the axis will be shown.
- getDisplayCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the display callback.
- getDisplayCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the display callback, if set, otherwise
null. - getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
-
Returns the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- getDisplayFormat(TimeUnit) - Method in class org.pepstock.charba.client.options.DisplayFormats
-
Returns the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- getDisplayFormats() - Method in class org.pepstock.charba.client.configuration.Time
-
Returns the displayFormats element.
- getDisplayFormats() - Method in class org.pepstock.charba.client.options.Time
-
Returns the displayFormats element.
- getDistanceFromCenterForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the distance from the center of a specific value.
- getDistanceFromCenterForValue(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the distance from the center of a specific value.
- getDistanceFromCenterForValue(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the distance from the center of a specific value.
- getDividers() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the dividers object.
- getDividers() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the dividers object.
- getDocument() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a reference to the document that the window contains.
- getDocumentElement() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the element that is a direct child of the document.
This is normally the object representing the document's <html< element. - getDouble(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to get a property on an object.
- getDoubleProperty(NativeObject, String, double) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getDoubleValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (double) in the embedded JavaScript object at specific property.
- getDoubleValues(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (list of doubles) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - getDrag() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
- getDrag() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
-
Returns the drag-to-zoom effect.
- getDrag() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the drag-to-zoom effect.
- getDrawActiveElementsOnTopCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the callback, if draws the active points of a dataset over the other points of the dataset.
- getDrawActiveElementsOnTopCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the callback, if draws the active points of a dataset over the other points of the dataset.
- getDrawCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the draw count of the chart.
- getDrawCount() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getDrawCount() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the draw count of the chart.
- getDrawer() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
- getDrawer() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns the instance of shape drawer.
- getDrawer() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
- getDrawer() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
- getDrawingArea() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the drawing area dimension of scale.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns the draw time which defines when the annotations are drawn.
- getDrawTime() - Method in class org.pepstock.charba.client.configuration.Filler
-
Returns the draw time which defines when the filling will be applied.
- getDrawTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
- getDrawTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFiller
- getDrawTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFiller
-
Returns the draw time which defines when the filling will be applied.
- getDrawTime() - Method in class org.pepstock.charba.client.options.Filler
-
Returns the draw time which defines when the filling will be applied.
- getDrawTime() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the draw time which defines when the drag rectangle is drawn.
- getDrawTime() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the draw time which defines when the drag rectangle is drawn.
- getDrawTimeCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the draw time which defines when the annotations are drawn.
- getDrawTimeCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the draw time which defines when the annotations are drawn.
- getDuration() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ActiveDefaultAnimationTransition.ActiveDefaultAnimation
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition.ResizeDefaultAnimation
- getDuration() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
- getDuration() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the number of milliseconds an animation takes.
- getDuration() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- getDurationCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- getDurationCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the callback to set the number of milliseconds an animation takes.
- getDurationCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
- getEasing() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- getEasing() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- getEasing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
- getEasing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
- getEasing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the easing of drawing (between 0 and 1) for animation.
- getEasing() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the animation easing.
- getEasing() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to set the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- getEasingCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- getEasingCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to set the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the callback to set the animation easing.
- getEasingCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
- getElement() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
-
Returns the annotation element of plugin.
- getElement() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the
ChartElementrelated to the context, if there is, otherwisenull. - getElement() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the element instance to be managed.
- getElement() - Method in interface org.pepstock.charba.client.configuration.AbstractDynamicConfiguration.IsProvider
-
Provides the options provider to manage properties.
- getElement() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Returns the options element to use to store the properties.
- getElement() - Method in class org.pepstock.charba.client.configuration.Arc
- getElement() - Method in class org.pepstock.charba.client.configuration.Bar
- getElement() - Method in class org.pepstock.charba.client.configuration.Grid
- getElement() - Method in class org.pepstock.charba.client.configuration.Line
- getElement() - Method in class org.pepstock.charba.client.configuration.Point
- getElement() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
- getElement() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item element.
- getElement() - Method in class org.pepstock.charba.client.items.InteractionItem
-
Returns the chart element (point, arc, bar, etc.) for this tooltip item.
- getElement() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the chart element (point, arc, bar, etc.) for this tooltip item.
- getElement() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the
Divelement which represents the toast in the DOM. - getElement() - Method in class org.pepstock.charba.client.zoom.ZoomContext
-
Returns the
ZoomPluginconfiguration element. - getElement(String) - Static method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns the
Divelement which describes the modifier key.
It can be used in UI if needed. - getElement(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (BaseHtmlElement) in the embedded JavaScript object at specific property.
- getElement(IsKeyboardKey) - Static method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns the
Divelement which describes the modifier key.
It can be used in UI if needed. - getElement(ElementFactory<T>) - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the options defined for a custom element.
- getElement(ElementFactory<T>) - Method in class org.pepstock.charba.client.options.Elements
-
Returns the options defined for a custom element.
- getElementAtEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned. - getElementAtEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getElementAtEvent(NativeBaseEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned. - getElementAtEvent(NativeBaseEvent, InteractionOptions) - Method in class org.pepstock.charba.client.AbstractChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned. - getElementAtEvent(NativeBaseEvent, InteractionOptions) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getElementAtEvent(NativeBaseEvent, InteractionOptions) - Method in interface org.pepstock.charba.client.IsChart
-
Calling on your chart instance passing an argument of an event, will return the single element at the event position.
If there are multiple items within range, only the first is returned. - getElementById(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns an element object representing the element whose id property matches the specified string.
- getElementKey() - Method in class org.pepstock.charba.client.options.AbstractElementFactory
- getElementKey() - Method in interface org.pepstock.charba.client.options.ElementFactory
-
Returns the object key of the element.
- getElementProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getElements() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the elements element.
- getElements() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getElements() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the elements defaults.
- getElements() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Returns the chart elements in scope to
ChartPointer.IDplugin. - getElements() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartPointerDefaultOptions
-
Returns the chart elements in scope to "cursorpointer" plugin.
- getElements() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns a list of dataset elements.
- getElements() - Method in class org.pepstock.charba.client.options.Options
-
Returns the elements element.
- getElementsAtEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event. - getElementsAtEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getElementsAtEvent(NativeBaseEvent) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event. - getElementsAtEvent(NativeBaseEvent, InteractionOptions) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event. - getElementsAtEvent(NativeBaseEvent, InteractionOptions) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getElementsAtEvent(NativeBaseEvent, InteractionOptions) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event. - getElementsAtEventForMode(NativeBaseEvent, String, NativeObject, boolean) - Method in class org.pepstock.charba.client.Chart
-
Looks for the element under the event point, then returns all elements at the same data index.
Calling it on your chart instance passing an argument of an event, will return the point elements that are at that the same position of that event. - getElementsByTagName(String) - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns an list of elements with the given tag name.
The complete document is searched, including the root node. - getElementsByTagName(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a list containing all descendant elements, of a particular tag name, from the current element.
- getEmptyColor() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for empty sector.
- getEmptyColorAsString() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the fill color for empty sector.
- getEnableBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the enable border radius callback, if set, otherwise
null. - getEnableBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the enable border radius callback, if set, otherwise
null. - getEnd() - Method in class org.pepstock.charba.client.annotation.ArrowHeads
-
Returns the arrow head definition at end position.
- getEnd() - Method in class org.pepstock.charba.client.annotation.DefaultArrowHeads
- getEnd() - Method in class org.pepstock.charba.client.annotation.elements.ArrowHeadsElement
-
Returns the end arrow head options.
- getEnd() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrowHeads
-
Returns the arrow head definition at end position.
- getEnd() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the end point of a bar.
- getEnd() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the ending point
- getEnd() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the end value of scale.
- getEndAngle() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the end angle of data set item.
- getEndDataIndex() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the index of the current data of ending point of segment.
- getEndPoint() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the
PointElementrelated to the data as ending point of segment. - getEndValue() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the ending value on scale
- getEndValueAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value at which the line draw should end.
- getEndValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsDate() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value at which the line draw should end.
- getEndValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsDouble() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value at which the line draw should end.
- getEndValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueAsString() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value at which the line draw should end.
- getEndValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the callback called to set the data value at which the line draw should end.
- getEndValueCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the callback called to set the data value at which the line draw should end.
- getEnterCallback() - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Returns the callback called when a "enter" event is occurring.
- getEnterCallback() - Method in interface org.pepstock.charba.client.annotation.HasEventsHandler
-
Returns the callback called when a "enter" event is occurring.
- getEnterCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsEventsHandler
-
Returns the callback called when a "enter" event is occurring.
- getEnterEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
-
Returns the ENTER event (the mouse is moved over a label) handler.
- getEnterEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the ENTER event (the mouse is moved over a label) handler.
- getEnumeratedValue(Key, T[]) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (key) in the embedded JavaScript object at specific property.
- getEnumeratedValues(Key, T[]) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (list of
Key) in the embedded JavaScript object at specific property. - getEpochByOrdinal(int, int) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the number of milliseconds, since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT, for a specific ordinal day of a year.
- getEpochByOrdinal(int, int, DateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
Returns a epoch time in millisecond by a year and a ordinal.
- getEpochByOrdinal(int, int, NativeObject) - Static method in class org.pepstock.charba.client.adapters.NativeJsDateAdapterHelper
-
Returns a epoch time in millisecond by a year and a ordinal.
- getEpochByWeek(int, int) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the number of milliseconds, since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT, for a specific week of a year.
- getEpochByWeek(int, int, DateAdapterOptions) - Method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
Returns a epoch time in millisecond by a year and a weeks.
- getEpochByWeek(int, int, NativeObject) - Static method in class org.pepstock.charba.client.adapters.NativeJsDateAdapterHelper
-
Returns a epoch time in millisecond by a year and a weeks.
- getEra() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getEra() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Era.
- getEra() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Era.
- getEra() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getEventContext() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns the event context in the CHART.JS event.
- getEventPhase() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns which phase of the event flow is currently being evaluated.
- getEventProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getEvents() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the browser events that the chart should listen to.
- getEvents() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the browser events that the legend should listen to.
- getEvents() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the browser events that the tooltip should listen to.
- getEvents() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getEvents() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getEvents() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getEvents() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getEvents() - Method in interface org.pepstock.charba.client.defaults.IsDefaultEventHandler
-
Returns the browser events that the chart should listen to.
- getEvents() - Method in class org.pepstock.charba.client.options.EventsOptionHandler
-
Returns the browser events that the chart should listen to.
- getEvents() - Method in interface org.pepstock.charba.client.options.HasEvents
-
Returns the browser events that the chart should listen to.
- getEventsHandler() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
- getEventsHandler() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
- getEventsHandler() - Method in interface org.pepstock.charba.client.annotation.HasEventsHandler
-
Returns a event callbacks handler instance to use in the default methods of this interface.
- getEventsOptionHandler() - Method in interface org.pepstock.charba.client.options.HasEvents
-
Returns a event handler handler instance to use in the default methods of this interface.
- getEventsOptionHandler() - Method in class org.pepstock.charba.client.options.Legend
- getEventsOptionHandler() - Method in class org.pepstock.charba.client.options.Options
- getEventsOptionHandler() - Method in class org.pepstock.charba.client.options.Tooltips
- getEventsOptionHandler() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Callout
- getExtendedBorderOptionsHandler() - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Returns a border options handler instance to use in the default methods of this interface.
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getExtendedBorderOptionsHandler() - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
- getExtendedInteraction(String) - Method in class org.pepstock.charba.client.interaction.Interactions.Modes
-
Returns a custom interaction mode in CHART.JS, implemented by an existing java script implementation.
- getExtendedInteraction(NativeObject, String) - Static method in class org.pepstock.charba.client.interaction.Interactions.InternalReflect
-
Allows you to get a property on an object.
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Arrow
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
- getExtendedShadowOptionsHandler() - Method in interface org.pepstock.charba.client.annotation.HasExtendedShadowOptions
-
Returns a shadow options handler instance to use in the default methods of this interface.
- getExtendedShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getExternalCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user external callback instance.
- getFactory() - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Returns the
KeyFactoryinstance. - getFactory() - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns the factory needed to creates canvas objects from a native java script object.
- getFactory() - Method in class org.pepstock.charba.client.data.GradientsContainer
- getFactory() - Method in class org.pepstock.charba.client.data.PatternsContainer
- getFactory() - Method in enum org.pepstock.charba.client.ml.RegressionFactory
-
Returns the regression factory.
- getFactory(String) - Method in class org.pepstock.charba.client.items.ChartElementFactories
-
Returns the factory related to the element type.
- getFactory(IsChart) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Returns an interaction item factory by chart instance.
- getFactory(DatasetItem) - Method in class org.pepstock.charba.client.items.ChartElementFactories
-
Returns the factory related to the dataset item.
- getFamily() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font family, follows CSS font-family options.
- getFamily() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
- getFamily() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getFamily() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font family, follows CSS font-family options.
- getFamily() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
- getFamily() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font family, follows CSS font-family options.
- getFamily() - Method in class org.pepstock.charba.client.utils.toast.ImmutableFont
- getFeature() - Method in class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Returns the feature object to identify the region.
- getFeature() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Returns the feature of GEO element.
- getFill() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getFill() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getFill() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFillHandler
-
Returns how to fill the area under the line.
- getFill() - Method in class org.pepstock.charba.client.options.FillHandler
-
Returns how to fill the area under the line.
- getFill() - Method in interface org.pepstock.charba.client.options.HasFill
-
Returns how to fill the area under the line.
- getFill(int) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns a fill, based on absolute data set index, using the passed index.
- getFill(String) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns a fill, based on relative data set index, using the passed index.
If the passed argument is not a relative data set index, checks if is predefined fill. - getFillBaseline() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the baseline value to use for filling.
- getFillBaseline() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getFillBaseline() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getFillBaseline() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFillHandler
-
Returns the baseline value to use for filling.
- getFillBaseline() - Method in class org.pepstock.charba.client.options.FillHandler
-
Returns the baseline value to use for filling.
- getFillBaseline() - Method in interface org.pepstock.charba.client.options.HasFill
-
Retunrs the baseline value to use for filling.
- getFillCallback() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the callback called to set
truewhether the arrow head must be closed and filled. - getFillCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrow
-
Returns the callback called to set
truewhether the arrow must be closed and filled. - getFillCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the fill callback, if set, otherwise
null. - getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill callback, if set, otherwise
null. - getFillCallback() - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
Returns the fill callback, if set, otherwise
null. - getFillColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for colors inside shapes.
- getFillColorAsString() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for colors inside shapes.
- getFillColors() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the above and below color of baseline to use for filling.
- getFillColors() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getFillColors() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getFillColors() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFillHandler
-
Returns the above and below color of baseline to use for filling.
- getFillColors() - Method in class org.pepstock.charba.client.items.FillColors.FillColorsHandler
- getFillColors() - Method in class org.pepstock.charba.client.options.FillHandler
-
Returns the above and below color of baseline to use for filling.
- getFillColors() - Method in interface org.pepstock.charba.client.options.HasFill
-
Returns the above and below color of baseline to use for filling.
- getFiller() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the filler plugin configuration.
- getFiller() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getFiller() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the filler defaults.
- getFiller() - Method in class org.pepstock.charba.client.options.Options
-
Returns the filler plugin element.
- getFillGradient() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for gradient style inside shapes.
- getFillHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
- getFillHandler() - Method in class org.pepstock.charba.client.items.FillColors
- getFillHandler() - Method in interface org.pepstock.charba.client.options.HasFill
-
Returns a fill handler instance to use in the default methods of this interface.
- getFillHandler() - Method in class org.pepstock.charba.client.options.Line
- getFillPattern() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for pattern style inside shapes.
- getFillStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as color.
- getFillStyleAsCanvasGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as canvas gradient.
- getFillStyleAsCanvasPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as canvas pattern.
- getFillStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as gradient.
- getFillStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the fill style of the legend box as pattern.
- getFilterCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user filter callback instance.
- getFilterCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user filter callback instance.
- getFinalPositionProps(List<Key>) - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the list of properties of the element, using the final position.
- getFinalPositionProps(ArrayString, List<Key>) - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the list of properties of the element, using the final position.
- getFinalPositionProps(Key...) - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the list of properties of the element, using the final position.
- getFirstChild() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the first direct child node of the node, or
nullif the node has no child. - getFirstElementChild() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the first node which is both a child of this parent node and is also an element, or
nullif there is none. - getFirstElementChild() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the first node which is both a child of this element and is also an element, or
nullif there is none. - getFloatingData() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the data property of a data set for a chart is specified as an array of floating data.
- getFloatingData(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the data property of a data set for a chart is specified as an array of floating data.
- getFlow() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns flow value.
- getFont() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
- getFont() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getFont() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getFont() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
- getFont() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultSubtitle
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
- getFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFontContainer
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'font' property from element.
- getFont() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text style to use when drawing text.
This string uses the same syntax as the CSS font specifier. - getFont() - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Returns the font of the label.
- getFont() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Returns the font object.
- getFont() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns the crosshair label font.
- getFont() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner label font.
- getFont() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.items.ScaleLabelItem
-
Returns the font applied to the scale label.
- getFont() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.options.AbstractTitle
- getFont() - Method in class org.pepstock.charba.client.options.FontContainer
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns the font element.
- getFont() - Method in interface org.pepstock.charba.client.options.IsTitle
- getFont() - Method in class org.pepstock.charba.client.options.Options
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the font object.
- getFont() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- getFont() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultLabelValues
- getFont() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultTitleValues
- getFont() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the font element.
- getFont() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
- getFont() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperContentElement
- getFont(AbstractMeterElement, MeterContext) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Returns the font to apply to rendered label, invoking the callback if set.
- getFontCallback() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the font callback.
- getFontCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Returns the callback to customize the font for rendered label in the chart.
- getFontCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the font callback.
- getFontCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
Returns the
FontCallbackif it has been set ornull. - getFontCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the font callback, if set, otherwise
null. - getFontCallback() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the font callback, if set, otherwise
null. - getFontColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the font color of the legend or
nullif not set. - getFontContainer() - Method in class org.pepstock.charba.client.options.AbstractTitle
- getFontContainer() - Method in interface org.pepstock.charba.client.options.HasFont
-
Returns a font container instance to use in the default methods of this interface.
- getFontContainer() - Method in class org.pepstock.charba.client.options.LegendLabels
- getFontContainer() - Method in class org.pepstock.charba.client.options.LegendTitle
- getFontContainer() - Method in class org.pepstock.charba.client.options.PointLabels
- getFontContainer() - Method in class org.pepstock.charba.client.options.ScaleTitle
- getFontContainer() - Method in class org.pepstock.charba.client.options.Ticks
- getFontContainer() - Method in class org.pepstock.charba.client.utils.toast.AbstractContentElement
- getFontFamily() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontFamily' property from element.
- getFontItem() - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Returns the font item.
It's called fromBaseMeterController. - getFonts() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the font of the text.
- getFontSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontSize' property from element.
- getFontSizeAdjust() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontSizeAdjust' property from element.
- getFontStretch() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontStretch' property from element.
- getFontStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontStyle' property from element.
- getFontVariant() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontVariant' property from element.
- getFontWeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'fontWeight' property from element.
- getFooter() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the footer of the tooltip.
- getFooterAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer alignment.
- getFooterAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getFooterAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getFooterAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer alignment.
- getFooterAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the body alignment.
- getFooterCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user footer callback.
- getFooterColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font color.
- getFooterColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font color as string.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getFooterColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getFooterColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font color as string.
- getFooterColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font color as string.
- getFooterFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the footer font element.
- getFooterFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getFooterFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getFooterFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the footer font.
- getFooterFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the footer font element.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the margin to add before drawing the footer.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getFooterMarginTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getFooterMarginTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the margin to add before drawing the footer.
- getFooterMarginTop() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the margin to add before drawing the footer.
- getFooterSpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getFooterSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getFooterSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getFooterSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each footer line.
- getForce() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the amount of pressure being applied to the surface by the user, as a double between 0.0 (no pressure) and 1.0 (maximum pressure).
- getForce() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the amount of pressure being applied to the surface by the user, as a double between 0.0 (no pressure) and 1.0 (maximum pressure).
- getFormat(TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
- getFormatCallback() - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Returns the callback to customize the value string in the chart.
- getFormatMatcher() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getFormatMatcher() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the format matching algorithm to use.
- getFormatMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the format matching algorithm to use.
- getFormatMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getFormats() - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the provided default formats.
- getFormattedValue() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the formatted value for the tooltip.
- getFormattedValue(ValueLabel, MeterContext) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
-
Returns a formatted value of the chart applying the precision or invoking the value callback.
- getFormatter() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the callback which can be implemented to change the text of label.
- getFormatter() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns the callback which can be implemented to change the text of label.
- getFormatterCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the formatter callback.
- getFormatterCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the formatter callback, if set, otherwise
null. - getFormatterCallback() - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns the formatter callback, if set, otherwise
null. - getFrom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getFrom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getFrom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as number.
- getFrom() - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Returns the starting value of selected scale.
- getFrom() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as number.
- getFrom() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns from value as string.
- getFromAsBoolean() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getFromAsBoolean() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getFromAsBoolean() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as boolean.
- getFromAsBoolean() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as number.
- getFromAsColor() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as color.
- getFromAsKey() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns from value as
Key. - getFromAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getFromAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getFromAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
- getFromAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the start value for the animation as color string.
- getFromAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the start value for the animation as color string.
- getFromCallback() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getFromCallback() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getFromCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the callback to set the start value for the animation.
- getFromCallback() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the callback to set the start value for the animation.
- getFullSizeCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the callback to set if marks that this box should take the full width/height of the canvas (moving other boxes).
- getGlobal() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global options.
- getGlobalCompositeOperation() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the type of compositing operation to apply when drawing new shapes.
- getGlobalCompositeOperation() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Returns the type of compositing operation to apply when drawing new shapes.
- getGlobalCompositeOperation() - Method in interface org.pepstock.charba.client.impl.plugins.IsChartBackgroundColorDefaultOptions
-
Returns the type of compositing operation to apply when drawing new shapes.
- getGrace() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGrace() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getGrace() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getGrace() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGrace() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGraceAsPercentage() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGraceAsPercentage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getGraceAsPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getGraceAsPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGraceAsPercentage() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - getGraceCallback() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
- getGradient() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the gradient if it has been set, otherwise
null. - getGradient(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the fill or stroke gradient is used for shapes.
- getGradientProperty(NativeObject, String, CanvasGradientItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getGradientsContainer() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the gradients container element.
- getGraticuleBorderColor() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the graticule border color.
- getGraticuleBorderColorAsString() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the graticule border color.
- getGraticuleBorderWidth() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the graticule border width.
- getGreen() - Method in class org.pepstock.charba.client.colors.Color
- getGreen() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the green value.
- getGreen() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
- getGrid() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the grid element
- getGrid() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the grid element.
- getGrid() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getGrid() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getGrid() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the grid defaults.
- getGrid() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the grid element.
- getGroup() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the group name used to synchronized more chart instances.
- getGroup() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Returns the group name of chart instance.
- getGroup() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the group name used to synchronized more chart instances.
- getGroup() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the group name, only available if grouping.
- getGroups() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - getGroups() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the object to refer to certain token by string that a regular expression matches.
- getGroupsAsString() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - getGroupSum() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the group sum, only available if grouping.
- getHandler() - Method in class org.pepstock.charba.client.geo.BaseGeoOptions
- getHandler() - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
- getHandler() - Method in class org.pepstock.charba.client.geo.ChoroplethDataset
- getHandler() - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Returns the common options handler.
- getHandler() - Method in interface org.pepstock.charba.client.geo.IsGeoDataset
-
Returns the data set options handler.
- getHandlerCount(EventType) - Method in class org.pepstock.charba.client.events.EventBus
-
Returns the amount of handlers for a specific event type.
- getHandlerCount(EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns the amount of handlers for a specific event type.
- getHandlerCount(EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getHandlerCount(EventType) - Method in interface org.pepstock.charba.client.IsChart
-
Returns the amount of handlers for a specific event type.
- getHandlers() - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager
-
Returns the set of registered handlers.
- getHandlers() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Returns the selection handlers.
- getHash() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing a '#' followed by the fragment identifier of the URL.
- getHash() - Method in enum org.pepstock.charba.client.resources.ResourceHash
-
Returns the hash of the content.
- getHashCodeProperty() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the property key used to store the class name plus hash code, as key of callback instance in the cache.
- getHead() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the <head> element of the current document.
- getHeight() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the height of element in pixel.
- getHeight() - Method in class org.pepstock.charba.client.Chart
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image height used in the pattern.
- getHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'height' property from element.
- getHeight() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the height of the rectangle.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used. - getHeight() - Method in class org.pepstock.charba.client.dom.elements.ImageData
-
Returns the actual height, in pixels.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the value that reflects the height attribute, indicating the rendered height of the image in CSS pixels.
- getHeight() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the length of pixel of the hinted height of the cell.
- getHeight() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the height (magnitude on the Y axis), in CSS pixels, of the contact geometry of the pointer.
- getHeight() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the height (magnitude on the Y axis), in CSS pixels, of the contact geometry of the pointer.
- getHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the height of selection cleaner element.
- getHeight() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns the height of data set item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the height in pixel.
- getHeight() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.ScaleLabelBackdropOptions
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.SizeItem
-
Returns the height of the chart item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the height of tooltip.
- getHeight() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the height of matrix element in pixels.
- getHeight() - Method in class org.pepstock.charba.client.matrix.MatrixElement
-
Returns the height of data set item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the height of matrix element in pixels.
- getHeight() - Method in class org.pepstock.charba.client.sankey.SankeyElement
-
Returns the height of data set item in pixel.
- getHeight() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the height in pixel.
- getHeight() - Method in class org.pepstock.charba.client.treemap.TreeMapElement
-
Returns the height of data set item in pixel.
- getHeightCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the height callback to set the height of matrix element in pixels.
- getHelpers() - Static method in class org.pepstock.charba.client.Chart
-
Returns the
helpersproperty by native object. - getHistoryItems() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the list of toast items in the history.
- getHitBoxes() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of hit boxes of the legend.
- getHitRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getHitRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- getHitRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getHitRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the hit radius callback, if set, otherwise
null. - getHitRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the hit radius callback, if set, otherwise
null. - getHorizontalAlignmentValue() - Method in enum org.pepstock.charba.client.enums.ElementAlign
-
Returns the CSS value for horizontal alignment in the HTML element style.
- getHost() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the host, that is the hostname, a ':', and the port of the URL.
- getHostname() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the domain of the URL.
- getHour() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the hour format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getHour() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getHour() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Hour.
- getHour() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Hour.
- getHour() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getHourCycle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getHourCycle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the hour cycle to use.
- getHourCycle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the hour cycle to use.
- getHourCycle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getHover() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the hover element.
- getHover() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getHover() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the hover defaults.
- getHover() - Method in class org.pepstock.charba.client.options.Options
-
Returns the hover element.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color when hovered.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill color of the elements when hovered.
If property is missing or not a color, returns an empty list. - getHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color of the elements when hovered.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the fill gradient of the elements when hovered.
- getHoverBackgroundColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color when hovered.
- getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the fill gradients of the arcs in the data set when hovered.
If property is missing or not a gradient, returns an empty list. - getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill gradients of elements when hovered.
If property is missing or not a gradient, returns an empty list. - getHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill gradients of elements when hovered.
If property is missing or not a gradient, returnsnull. - getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the fill patterns of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list. - getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill patters of elements when hovered.
If property is missing or not a pattern, returns an empty list. - getHoverBackgroundColorAsPatterns() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill patters of elements when hovered.
If property is missing or not a pattern, returnsnull. - getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the fill color of the arcs when hovered as string.
If property is missing or not a color, returns an empty list. - getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the fill color of the elements when hovered.
If property is missing or not a color, returns an empty list. - getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color of the elements when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
- getHoverBackgroundColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the background color when hovered.
- getHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the background color when hovered.
- getHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the background color callback, if set, otherwise
null. - getHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the hover background color callback, if set, otherwise
null. - getHoverBorderCapStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how the end points of every line are drawn, when element is hovered.
- getHoverBorderCapStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border cap style callback when element is hovered, if set, otherwise
null. - getHoverBorderColor() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color when hovered.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke color of the elements when hovered
- getHoverBorderColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the stroke gradient of the elements when hovered.
- getHoverBorderColor() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color when hovered.
- getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the stroke gradients of the arcs in the data set when hovered.
If property is missing or not a pattern, returns an empty list. - getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke gradients of the elements when hovered.
If property is missing or not a pattern, returns an empty list. - getHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke gradients of the elements when hovered.
If property is missing or not a pattern, returnsnull. - getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the stroke color of the arcs when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke color of the elements when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
- getHoverBorderColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border color when hovered.
- getHoverBorderColorAsString() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border color when hovered.
- getHoverBorderColorCallback() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border color callback, if set, otherwise
null. - getHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the hover border color callback, if set, otherwise
null. - getHoverBorderDash() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern, when element is hovered.
- getHoverBorderDashCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash callback when element is hovered, if set, otherwise
null. - getHoverBorderDashOffset() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the line dash pattern offset, when element is hovered.
- getHoverBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border dash offset callback when element is hovered, if set, otherwise
null. - getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter. - getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter. - getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter. - getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverBorderJoinStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when hovered.
- getHoverBorderJoinStyle() - Method in class org.pepstock.charba.client.options.Arc
-
Returns how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when hovered.
- getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the hover border join style callback, if set, otherwise
null. - getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border join style callback when element is hovered, if set, otherwise
null. - getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the border join style callback when element is hovered, if set, otherwise
null. - getHoverBorderJoinStyleCallback() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns the border join style callback when element is hovered, if set, otherwise
null. - getHoverBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels), when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getHoverBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the bar border radius (in pixels) when hovered.
- getHoverBorderRadiusAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the list of bar border radius (in pixels), when hovered.
- getHoverBorderRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the border radius callback, when hovered, if set, otherwise
null. - getHoverBorderRadiusCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the border radius callback, if set, otherwise
null, when hovered. - getHoverBorderWidth() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border width when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the stroke width of the elements when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptionsElement
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- getHoverBorderWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptionsElement
-
Returns the border width when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the border width of point when hovered.
- getHoverBorderWidth() - Method in class org.pepstock.charba.client.options.AbstractElement
-
Returns the border width when hovered.
- getHoverBorderWidthAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the border width (in pixels), when hovered.
- getHoverBorderWidthAsObjects() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the stroke width of the bar in pixels, when hovered.
- getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns the border width callback, if set, otherwise
null. - getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the hover border width callback, if set, otherwise
null. - getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.HoverDataset
-
Returns the hover border width callback, if set, otherwise
null. - getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the hover border width callback, if set, otherwise
null. - getHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the callback to set the border width (in pixels), when hovered.
- getHoverColor() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the hover color of the text.
- getHoverColor() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the color of the text, when hovered.
- getHoverColorAsString() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the hover color of the text.
- getHoverColorAsString() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the color of the text, when hovered.
- getHoverColorCallback() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the hover color callback, if set, otherwise
null. - getHoverColorCallback() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the hover color callback, if set, otherwise
null. - getHoverColorFrom() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the starting color of the flow between sankey elements, when hovered.
- getHoverColorFrom() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the starting color of the flow between sankey elements, when hovered.
- getHoverColorFromAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the starting color of the flow between sankey elements, when hovered.
- getHoverColorFromAsString() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the starting color of the flow between sankey elements, when hovered.
- getHoverColorFromCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color "from" callback when hovered, if set, otherwise
null. - getHoverColorTo() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the ending color of the flow between sankey elements, when hovered.
- getHoverColorTo() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the ending color of the flow between sankey elements, when hovered.
- getHoverColorToAsString() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the ending color of the flow between sankey elements, when hovered.
- getHoverColorToAsString() - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Returns the ending color of the flow between sankey elements, when hovered.
- getHoverColorToCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the color "to" callback when hovered, if set, otherwise
null. - getHoverFont() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the font object when hovered.
- getHoverFont() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the font object when hovered.
- getHoverFontCallback() - Method in class org.pepstock.charba.client.treemap.Captions
-
Returns the hover font callback, if set, otherwise
null. - getHoverFontCallback() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the hover font callback, if set, otherwise
null. - getHoverFonts() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the font of the text, when hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the arc offset (in pixels), when dataset if hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getHoverOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getHoverOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffset() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc offset (in pixels) when hovered.
- getHoverOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the offset callback, if set, otherwise
null. - getHoverOffsetCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the offset callback, when dataset is hovered, if set, otherwise
null. - getHoverRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getHoverRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- getHoverRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the radius of the point when hovered.
- getHoverRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the radius of the point when hovered.
- getHoverRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the hover radius callback, if set, otherwise
null. - getHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the hover radius callback, if set, otherwise
null. - getHref() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a stringifier that returns a string containing the entire URL.
If changed, the associated document navigates to the new page.It can be set from a different origin than the associated document. - getHtmlColorName() - Method in enum org.pepstock.charba.client.colors.HtmlColor
-
Returns the HTML color name.
- getHtmlElementValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (BaseHtmlElement) in the embedded JavaScript object at specific property.
- getHttpEquiv() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the name of an HTTP response header to define for a document.
- getIcon() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the icon image set for toast.
- getIcon() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the icon image set for toast.
- getIcon() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the icon image set for toast.
- getId() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the ID of chart.
It could be considered as chart unique ID. - getId() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the id of annotation.
- getId() - Method in class org.pepstock.charba.client.Chart
-
Returns the CHART JS chart ID.
- getId() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the CHART JS chart ID.
- getId() - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Returns the unique canvas object id.
- getId() - Method in class org.pepstock.charba.client.configuration.Axis
-
The ID is used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used. - getId() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the unique id of data sets.
- getId() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the unique id of the element.
- getId() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns a unique identifier for the pointer causing the event.
- getId() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns a unique identifier for the pointer causing the event.
- getId() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getId() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the ID of chart.
It could be considered as chart unique ID. - getId() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the id of scale
- getId() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the id of label.
- getId() - Method in interface org.pepstock.charba.client.MutationHandler
-
Returns the ID of chart.
It could be considered as chart unique ID. - getId() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the id of scale.
It is usually used to link data sets and scale axes together.
This is especially needed if multi-axes charts are used. - getId() - Method in interface org.pepstock.charba.client.Plugin
-
Plugins must define a unique id in order to be configurable.
Returns the plugin id. - getId() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Returns the plugin id.
- getId() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
- getId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the unique ID of the options.
- getId() - Method in class org.pepstock.charba.client.plugins.PluginReference
-
Returns the plugin id.
- getId() - Method in class org.pepstock.charba.client.utils.toast.ActionItem
-
Returns the action unique id.
- getId() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the unique id of toast item.
- getId() - Method in class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Returns the action unique id.
- getId(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Returns the internal id, stored in the native object container.
If id is not stored, throws anIllegalArgumentException. - getIdentifier() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns a unique identifier for this touch object.
A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.
This lets you ensure that you're tracking the same touch all the time. - getIdentifier() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns a unique identifier for this touch object.
A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.
This lets you ensure that you're tracking the same touch all the time. - getIdentifier() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the locale identifier which consists of a language identifier and extension tags.
- getIdForColor() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Returns the HTML element id for color cell.
- getIdForColumn(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Returns the HTML element id for label or color cell.
- getIdForLabel() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Returns the HTML element id for label cell.
- getIds() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Gets all global registered plugins ids.
- getImage() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image used in the pattern if exists.
- getImage() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner image.
- getImage() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner image.
- getImageData() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Returns the image data, of chart label, previously stored, or
null. - getImageData(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns an
ImageDataobject representing the underlying pixel data for a specified portion of the canvas. - getImageHeight() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the height of label content, when is set as
Img, in pixels in order to scale the image when drawn. - getImageHeight() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the height of label content, when is set as
Img, in pixels in order to scale the image when drawn. - getImageHeight() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the height of label content, when is set as
Img, in pixels in order to scale the image when drawn. - getImageHeight() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the height of label content, when is set as
Img, in pixels in order to scale the image when drawn. - getImageHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the height of image for selection cleaner element.
- getImageHeightAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageHeightAsPercentage() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageHeightAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageHeightAsPercentage() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageHeightCallback() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the callback called to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageHeightCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the callback called to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageHeightCallback() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the callback called to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageProperty(NativeObject, String, Img) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getImages() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the images when
RenderisRender.IMAGE. - getImageURLFromCanvasPattern(CanvasPatternItem, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a data URL for the current content of a canvas pattern instance.
- getImageWidth() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the width of label content, when is set as
Img, in pixels in order to scale the image when drawn. - getImageWidth() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the width of label content, when is set as
Img, in pixels in order to scale the image when drawn. - getImageWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the width of label content, when is set as
Img, in pixels in order to scale the image when drawn. - getImageWidth() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the width of label content, when is set as
Img, in pixels in order to scale the image when drawn. - getImageWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the width of image for selection cleaner element.
- getImageWidthAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageWidthAsPercentage() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageWidthAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageWidthAsPercentage() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageWidthCallback() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the callback called to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageWidthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the callback called to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageWidthCallback() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the callback called to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - getImageX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the X point of image for selection cleaner element.
- getImageY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the Y point of image for selection cleaner element.
- getImgValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (image) in the embedded JavaScript object at specific property.
- getIncrementalId() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the incremental id of the object.
- getIndex() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the index of the tick.
- getIndex() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Returns the index of the data element.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset index.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the dataset index.
- getIndex() - Method in class org.pepstock.charba.client.items.DatasetReference
-
Returns the data set item data index.
- getIndex() - Method in class org.pepstock.charba.client.items.InteractionItem
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the data set index of the chart (for POLAR and PIE charts)
- getIndex() - Method in class org.pepstock.charba.client.items.PluginDatasetArgument
-
Returns the index of the data inside the dataset.
- getIndex() - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns the original index in the data of the data point.
- getIndex(AbstractScale.Property, AbstractScale.Property) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Checks and returns the index related to the passed properties as arguments.
- getIndexAxis() - Method in class org.pepstock.charba.client.configuration.BarOptions
-
Returns the base axis for the dataset.
- getIndexAxis() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the base axis for the dataset.
- getIndexAxis() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the base axis for the data set.
- getIndexAxis() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the base axis for the data set.
- getIndexAxis() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getIndexAxis() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getIndexAxis() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the base axis for the dataset, only for bar options.
- getIndexAxis() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset index axis.
- getIndexAxis() - Method in class org.pepstock.charba.client.options.Options
-
Returns the base axis for the dataset, only for bar options.
- getIndexAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the index axis ID.
- getIndexScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the index scale item or
nullif not exists.
IfIndexAxis=IndexAxis.Ythen iScale === yScale and vScale === xScale.
For radar, iScale === vScale === rScale. - getIndicatorWidth() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns how many pixels should be used for the color bar.
- getIndicatorWidthCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set how many pixels should be used for the color bar.
- getInflateAmount() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmount() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmount() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getInflateAmount() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getInflateAmount() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmount() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmount() - Method in class org.pepstock.charba.client.options.Bar
-
Returns the amount of pixels to inflate the bar rectangles, when drawing.
- getInflateAmountCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the inflate amount callback, if set, otherwise
null. - getInflateAmountCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the inflate amount callback, if set, otherwise
null. - getInitialCursor() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the initial cursor of the chart.
- getInitialCursor() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getInitialCursor() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the initial cursor of the chart.
- getInner() - Method in class org.pepstock.charba.client.colors.Radius
-
Returns the inner radius of arc.
- getInnerEnd() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for inner-end corner of the arc, in pixel.
- getInnerHeight() - Static method in class org.pepstock.charba.client.utils.Window
-
The innerHeight property returns the inner height of a window's content area.
- getInnerHTML() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the markup of the element's content.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the inner radius of data set item in pixel.
- getInnerRadius() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the inner radius of dataset item in pixel.
- getInnerStart() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for inner-start corner of the arc, in pixel.
- getInnerText() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns the "rendered" text content of a node and its descendants.
As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard. - getInnerWidth() - Static method in class org.pepstock.charba.client.utils.Window
-
The innerWidth property returns the inner width of a window's content area.
- getInstallCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getInstallHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'install' plugin.
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - getInstance() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
Returns the java callback instance.
- getInstances() - Static method in class org.pepstock.charba.client.Chart
-
Returns the
instancesproperty by native object. - getInt(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to get a property on an object.
- getIntegerProperty(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns the property value from java script object, when it is stored as integer.
- getInteraction() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the configuration which events trigger plugin interactions
- getInteraction() - Method in class org.pepstock.charba.client.annotation.DefaultOptions
- getInteraction() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns the configuration which events trigger plugin interactions
- getInteraction() - Static method in class org.pepstock.charba.client.Chart
-
Returns the
interactionproperty by native object. - getInteraction() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the interaction element.
- getInteraction() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getInteraction() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the interaction defaults.
- getInteraction() - Method in class org.pepstock.charba.client.options.Options
-
Returns the interaction element.
- getInteractioner(IsInteractionMode) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Returns the interactioner.
If not exists, returnsnull. - getInteractionMode(String) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Returns the interaction mode.
If not exists, returnsnull. - getIntercept() - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns the intercept coefficient.
- getIntercept() - Method in class org.pepstock.charba.client.ml.NativeBaseLinearRegression
-
Returns the intercept coefficient.
- getInternalBorderWidthCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the border width callback, if set, otherwise
null. - getInternalHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the hover border width callback, if set, otherwise
null. - getInternalValue(Position) - Method in class org.pepstock.charba.client.data.Clip
-
Returns the value of clip for passed position or
Undefined.DOUBLEif is disable. - getInterpolate() - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Returns the color interpolation of the scale.
- getInterpolate() - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the color interpolation of the scale.
- getInterpolateCallback() - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Returns the color interpolation callback of the scale.
- getInterpolateCallback() - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the color interpolation callback of the scale.
- getInterpolatedColorByOffset(double) - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns a color using the gradient as source of colors.
- getInterval() - Method in class org.pepstock.charba.client.utils.CTimer
-
Returns the time, in milliseconds (thousands of a second), the timer should delay in between executions of the specified task.
- getIntProperty(NativeObject, String, int) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getIntValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (int) in the embedded JavaScript object at specific property.
- getIntValues(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (list of integers) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - getIsoWeekday() - Method in class org.pepstock.charba.client.configuration.Time
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekday() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
- getIsoWeekday() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
- getIsoWeekday() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekday() - Method in class org.pepstock.charba.client.options.Time
-
Returns the ISO day of the week with 0 being Sunday and 6 being Saturday.
- getIsoWeekDayByValue(int) - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns a ISO week day item by the passed value.
- getItem() - Method in class org.pepstock.charba.client.events.AbstractAnimationEvent
-
Returns item with animation info from chart
- getItem() - Method in class org.pepstock.charba.client.events.AbstractAxisEvent
-
Returns the scale item related to the action
- getItem() - Method in class org.pepstock.charba.client.events.AbstractLegendEvent
-
Returns the legend item related to the click
- getItem() - Method in class org.pepstock.charba.client.events.AbstractTitleEvent
-
Returns the title related to the click
- getItem() - Method in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Returns the item with dataset metadata related to the click
- getItem() - Method in interface org.pepstock.charba.client.events.IsLegendEvent
-
Returns the legend item related to the event.
- getItems() - Method in class org.pepstock.charba.client.callbacks.TooltipContext
-
Returns the model of tooltip.
- getItems() - Method in class org.pepstock.charba.client.events.AbstractChartTypedEvent
-
Returns a list of items with dataset references related to the click.
- getItems() - Method in interface org.pepstock.charba.client.events.IsChartEvent
-
Returns a list of items with dataset references related to the event.
- getItems() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of items of the legend.
- getItems() - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns a map with all defined axis.
- getItemsByName(T[], String) - Static method in interface org.pepstock.charba.client.intl.IsLocaleItem
-
Returns an unmodifiable list of items which are matching with the name passed as argument.
- getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user item sort callback instance.
- getItemSortCallback() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the user item sort callback instance.
- getJSTypeProperty(NativeObject, String, T) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getKey() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Returns a string, defaulting to "", that sets the value of
NativeKeyboardEventkey, the value of the key pressed by the user. - getKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns the value of the key pressed by the user, taking into consideration the state of modifier keys as well as the keyboard locale and layout.
- getKey() - Method in class org.pepstock.charba.client.events.AbstractChartEvent
-
Returns the options key where default function is stored.
- getKey() - Method in interface org.pepstock.charba.client.events.IsCommonChartEvent
-
Returns the options key where default function is stored.
- getKey() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the key of the object to use to get data value from a tree object.
It's needed ONLY when tree data is set by a list of objects. - getKey(String, double, double) - Static method in class org.pepstock.charba.client.utils.AnnotationBuilder
-
Creates a key to store the image in the cache.
- getKeyAsString() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the key of the object to use to get data value from a tree object.
It's needed ONLY when tree data is set by a list of objects. - getKeyboardKey() - Method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns the related
KeyboardModifierKey. - getKeyByValue(T[], String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key in the an enumeration by the value.
- getKeyByValue(T[], String, T) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns a key in the an enumeration by the value, or the default key passed as argument.
- getKeyPrefix() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
- getKeyPrefix() - Method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns a unique key prefix for shape to use in the cache.
- getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
- getKeyPrefix() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
- getKeys() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Returns the list of keys managed by object.
- getKeys() - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns the unmodifiable list of property names of the native java script object.
- getKeys() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
- getKeys() - Method in class org.pepstock.charba.client.data.BarBorderRadius
- getKeys() - Method in class org.pepstock.charba.client.data.BarBorderWidth
- getLabel() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
-
Returns the label on the box.
- getLabel() - Method in class org.pepstock.charba.client.annotation.DefaultBox
- getLabel() - Method in class org.pepstock.charba.client.annotation.DefaultEllipse
- getLabel() - Method in class org.pepstock.charba.client.annotation.DefaultLine
- getLabel() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the inner label element of the element.
- getLabel() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
-
Returns the label on the ellipse.
- getLabel() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxAnnotation
-
Returns the label on the box.
- getLabel() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsEllipseAnnotation
-
Returns the label on the ellipse.
- getLabel() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the label on the line.
- getLabel() - Method in interface org.pepstock.charba.client.annotation.IsLabelContainer
-
Returns the inner label of annotation.
- getLabel() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the label on the line.
- getLabel() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the label that is shown on the perimeter of the scale.
- getLabel() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the label for the data set which appears in the legend and tooltips.
- getLabel() - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Returns the label item, wrapped from this builder.
- getLabel() - Method in class org.pepstock.charba.client.datalabels.DataLabelsContext
-
Returns the label options of plugin.
- getLabel() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner label.
- getLabel() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label.
- getLabel() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset label.
- getLabel() - Method in class org.pepstock.charba.client.items.ScaleLabelItem
-
Returns the label of the scale.
- getLabel() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the label of the tick.
- getLabel() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the label of the value used on the scale.
- getLabel() - Method in class org.pepstock.charba.client.items.TooltipItem
-
Returns the label for the tooltip.
- getLabel() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the label for the data set.
- getLabel() - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns the label of the data point in the grouped data.
- getLabel() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the label of the toast.
- getLabel() - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Returns the label element.
- getLabel() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultValues
- getLabel() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the label of the toast.
- getLabel() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the label of toast.
- getLabel() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the label of the toast.
- getLabel(String) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns the options builder for label identified by id.
- getLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the stored options for specific id.
- getLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the label with the id passed as argument or
nullif not exist. - getLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns the options builder for label identified by id.
- getLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
-
Returns the options builder for label identified by id
- getLabel(DataLabelId) - Method in interface org.pepstock.charba.client.datalabels.IsDefaultLabels
-
Returns the stored options for specific key.
- getLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the stored options for specific id.
- getLabel(LabelId) - Method in interface org.pepstock.charba.client.labels.IsDefaultOptions
-
Returns the label with the id passed as argument or
nullif not exist. - getLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the label with the id passed as argument or
nullif not exist. - getLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
Returns the options builder for label identified by id
- getLabelCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user label callback.
- getLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels color of tooltip.
- getLabelForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the label to display in the tooltip for the given value.
- getLabelForValue(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Used to get the label to display in the tooltip for the given value.
- getLabelForValue(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Used to get the label to display in the tooltip for the given value.
- getLabelHandler() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns a label handler instance to use in the default methods of this interface.
- getLabelHandler() - Method in class org.pepstock.charba.client.annotation.InnerLabel
- getLabelHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- getLabelHeight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the height of label for selection cleaner element.
- getLabelItems() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the labels computed in the scale.
- getLabelItems(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the labels computed in the scale.
- getLabelItems(ScaleItem) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the labels computed in the scale.
- getLabelKeys() - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns the list of all keys related to stored options.
- getLabelOffset() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas. - getLabelOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getLabelOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getLabelOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas. - getLabelOffset() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas. - getLabelOptions() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the label options of plugin.
- getLabelPointStyles() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels point styles of tooltip.
- getLabelRotation() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the label rotation ratio.
- getLabels() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the labels.
- getLabels() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the legend labels element.
- getLabels() - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns the labels.
- getLabels() - Method in class org.pepstock.charba.client.datalabels.DataLabelsOptions
-
Returns the labels element.
- getLabels() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
- getLabels() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsOptions
-
Returns the labels element.
- getLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the labels object defaults.
- getLabels() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the labels utility to set the same value to all labels.
- getLabels() - Method in class org.pepstock.charba.client.items.ScaleLabelItem
-
Returns the labels of the scale.
- getLabels() - Method in interface org.pepstock.charba.client.labels.IsDefaultOptions
-
Returns the list of labels.
- getLabels() - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns the collection of labels.
- getLabels() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the legend labels element.
- getLabels() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the map for labeling the sankey elements.
- getLabels() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the labels object.
- getLabels() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the labels object.
- getLabels(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the labels for axes.
- getLabels(boolean) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns the labels for axes.
- getLabels(boolean) - Method in class org.pepstock.charba.client.data.LabelsHandler
-
Returns the labels for axes.
- getLabelsCallback() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the user callback instance to generate labels.
- getLabelsHandler() - Method in class org.pepstock.charba.client.data.Data
- getLabelsHandler() - Method in interface org.pepstock.charba.client.data.HasLabels
-
Returns an labels option handler instance.
- getLabelsHandler() - Method in class org.pepstock.charba.client.options.AbstractScale
- getLabelWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the width of label for selection cleaner element.
- getLabelX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the X point of label for selection cleaner element.
- getLabelY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the Y point of label for selection cleaner element.
- getLanguage() - Method in class org.pepstock.charba.client.dom.BaseNavigator
-
Returns a string representing the preferred language of the user, usually the language of the browser UI.
- getLanguage() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the language of the locale.
- getLanguage() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns the language.
- getLastChild() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the last direct child node of the node, or
nullif the node has no child. - getLastElementChild() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns the last node which is both a child of this parent node and is an element, or
nullif there is none. - getLastElementChild() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the last node which is both a child of this element and is an element, or
nullif there is none. - getLastIndex() - Static method in class org.pepstock.charba.client.utils.RegExp
-
Returns the index at which to start the next match.
This property is set only if the regular expression instance used the g flag to indicate a global search, or the y flag to indicate a sticky search.
The following rules apply:
If lastIndex is greater than the length of the string,RegExp.test(String)andRegExp.exec(String)fail, then lastIndex is set to 0 If lastIndex is equal to or less than the length of the string and if the regular expression matches the empty string, then the regular expression matches input starting from lastIndex. - getLatitude() - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Returns the latitude of the data.
- getLatitude() - Method in class org.pepstock.charba.client.geo.Coordinates
-
Returns the latitude stored in the object.
- getLatitude() - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Returns the latitude stored in the object.
- getLayerX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the horizontal coordinate of the event relative to the current layer.
- getLayerY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the vertical coordinate of the event relative to the current layer.
- getLayout() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the layout element.
- getLayout() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getLayout() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the layout defaults.
- getLayout() - Method in class org.pepstock.charba.client.options.Options
-
Returns the layout element.
- getLayoutPadding() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the chart layout padding reserve for selection cleaner element.
- getLeaveCallback() - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Returns the callback called when a "leave" event is occurring.
- getLeaveCallback() - Method in interface org.pepstock.charba.client.annotation.HasEventsHandler
-
Returns the callback called when a "leave" event is occurring.
- getLeaveCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsEventsHandler
-
Returns the callback called when a "leave" event is occurring.
- getLeaveEventHandler() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultListeners
-
Returns the LEAVE event (the mouse is moved out of a label) handler.
- getLeaveEventHandler() - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns the LEAVE event (the mouse is moved out of a label) handler.
- getLeft() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the left coordinate.
- getLeft() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.data.Clip
-
Returns the clip left.
- getLeft() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
- getLeft() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- getLeft() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'left' property from element.
- getLeft() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the left coordinate value of the rectangle (has the same value as x, or x + width if width is negative).
- getLeft() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the margin left of legend.
- getLeft() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Returns the left.
- getLeft() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the left of chart area.
- getLeft() - Method in class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
- getLeft() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the left of area.
- getLeft() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.items.ScaleLabelBackdropOptions
-
Returns the left of chart area.
- getLeft() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding left in pixel.
- getLeft() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding left in pixel.
- getLeftRightValue() - Method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns the value to use when only left and right is used.
- getLegend() - Method in class org.pepstock.charba.client.Chart
-
Returns the legend node, as native object.
- getLegend() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the legend item.
- getLegend() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the legend element.
- getLegend() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getLegend() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the legend defaults.
- getLegend() - Method in interface org.pepstock.charba.client.geo.IsLegendAxis
-
Returns the legend configuration.
- getLegend() - Method in class org.pepstock.charba.client.geo.LegendAxisMapper
-
Returns the legend configuration.
- getLegend() - Method in class org.pepstock.charba.client.options.Options
-
Returns the legend element.
- getLegendItem() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the legend item instance, needed to create the point style for legend.
- getLegendItemCallback() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.
- getLegendTextCallback() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
-
Returns the callback which can be implemented to change the text of legend for a specific item, as HTML.
- getLegendTextHandler() - Method in class org.pepstock.charba.client.configuration.LegendTitle
- getLegendTextHandler() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns a legend text handler instance to use in the default methods of this interface.
- getLegendTextHandler() - Method in class org.pepstock.charba.client.items.LegendLabelItem
- getLegendTextHandler() - Method in class org.pepstock.charba.client.options.LegendTitle
- getLegendTitleCallback() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the callback which can be implemented to change the text of legend's title, as HTML.
- getLegendTitleCallback() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
-
Returns the callback which can be implemented to change the text of legend' title, as HTML.
- getLength() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the amount of pixels of the length of the arrow head.
- getLength() - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Returns the amount of pixels of the length of the arrow head.
- getLength() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrow
-
Returns the length in pixels of the arrow head.
- getLength() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the length of the legend.
- getLength(Object) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns the length of the passed array.
If argument isnull, 0 is returned. - getLengthCallback() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the callback called to set the amount of pixels of the length of the arrow head.
- getLengthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrow
-
Returns the callback called to set the amount of pixels of the length of the arrow.
- getLengthCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set length of the legend.
- getLimits() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
- getLimits() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
-
Returns the limits element.
- getLimits() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the limits element.
- getLine() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the line element.
- getLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
- getLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns LINE object defaults.
- getLine() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the line element.
- getLinearAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
Returns the axis for values.
- getLineCap() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the lineCap, to determine the shape used to draw the end points of lines.
- getLineCap() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the shape used to draw the end points of lines.
- getLineCap() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns how the end points of every box border are drawn.
- getLineCapStyle() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns how the end points of every line are drawn.
- getLineColor() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the color of the line.
- getLineColor() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the divider color of the rectangle.
- getLineColorAsString() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the color of the line.
- getLineColorAsString() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the color of the line.
- getLineColorAsString() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the divider color of the rectangle.
- getLineDash() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getLineDash() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getLineDash() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getLineDash() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- getLineDashOffset() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the line dash offset, or "phase.".
Specifies where to start a dash array on a line. - getLineDashOffset() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the line dash pattern offset.
- getLineDashOffset() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the line dash pattern offset.
- getLineDashOffset() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the box border dash pattern offset.
- getLineDashOffset() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the line dash pattern offset of the divider.
- getLineHeight() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
- getLineHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getLineHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'lineHeight' property from element.
- getLineHeight() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
- getLineHeight() - Method in class org.pepstock.charba.client.options.Font
-
Returns the height of an individual line of text.
- getLineHeight() - Method in class org.pepstock.charba.client.utils.toast.ImmutableFont
- getLineHeightAsString() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
- getLineHeightAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getLineHeightAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the height of an individual line of text as string.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.options.AbstractImmutableFont
- getLineHeightAsString() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
- getLineHeightAsString() - Method in class org.pepstock.charba.client.options.Font
-
Returns the height of an individual line of text.
- getLineHeightAsString() - Method in class org.pepstock.charba.client.utils.toast.ImmutableFont
- getLineJoin() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the lineJoin, to determine the shape used to join two line segments where they meet.
- getLineJoin() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the type of corners where two lines meet.
- getLineJoin() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- getLines() - Method in class org.pepstock.charba.client.items.TooltipBodyItem
-
Returns all lines of body section.
- getLinesWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the stroke widths of grid.
- getLineWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the stroke widths of grid.
- getLineWidth() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- getLineWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getLineWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleLines
-
Returns the width of lines.
- getLineWidth() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the thickness of lines.
- getLineWidth() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the width of the line.
- getLineWidth() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Sets the width of the line.
- getLineWidth() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the width of line in pixels.
- getLineWidth() - Method in class org.pepstock.charba.client.options.AngleLines
-
Returns the width of angled lines.
- getLineWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the stroke width of grid.
The first element if set as array. - getLineWidth() - Method in class org.pepstock.charba.client.treemap.Dividers
-
Returns the width of the divider line in pixels.
- getLineWidthCallback() - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Returns the line width callback instance.
- getLineWidths() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns the list of line widths.
- getListeners() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
- getListeners() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the listeners element.
- getListeners() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the listeners element.
- getLocale() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - getLocale() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - getLocale() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getLocale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- getLocale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- getLocale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getLocale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - getLocale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Returns the locale which has initialized the format.
- getLocale() - Method in class org.pepstock.charba.client.options.Options
-
Returns the locale instance for internationalization.
- getLocale() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - getLocaleFromMetaElement() - Static method in class org.pepstock.charba.client.intl.CLocale
-
Extracts the locale from
Metaelement with "gwt:property" property, as implemented by GWT.
If there is not any locale setting, returnsnull. - getLocaleMatcher() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the locale matching algorithm to use.
- getLocaleMatcher() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
- getLocaleMatcher() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseFormatOptions
-
Returns the locale matching algorithm to use.
- getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Returns the locale matching algorithm to use.
- getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getLocaleMatcher() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getLocaleMatcher() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the locale matching algorithm to use.
- getLocation() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a
BaseLocationobject, which contains information about the URL of the document and provides methods for changing that URL and loading another URL. - getLocation() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Returns the location of the key on the keyboard or other input device.
- getLocation() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns the location of the key on the keyboard or other input device.
- getLongitude() - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Returns the longitude of the data.
- getLongitude() - Method in class org.pepstock.charba.client.geo.Coordinates
-
Returns the longitude stored in the object.
- getLongitude() - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Returns the longitude stored in the object.
- getLoopCallback() - Method in class org.pepstock.charba.client.configuration.Animation
-
Returns the callback to loop the animations endlessly.
- getLoopCallback() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- getLoopCallback() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- getLoopCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
Returns the callback to loop the animations endlessly.
- getLoopCallback() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the callback to loop the animations endlessly.
- getLoopCallback() - Method in class org.pepstock.charba.client.UpdateConfiguration
- getMajor() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns major tick element.
- getMajor() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getMajor() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getMajor() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the major tick defaults.
- getMajor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the major element.
- getMapper() - Method in class org.pepstock.charba.client.geo.ColorAxis
- getMapper() - Method in class org.pepstock.charba.client.geo.ColorLogarithmicAxis
- getMapper() - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the color axis mapper.
- getMapper() - Method in interface org.pepstock.charba.client.geo.IsLegendAxis
-
Returns the legend axis mapper.
- getMapper() - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Returns the size axis mapper.
- getMapper() - Method in class org.pepstock.charba.client.geo.SizeAxis
- getMapper() - Method in class org.pepstock.charba.client.geo.SizeLogarithmicAxis
- getMargin() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the amount of pixels between the label and the callout separator.
- getMargin() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the amount of pixels between the label and the callout separator.
- getMargin() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the amount of pixels between the label and the callout separator.
- getMargin() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'margin' property from element.
- getMargin() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the margin pixels such that it doesn't stick to the edge of the chart.
- getMargin() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner margin from canvas border.
- getMargin() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the margin from canvas border.
- getMarginAsObject() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the margin pixels such that it doesn't stick to the edge of the chart.
- getMarginBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginBottom' property from element.
- getMarginCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback to set the amount of pixels between the label and the callout separator.
- getMarginCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the callback to set the amount of pixels between the label and the callout separator.
- getMarginCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set the margin pixels such that it doesn't stick to the edge of the chart.
- getMarginLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginLeft' property from element.
- getMarginRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginRight' property from element.
- getMarginTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'marginTop' property from element.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the maximum item to display.
- getMax() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data maximum.
- getMax() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the maximum value of chart.
- getMax() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMax() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMax() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleRange
-
Returns the maximum value of range as double.
- getMax() - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Returns the maximum value of range.
- getMaxAmountOfDigits() - Method in class org.pepstock.charba.client.ml.BaseRegression
-
Calculates the maximum digits of the regression coefficients.
- getMaxAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMaxAsDate() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data maximum.
- getMaxAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the max value of scale.
- getMaxAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the user defined maximum number for the scale, overrides maximum value from data.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getMaxBarThickness() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getMaxBarThickness() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns the maximum bar thickness.
- getMaxBarThickness() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns the maximum bar thickness.
- getMaxBorderWidth(HoverFlexDataset) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Calculates the maximum border width for hoving flex dataset (BAR).
- getMaxCallback() - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Returns the callback to set the user defined maximum number for the scale, overrides maximum value from data.
- getMaxCallback() - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Returns the callback to set the user defined maximum number for the scale, overrides maximum value from data.
- getMaxHeight() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaxHeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getMaxHeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getMaxHeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the maximum height of the legend, in pixels.
- getMaxHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'maxHeight' property from element.
- getMaxHeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max height in pixel.
- getMaxHeight() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaxHistoryItems() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the maximum amount of toast items you want to maintain in the history.
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the maximum amount of axes that the chart can manage.
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.geo.BaseGeoChart
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.matrix.MatrixChart
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.PolarAreaChart
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.RadarChart
- getMaximumAxesCount() - Method in class org.pepstock.charba.client.sankey.SankeyChart
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the maximum amount of datasets that the chart can manage.
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.geo.BaseGeoChart
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.matrix.MatrixChart
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.sankey.SankeyChart
- getMaximumDatasetsCount() - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- getMaximumFractionDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and 3.
The default for currency formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and the number of minor unit digits provided by currency, seeCurrency.getMinimumFractionDigits().
The default for percent formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and 0. - getMaximumFractionDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and 3.
The default for currency formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and the number of minor unit digits provided by currency, seeCurrency.getMinimumFractionDigits().
The default for percent formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and 0. - getMaximumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and 3.
The default for currency formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and the number of minor unit digits provided by currency, seeCurrency.getMinimumFractionDigits().
The default for percent formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and 0. - getMaximumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getMaximumFractionDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the maximum number of fraction digits to use.
The default for plain number formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and 3.
The default for currency formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and the number of minor unit digits provided by currency, seeCurrency.getMinimumFractionDigits().
The default for percent formatting is the larger ofNumberFormatOptions.getMinimumFractionDigits()and 0. - getMaximumLegendColumns() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns the maximum amount of columns of legend.
- getMaximumLegendColumns() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
-
Returns the maximum amount of columns of legend.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the maximum number of significant digits to use.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getMaximumSignificantDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the maximum number of significant digits to use.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the maximum number of significant digits to use.
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getMaximumSignificantDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the maximum number of significant digits to use.
- getMaxIndex() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the maximum item at passed index to display.
- getMaxIndex() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the maximum item at passed index to display.
- getMaxOpenItems() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the maximum amount of open toast items you want to maintain on DOM.
- getMaxOpenItemsPolicy() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the policy to apply when the maximum amount of open items is reached.
- getMaxRotation() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the maximum rotation for tick labels when rotating to condense labels.
- getMaxRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getMaxRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getMaxRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the maximum rotation for tick labels when rotating to condense labels.
- getMaxRotation() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the maximum rotation for tick labels when rotating to condense labels.
Note: Rotation doesn't occur until necessary. - getMaxTicksLimit() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the maximum number of ticks and grid to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getMaxTicksLimit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the maximum number of ticks and grid to show.
- getMaxTicksLimit() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the maximum number of ticks and grid to show.
- getMaxTicksLimitCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the maxTicksLimit callback instance.
- getMaxTicksLimitCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Returns the maxTicksLimit callback instance.
- getMaxWidth() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the maximum width of the legend, in pixels.
- getMaxWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getMaxWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getMaxWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the maximum width of the legend, in pixels.
- getMaxWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'maxWidth' property from element.
- getMaxWidth() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the max width in pixel.
- getMaxWidth() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the max width of the text in pixels of the label of the scale.
- getMaxWidth() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the maximum width of the legend, in pixels.
- getMillisecond() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the millisecond format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getMin() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the minimum item to display
- getMin() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data minimum.
- getMin() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMin() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMin() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleRange
-
Returns the minimum value of range as double.
- getMin() - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Returns the minimum value of range.
- getMinAsDate() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMinAsDate() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data minimum.
- getMinAsString() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the minimum value of scale.
- getMinAsString() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the user defined minimum number for the scale, overrides minimum value from data.
- getMinBarLength() - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Returns a minimum length in pixels.
- getMinBarLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getMinBarLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getMinBarLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
Returns a minimum length in pixels.
- getMinBarLength() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Returns a minimum length in pixels.
- getMinBarLength() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Returns a minimum length in pixels.
- getMinCallback() - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Returns the callback to set the user defined minimum number for the scale, overrides minimum value from data.
- getMinCallback() - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Returns the callback to set the user defined minimum number for the scale, overrides minimum value from data.
- getMinHeight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'minHeight' property from element.
- getMinimumFractionDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, seeCurrency.getMinimumFractionDigits(). - getMinimumFractionDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0; the default for currency formatting is the number of minor unit digits provided by the currency, seeCurrency.getMinimumFractionDigits(). - getMinimumFractionDigits() - Method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the minimum number of fraction digits to use.
- getMinimumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, seeCurrency.getMinimumFractionDigits(). - getMinimumFractionDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getMinimumFractionDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of fraction digits to use.
The default for plain number and percent formatting is 0.
The default for currency formatting is the number of minor unit digits provided by the currency, seeCurrency.getMinimumFractionDigits(). - getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the minimum number of integer digits to use.
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getMinimumIntegerDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of integer digits to use.
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of integer digits to use.
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getMinimumIntegerDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of integer digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the minimum number of significant digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getMinimumSignificantDigits() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the minimum number of significant digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the minimum number of significant digits to use.
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getMinimumSignificantDigits() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the minimum number of significant digits to use.
- getMinIndex() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Returns the minimum item at passed index to display
- getMinIndex() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the minimum item at passed index to display
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
- getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
- getMinMaxCallbacksHandler() - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Returns a
MinMaxCallbacksHandlerwhich is managing all min and max callbacks options. - getMinMaxCallbacksHandler() - Method in class org.pepstock.charba.client.configuration.RadialAxis
- getMinRange() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleLimit
-
Returns the minimum allowed range.
This defines the max zoom level. - getMinRange() - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Returns the minimum allowed range.
This defines the max zoom level. - getMinRotation() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the minimum rotation for tick labels.
- getMinRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getMinRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getMinRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the minimum rotation for tick labels.
- getMinRotation() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the minimum rotation for tick labels.
Note: Only applicable to horizontal scales. - getMinUnit() - Method in class org.pepstock.charba.client.configuration.Time
-
The minimum display format to be used for a time unit.
- getMinUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
- getMinUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
- getMinUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
The minimum display format to be used for a time unit.
- getMinUnit() - Method in class org.pepstock.charba.client.options.Time
-
Returns the minimum display format to be used for a time unit.
- getMinute() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the minute format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getMinute() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getMinute() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Minute.
- getMinute() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Minute.
- getMinute() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getMinWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'minWidth' property from element.
- getMissingColor() - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the missing color.
- getMissingColorAsString() - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Returns the missing color.
- getMissingColorAsString() - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the missing color.
- getMissingColorCallback() - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Returns the missing color callback.
- getMissingColorCallback() - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the missing color callback.
- getMissingRadius() - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Returns the radius to render for missing values.
- getMissingRadius() - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Returns the radius to render for missing values.
- getMissingRadiusCallback() - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Returns the radius callback to render for missing values.
- getMissingRadiusCallback() - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Returns the radius callback to render for missing values.
- getMiterLimit() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the miter limit ratio.
- getMode() - Method in class org.pepstock.charba.client.annotation.Interaction
-
Returns which the mode to engaged annotations on events.
- getMode() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationInteraction
-
Returns which the mode to engaged annotations on events.
- getMode() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the update mode.
- getMode() - Method in class org.pepstock.charba.client.configuration.Hover
-
Returns which elements appear in the chart, hovering the chart.
- getMode() - Method in class org.pepstock.charba.client.configuration.Interaction
-
Returns which elements appear in the interaction.
- getMode() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
- getMode() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- getMode() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
Returns which elements appear in the tooltip.
- getMode() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns which elements appear in the tooltip.
- getMode() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
- getMode() - Method in enum org.pepstock.charba.client.enums.DefaultInteractionMode
- getMode() - Method in enum org.pepstock.charba.client.enums.Fill
- getMode() - Method in interface org.pepstock.charba.client.enums.IsFill
-
Returns the type of filling.
- getMode() - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Returns the operation modes for the scale, area means that the area is linearly increasing whereas radius the radius is.
- getMode() - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Returns the operation modes for the scale, area means that the area is linearly increasing whereas radius the radius is.
- getMode() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the interaction axis mode.
- getMode() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the interaction axis mode.
- getMode() - Method in class org.pepstock.charba.client.interaction.AbstractInteractioner
- getMode() - Method in interface org.pepstock.charba.client.interaction.Interactioner
-
Returns the name of interaction mode which must be used in chart options.
- getMode() - Method in class org.pepstock.charba.client.items.InteractionOptions
-
Returns which elements appear in the interaction.
- getMode() - Method in class org.pepstock.charba.client.items.PluginUpdateArgument
-
Returns the update mode.
- getMode() - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
Returns which elements appear in the interaction.
- getMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions.
- getMode() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the element (panning or zooming) directions.
- getModeCallback() - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Returns the operation modes callback for the scale, area means that the area is linearly increasing whereas radius the radius is.
- getModeCallback() - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Returns the operation modes callback for the scale, area means that the area is linearly increasing whereas radius the radius is.
- getModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
- getModeCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime.
- getModel() - Method in class org.pepstock.charba.client.callbacks.TooltipContext
-
Returns the model of tooltip.
- getModel() - Method in class org.pepstock.charba.client.configuration.Tooltips.TooltipContext
- getModel() - Method in class org.pepstock.charba.client.items.TooltipNode
-
Returns the tooltip model
- getModes() - Method in class org.pepstock.charba.client.interaction.Interactions.NativeInteractionOptions
-
Returns the object which contains all defined interaction modes in CHART.JS.
- getModifierKey() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the modifier key to activate the crosshair.
- getModifierKey() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the modifier key to activate selection.
- getModifierKey() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the modifier key to activate the crosshair.
- getModifierKey() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the modifier key to activate selection.
- getModifierKey() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the modifier key to close the toast by clicking on it.
- getModifierKey() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the modifier key to close the toast by clicking on it.
- getModifierKey() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the modifier key to activate drag-to-zoom.
- getModifierKey() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the modifier key to activate drag-to-zoom.
- getModifierKey() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
-
Returns the modifier key to activate panning.
- getModifierKey() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
-
Returns the modifier key to activate zooming by wheeling.
- getModifierKey() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns the modifier key to activate panning.
- getModifierKey() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns the modifier key to activate zooming by wheeling.
- getModifiersHandler() - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Returns the modifier handler.
- getModifiersHandler() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
- getModifiersHandler() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
- getModifiersHandler() - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
- getModifierState(KeyboardModifierKey) - Method in class org.pepstock.charba.client.dom.events.NativeUIEvent
-
Returns the current state of the specified modifier key:
trueif the modifier is active (that is the modifier key is pressed or locked), otherwise,false. - getMonth() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the month format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getMonth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getMonth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Month.
- getMonth() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Month.
- getMonth() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getMultiKeyBackground() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackground() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getMultiKeyBackgroundAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getMultiKeyBackgroundAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
- getName() - Method in class org.pepstock.charba.client.dom.BaseAttribute
-
Returns the attribute's name.
- getName() - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Returns the name of a meta-data property to define for a document.
- getName() - Method in class org.pepstock.charba.client.gradient.PropertyOptions
-
Returns the property name of this configuration.
- getName() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
- getName() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Returns the name of threshold.
- getName() - Method in class org.pepstock.charba.client.impl.charts.Threshold
- getName() - Method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the name of the currency.
- getName() - Method in interface org.pepstock.charba.client.intl.IsLocaleItem
-
Returns the name of the locale item.
- getName() - Method in enum org.pepstock.charba.client.intl.Language
-
Returns the name of the language.
- getName() - Method in enum org.pepstock.charba.client.intl.Region
-
Returns the name of the region.
- getName() - Method in enum org.pepstock.charba.client.intl.Script
-
Returns the name of the region.
- getName() - Method in class org.pepstock.charba.client.ml.RegressionDescriptor
-
Returns the name of regression.
- getName() - Method in class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
- getName() - Method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Returns the name of tooltip position which must be used in chart options.
- getName() - Method in class org.pepstock.charba.client.resources.AbstractInjectableResource
-
Returns the name of the object.
- getName() - Method in class org.pepstock.charba.client.utils.toast.AbstractTypeBuilder
-
Returns the name of new toast type.
- getNative(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns the CHART.JS chart instance by id.
- getNative(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Returns the CHART.JS chart instance by chart instance.
- getNativeArray() - Method in class org.pepstock.charba.client.commons.NativeArrayContainer
-
Returns the native array instance.
- getNativeBaseRegression() - Method in class org.pepstock.charba.client.ml.BaseRegression
-
Returns the native regression instance, loaded by the specific regression class.
- getNativeButton() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the button number that was pressed (if applicable) when the mouse event was fired.
- getNativeButtons() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the buttons being depressed (if any) when the mouse event was fired.
- getNativeChart() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the
chartproperty by native object. - getNativeChart() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the CHARBA chart instance.
- getNativeChart(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (chart) in the embedded JavaScript object at specific property.
- getNativeEvent() - Method in class org.pepstock.charba.client.events.AbstractEvent
-
Returns the native event instance.
- getNativeEvent() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the CHARBA chart instance.
- getNativeEvent() - Method in interface org.pepstock.charba.client.events.HasNativeEvent
-
Returns the native event instance.
- getNativeEvent(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (native event) in the embedded JavaScript object at specific property.
- getNativeEventPhase() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns which phase of the event flow is currently being evaluated.
- getNativeFormat() - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
-
Returns the native format instance.
- getNativeIndex() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the
indexproperty by native object. - getNativeLocation() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns an unsigned long representing the location of the key on the keyboard or other input device.
- getNativeModifierState(String) - Method in class org.pepstock.charba.client.dom.events.NativeUIEvent
-
Returns the current state of the specified modifier key:
trueif the modifier is active (that is the modifier key is pressed or locked), otherwise,false. - getNativeMouseEvent() - Method in class org.pepstock.charba.client.events.AbstractAxisEvent
-
Returns the native event as
NativeMouseEvent. - getNativeMouseEvent() - Method in class org.pepstock.charba.client.events.AbstractTitleEvent
-
Returns the native event as
NativeMouseEvent. - getNativeObject() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the native object related to CHART.JS implementation.
- getNativeObject() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the native object instance.
- getNativePointType() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the device type that caused the event (mouse, pen, touch, etc.).
- getNavigator() - Static method in class org.pepstock.charba.client.dom.DOM
-
Returns a
BaseNavigatorobject, which represents the state and the identity of the user agent. - getNextElementSibling() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the element immediately following the given one in the tree, or
nullif there's no sibling node. - getNextSibling() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the next node in the tree, or
nullif there isn't such node. - getNextSibling() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the next sibling of the added or removed nodes, or null.
- getNode() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the chart node with runtime data.
- getNode() - Method in class org.pepstock.charba.client.controllers.ControllerContext
-
Returns the chart node with runtime data.
- getNode() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getNode() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the chart node with runtime data.
- getNodeName() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a string containing the name of the node.
The structure of the name will differ with the node type. - getNodeType() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the type of the node.
- getNodeValue() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the value of the current node.
- getNodeWidth() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the width of sankey elements.
- getNodeWrapper(NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the wrapper of this node, as
AbstractNode. - getNormalized() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the normalized value.
- getNotation() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the formatting that should be displayed for the number.
- getNotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getNotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the formatting that should be displayed for the number.
- getNotation() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the formatting that should be displayed for the number.
- getNotation() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getNotation() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the formatting that should be displayed for the number.
- getNumberFormat() - Method in class org.pepstock.charba.client.configuration.CartesianNumericTick
- getNumberFormat() - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Returns the number format instance.
- getNumberFormat() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
- getNumberFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getNumberFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getNumberFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number formatting options.
- getNumberFormat() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number formatting options.
- getNumberFormatCallback() - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Returns the callback to set the number formatting options.
- getNumberFormatCallback() - Method in class org.pepstock.charba.client.configuration.NumericTickOptionsHandler
-
Returns the callback to set the number formatting options.
- getNumberingSystem() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - getNumberingSystem() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the numbering system to use.
- getNumberingSystem() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
- getNumberingSystem() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- getNumberingSystem() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseFormatOptions
-
Returns the numbering system to use.
- getNumberingSystem() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - getNumberingSystem() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Returns the numbering system to use.
- getNumberingSystem() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getNumberingSystem() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getNumberingSystem() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the numbering system to use.
- getNumberingSystem() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - getNumberProperty(String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a number value at specific property.
- getNumberProperty(Key) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a number value at specific property.
- getNumSteps() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns the total number of animation frames.
- getObject() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Wraps the protected method to get the java script object in order to consume it.
- getObject() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the native object instance.
- getObject() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
-
Returns the native object instance.
- getObjectProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getObjects(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns a unmodifiable list of canvas objects.
- getOffset() - Method in class org.pepstock.charba.client.colors.GradientColor
-
Returns the defined offset for stopping gradient color.
- getOffset() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the arc offset (in pixels).
- getOffset() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the distance (in pixels) to pull the label away from the anchor point.
- getOffset() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the distance (in pixels) to pull the label away from the anchor point.
- getOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the arc offset (in pixels).
- getOffset() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the arc offset (in pixels).
- getOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the offset callback, if set, otherwise
null. - getOffsetCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.
- getOffsetCallback() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the offset callback, if set, otherwise
null. - getOffsetCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the offset callback.
- getOffsetCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the offset callback, if set, otherwise
null. - getOffsetHeight() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number containing the height of an element, relative to the layout.
- getOffsetLeft() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number, the distance from this element's left border to its offsetParent's left border.
- getOffsetParent() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a element that is the element from which all offset calculations are currently computed.
- getOffsetTop() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number, the distance from this element's top border to its offsetParent's top border.
- getOffsetWidth() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number containing the width of an element, relative to the layout.
- getOffsetX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer relative to the position of the padding edge of the target node.
- getOffsetX() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the offset X.
- getOffsetY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer relative to the position of the padding edge of the target node.
- getOffsetY() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the offset Y.
- getOpacity() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the opacity.
- getOpacity() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the opacity.
- getOpacity() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'opacity' property from element.
- getOpacity() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the opacity of tooltip.
- getOpacityCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the opacity callback.
- getOpacityCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the opacity callback, if set, otherwise
null. - getOpenHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the OPEN hander, if set, otherwise
null. - getOpenHandler() - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Returns the OPEN hander, if set, otherwise
null. - getOptions() - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the options used to configure the date adapter.
- getOptions() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the element options or
nullif options are not stored in the element. - getOptions() - Method in class org.pepstock.charba.client.AreaChart
- getOptions() - Method in class org.pepstock.charba.client.BarChart
- getOptions() - Method in class org.pepstock.charba.client.BubbleChart
- getOptions() - Method in class org.pepstock.charba.client.Chart
-
Returns the options node, as native object.
- getOptions() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the options item.
- getOptions() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
-
Returns the configuration options.
- getOptions() - Method in class org.pepstock.charba.client.Configuration
-
Returns the options of chart by the
optionsproperty in the native object. - getOptions() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
Returns a options which will implements show lines and span gaps.
- getOptions() - Method in class org.pepstock.charba.client.configuration.LineOptions
- getOptions() - Method in class org.pepstock.charba.client.configuration.RadarOptions
- getOptions() - Method in class org.pepstock.charba.client.configuration.ScatterOptions
- getOptions() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
- getOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default options without scales.
- getOptions() - Method in class org.pepstock.charba.client.DoughnutChart
- getOptions() - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- getOptions() - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- getOptions() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AreaChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.LineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.PieChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedHorizontalBarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedLineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.StackedVerticalLineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
- getOptions() - Method in class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
- getOptions() - Method in class org.pepstock.charba.client.HorizontalBarChart
- getOptions() - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
- getOptions() - Method in class org.pepstock.charba.client.impl.charts.MeterChart
- getOptions() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Returns the options of datasets items selector plugin.
- getOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the options of chart.
- getOptions() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.items.ScaleLabelItem
-
Returns the options applied to the scale label.
- getOptions() - Method in class org.pepstock.charba.client.LineChart
- getOptions() - Method in class org.pepstock.charba.client.matrix.MatrixChart
- getOptions() - Method in class org.pepstock.charba.client.matrix.MatrixElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.PieChart
- getOptions() - Method in class org.pepstock.charba.client.PolarAreaChart
- getOptions() - Method in class org.pepstock.charba.client.RadarChart
- getOptions() - Method in class org.pepstock.charba.client.sankey.SankeyChart
- getOptions() - Method in class org.pepstock.charba.client.sankey.SankeyElement
-
Returns the element options.
- getOptions() - Method in class org.pepstock.charba.client.ScatterChart
- getOptions() - Method in class org.pepstock.charba.client.StackedAreaChart
- getOptions() - Method in class org.pepstock.charba.client.StackedBarChart
- getOptions() - Method in class org.pepstock.charba.client.StackedHorizontalBarChart
- getOptions() - Method in class org.pepstock.charba.client.StackedLineChart
- getOptions() - Method in class org.pepstock.charba.client.StackedVerticalLineChart
- getOptions() - Method in class org.pepstock.charba.client.TimeSeriesBarChart
- getOptions() - Method in class org.pepstock.charba.client.TimeSeriesLineChart
- getOptions() - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- getOptions() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the toast options.
- getOptions() - Method in class org.pepstock.charba.client.VerticalLineChart
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options. - getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the plugin data set configuration, if exist.
It uses a factory instance to create a plugin options. - getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
-
Returns the plugin options, if exist.
- getOptions(String, AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent,nullis returned. - getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.CharbaPlugin
-
Returns the plugin loaded options.
- getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
-
Reads the plugin options at chart level, if exists, puts in cache if needed and returns it.
- getOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Returns the options of the plugin from chart.
- getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent,nullis returned. - getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent,nullis returned. - getOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns the plugin options, if exist.
It uses a factory instance to create a plugin options.
If factory argument is not consistent,nullis returned. - getOptions(Type) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default options by a chart type, by defaults of CHART.JS.
If the type is not consistent, throws an exception. - getOptionsBuilder() - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Returns the
DataLabelsPlugin.IDlabel builder. - getOptionsBuilder() - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Returns the
LabelsPlugin.IDlabel builder. - getOptionValue(C, Scriptable<T, C>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the value of the property as result of callback (the same type).
- getOptionValue(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the value of the property as result of callback (the same type), passing a default value.
- getOptionValueAsColor(C, Scriptable<?, C>, String) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
By defaults, is able to manage alsoPatternorCanvasPatternItem. - getOptionValueAsColor(C, Scriptable<?, C>, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
- getOptionValueAsFont(C, Scriptable<FontItem, C>, IsDefaultFont) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the font item value as value of the property by invoking a callback which is typed to a font item.
- getOptionValueAsNumber(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the value, as
Number, of the property as result of callback (the same type), passing a default value. - getOptionValueAsNumber(C, Scriptable<T, C>, T, ScriptableResultChecker<T>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the value, as
Number, of the property as result of callback (the same type), passing a default value and aScriptableResultCheckerto check the consistency of the result. - getOptionValueAsPadding(C, Scriptable<PaddingItem, C>, IsDefaultPadding) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the padding item value as value of the property by invoking a callback which is typed to a paddng item.
- getOptionValueAsString(C, Scriptable<T, C>) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the enumeration value as value of the property by invoking a callback which is typed to a key.
- getOptionValueAsString(C, Scriptable<T, C>, T) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the enumeration value of the property by invoking a callback which is typed to a key, passing a default value.
- getOrder() - Method in interface org.pepstock.charba.client.data.HasOrder
-
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend. - getOrder() - Method in class org.pepstock.charba.client.data.OrderHandler
-
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend. - getOrder() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset order.
- getOrderHandler() - Method in class org.pepstock.charba.client.data.BarDataset
- getOrderHandler() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getOrderHandler() - Method in interface org.pepstock.charba.client.data.HasOrder
-
Returns an order option handler instance.
- getOrderHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
- getOrientation() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient orientation.
- getOrigin() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Returns a string containing the canonical form of the origin of the specific location.
- getOriginalFont() - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns the font object.
- getOriginalHoverFont() - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns the font object when hovered.
- getOuter() - Method in class org.pepstock.charba.client.colors.Radius
-
Returns the outer radius if an arc.
- getOuterEnd() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for outer-end corner of the arc, in pixel.
- getOuterHeight() - Static method in class org.pepstock.charba.client.utils.Window
-
The outerHeight property returns the outer height of a window, including all interface elements (like toolbars/scrollbars).
- getOuterHTML() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the serialized HTML fragment describing the element including its descendants.
- getOuterRadius() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the outer radius of data set item in pixel.
- getOuterRadius() - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns the outer radius of dataset item in pixel.
- getOuterStart() - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Returns the border radius for outer-start corner of the arc, in pixel.
- getOuterWidth() - Static method in class org.pepstock.charba.client.utils.Window
-
The outerWidth property returns the outer width of a window, including all interface elements (like toolbars/scrollbars).
- getOutline() - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Returns the outline used to scale and centralize the projection in the chart area.
- getOutline() - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Returns the outline used to scale and centralize the projection in the chart area.
- getOutlineBackgroundColor() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline background color.
- getOutlineBackgroundColorAsString() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline background color.
- getOutlineBorderColor() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline border color.
- getOutlineBorderColorAsString() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline border color.
- getOutlineBorderWidth() - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Returns the outline border width.
- getOutputCalendar() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - getOutputCalendar() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - getOutputCalendar() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- getOutputCalendar() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- getOutputCalendar() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - getOutputCalendar() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - getOutsidePadding() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the padding when position is
Position.OUTSIDE. - getOutsidePadding() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the padding when position is
Position.OUTSIDE. - getOverflow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'overflow' property from element.
- getOverflow() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the control what happens to a label that is too big to fit into a rectangle.
- getOverflowCallback() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the overflow callback, if set, otherwise
null. - getOverrides() - Static method in class org.pepstock.charba.client.Chart
-
Returns the
overridesproperty by native object. - getOverrides() - Static method in class org.pepstock.charba.client.utils.toast.NativeToasting
-
Returns the defaults of toast.
- getOverScaleMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
- getOverScaleMode() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
- getOverScaleModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
- getOverScaleModeCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
- getOwnerDocument() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the document that this node belongs to.
If the node is itself a document, returnsnull. - getPadding() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
- getPadding() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getPadding() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getPadding() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the padding element.
- getPadding() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the padding element.
- getPadding() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the padding.
- getPadding() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Layout
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the padding between the tick label and the axis.
- getPadding() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the object where all tooltips padding is stored.
- getPadding() - Method in class org.pepstock.charba.client.datalabels.DefaultOptions
- getPadding() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLayout
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultSubtitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle
- getPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAbstractTitle
-
Returns the padding to apply around labels.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLayout
-
Returns padding object defaults.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendTitle
-
Returns the padding to apply around title.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
-
Returns the padding defaults.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the padding between the tick label and the axis.
- getPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns padding object defaults.
- getPadding() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'padding' property from element.
- getPadding() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Returns the padding applied during auto scaling of the map in pixels, i.e.
- getPadding() - Method in class org.pepstock.charba.client.geo.ProjectionAxisMapper
-
Returns the padding applied during auto scaling of the map in pixels, i.e.
- getPadding() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns the padding of crosshair label.
- getPadding() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns the crosshair padding.
- getPadding() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner padding.
- getPadding() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the padding of selection cleaner element.
- getPadding() - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Returns the padding to apply around labels.
- getPadding() - Method in interface org.pepstock.charba.client.options.IsTitle
- getPadding() - Method in class org.pepstock.charba.client.options.Layout
-
Returns the padding elements.
- getPadding() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.options.LegendTitle
-
Returns the padding to apply around labels.
- getPadding() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns the padding between chart and point labels, in pixels.
- getPadding() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the padding between the tick label and the axis.
When set on a vertical axis, this applies in the horizontal (X) direction.
When set on a horizontal axis, this applies in the vertical (Y) direction. - getPadding() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the padding element.
- getPadding() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the padding between the top of the node and the first label to draw, when multiple lines for labels are set, in pixels.
- getPadding() - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns the padding to apply around labels.
- getPadding(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Returns the padding height used by selection cleaner element if enabled.
This is very helpful when you have added padding for your purposes and you need to know the amount of space that the element allocated. - getPaddingBottom() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingBottom' property from element.
- getPaddingBottom() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding bottom in pixel.
- getPaddingCallback() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the callback called to set the padding of label.
- getPaddingCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the callback called to set the padding of label.
- getPaddingCallback() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the callback called to set the padding of label.
- getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the padding callback, if set, otherwise
null. - getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.Layout
-
Returns the padding callback, if set, otherwise
null. - getPaddingCallback() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns the padding callback, if set, otherwise
null. - getPaddingCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the padding callback.
- getPaddingCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the padding callback, if set, otherwise
null. - getPaddingCallback() - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Returns the
PaddingCallbackif it has been set ornull. - getPaddingCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the padding callback, if set, otherwise
null. - getPaddingLeft() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingLeft' property from element.
- getPaddingLeft() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding left in pixel.
- getPaddingRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingRight' property from element.
- getPaddingRight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding right in pixel.
- getPaddingTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'paddingTop' property from element.
- getPaddingTop() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the padding top in pixel.
- getPageX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer relative to the whole document.
- getPageX() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- getPageX() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- getPageY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer relative to the whole document.
- getPageY() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- getPageY() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- getPan() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
- getPan() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
-
Returns the pan element.
- getPan() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the pan element.
- getParameter(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Gets the URL parameter of the specified name.
Note that if multiple parameters have been specified with the same name, the last one will be returned. - getParameter(BaseLocation, String) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtil
-
Gets the URL parameter of the specified name.
Note that if multiple parameters have been specified with the same name, the last one will be returned. - getParameterMap() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Returns an unmodifiable map of the URL query parameters for the host page at the time this method was called.
Any changes to the window's location will be reflected in the result of subsequent calls. - getParameterMap(BaseLocation) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtil
-
Returns an unmodifiable map of the URL query parameters for the host page at the time this method was called.
Any changes to the window's location will be reflected in the result of subsequent calls. - getParent() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the parent annotation.
- getParent() - Method in class org.pepstock.charba.client.commons.IteratorImpl
- getParent() - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Returns the parent.
- getParent() - Method in class org.pepstock.charba.client.options.AbstractModel
-
Returns the parent element.
- getParentElement() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns an element that is the parent of this node.
If the node has no parent, or if that parent is not an element, returnsnull. - getParentHtmlElement() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an HTML element that is the parent of this element.
If the element has no parent, or if that parent is not an element, returnsnull. - getParentNode() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the parent node.
- getParentNode() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node that is the parent of this node.
If there is no such node, returnsnull. - getParsed() - Method in class org.pepstock.charba.client.items.PointElement
-
Returns the parsed values.
- getParsedData() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns the parsed data from controller.
- getParser() - Method in class org.pepstock.charba.client.configuration.Time
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- getParser() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
- getParser() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
- getParser() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- getParser() - Method in class org.pepstock.charba.client.options.Time
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- getPath() - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns the path of the data point in the grouped data.
- getPathname() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing an initial '/' followed by the path of the URL.
- getPattern() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Returns the pattern if it has been set, otherwise
null. - getPattern(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the fill or stroke pattern is used for shapes.
- getPatternProperty(NativeObject, String, CanvasPatternItem) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getPatternsContainer() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the patterns container element.
- getPercentage() - Method in class org.pepstock.charba.client.labels.LabelsContext
-
Returns the percentage for the data set.
- getPercentage(IsPoint, IsChart) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Calculates the percentage of the event against the chart area.
- getPinch() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
- getPinch() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
-
Returns the pinch-to-zoom effect.
- getPinch() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the pinch-to-zoom effect.
- getPixelForDateValue(Date) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForDateValue(Date, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForDecimal(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForDecimal(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForDecimal(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Utility for getting the pixel location of a percentage of scale.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForStringValue(String) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForStringValue(String, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForStringValue(NativeObject, String, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the location of the given data point as string.
- getPixelForStringValue(ScaleItem, String, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the location of the given data point as string.
- getPixelForTick(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForTick(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForTick(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the location of the tick at the given index.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForValue(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForValue(double, double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForValue(NativeObject, double, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelForValue(ScaleItem, double, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the location of the given data point.
Value can either be an index or a numerical value.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getPixelRatio() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement
-
Returns the pixel ratio used by GEO feature element.
- getPluginAddedLegendStatus() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Returns the map of cached added legend labels status.
- getPluginDivElements() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Returns the map of cached DIV elements of HTML legend.
- getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the plugin id related to this options.
- getPluginId() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Returns the plugin id related to this options.
- getPluginInstance() - Method in class org.pepstock.charba.client.impl.plugins.CharbaPluginContainer
-
Returns the plugin instance to add to the chart configuration.
- getPluginInstance() - Method in class org.pepstock.charba.client.impl.plugins.CharbaSmartPluginContainer
-
Returns the smart plugin instance to add to the chart configuration.
- getPluginInstance() - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
- getPluginInstance() - Method in class org.pepstock.charba.client.impl.plugins.ChartPointer
- getPluginInstance() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemes
- getPluginInstance() - Method in class org.pepstock.charba.client.impl.plugins.Crosshair
- getPluginInstance() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
- getPluginInstance() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegend
- getPluginLegendLabelsItems() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Returns the map of cached legend labels items.
- getPlugins() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the plugins element to manage inline plugins.
- getPlugins() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the plugins element.
- getPlugins() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global plugins manager.
- getPlugins() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getPlugins() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the plugins defaults.
- getPlugins() - Method in class org.pepstock.charba.client.GlobalOptions
- getPlugins() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getPlugins() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the plugins element to manage inline plugins.
- getPlugins() - Method in class org.pepstock.charba.client.options.Options
-
Returns the plugins element.
- getPoint() - Method in class org.pepstock.charba.client.configuration.Elements
-
Returns the point element.
- getPoint() - Method in class org.pepstock.charba.client.defaults.globals.DefaultElements
- getPoint() - Method in interface org.pepstock.charba.client.defaults.IsDefaultElements
-
Returns POINT object defaults.
- getPoint() - Method in class org.pepstock.charba.client.options.Elements
-
Returns the point element.
- getPoint() - Method in class org.pepstock.charba.client.zoom.ZoomContext
-
Returns the position of the event when pan or zoom are about to start.
- getPointBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
- getPointBackgroundColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the fill gradient for points.
- getPointBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
If property is missing or not a gradient, returns an empty list. - getPointBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the fill color for points.
If property is missing or not a color, returns the default point background color color. - getPointBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color callback, if set, otherwise
null. - getPointBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border color for points.
If property is missing or not a color, returns the default point border color. - getPointBorderColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the border gradient for points.
- getPointBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border gradient for points.
If property is missing or not a gradient, returns an empty list. - getPointBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border color for points.
If property is missing or not a color, returns the default point border color. - getPointBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color callback, if set, otherwise
null. - getPointBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the width of the point border in pixels.
- getPointBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border width callback, if set, otherwise
null. - getPointerType() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the device type that caused the event (mouse, pen, touch, etc.).
- getPointerType() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the device type that caused the event (mouse, pen, touch, etc.).
- getPointFillStyleProperty() - Method in interface org.pepstock.charba.client.data.HasPointFillStrokeStyles
-
Returns the property which is mapping the point fill style.
- getPointFillStyleProperty() - Method in class org.pepstock.charba.client.data.LiningDataset
- getPointHitRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the pixel size of the non-displayed point that reacts to mouse events.
- getPointHitRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hit radius callback, if set, otherwise
null. - getPointHoverBackgroundColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
If property is missing or not a color, returns the default point background color. - getPointHoverBackgroundColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the point background gradient when hovered.
- getPointHoverBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
If property is missing or not a gradient, returns an empty list. - getPointHoverBackgroundColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point background color when hovered.
If property is missing or not a color, returns the default point background color. - getPointHoverBackgroundColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover background color callback, if set, otherwise
null. - getPointHoverBorderColor() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color when hovered.
If property is missing or not a color, returns the default border color. - getPointHoverBorderColor() - Method in class org.pepstock.charba.client.gradient.GradientOptions
-
Returns the options to set the point border gradient when hovered.
- getPointHoverBorderColorAsGradient() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border gradient when hovered.
If property is missing or not a gradient, returns an empty list. - getPointHoverBorderColorAsString() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point border color when hovered.
If property is missing or not a color, returns the default border color. - getPointHoverBorderColorCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover border color callback, if set, otherwise
null. - getPointHoverBorderWidth() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the border width of point when hovered.
- getPointHoverBorderWidthCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover border width callback, if set, otherwise
null. - getPointHoverRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the radius of the point when hovered.
- getPointHoverRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point hover radius callback, if set, otherwise
null. - getPointLabelAsString(Object) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns a label at a specific index.
If at index there is multi-line label, returns labels withConstants.LINE_SEPARATORas separator. - getPointLabels() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the point labels element.
- getPointLabels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getPointLabels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getPointLabels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the point labels defaults.
- getPointLabels() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of point labels of scale.
- getPointLabels() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the point labels element.
- getPointRadius() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the radius of the point shape.
- getPointRadiusCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point radius callback, if set, otherwise
null. - getPointRotation() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the rotation of the point in degrees.
- getPointRotationCallback() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns the point rotation callback, if set, otherwise
null. - getPointStrokeStyleProperty() - Method in interface org.pepstock.charba.client.data.HasPointFillStrokeStyles
-
Returns the property which is mapping the point stroke style.
- getPointStrokeStyleProperty() - Method in class org.pepstock.charba.client.data.LiningDataset
- getPointStyle() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the style of the point.
- getPointStyle() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Returns the point style instance which must be represents by this shape.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the style of the legend.
- getPointStyle() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the legend.
- getPointStyle() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the style of the point for legend.
- getPointStyle() - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Returns the style of the point.
- getPointStyle() - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getPointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style of the legend box (only used if usePointStyle is true)
- getPointStyle() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the style of the point.
- getPointStyle() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the style of the point.
- getPointStyle() - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Returns the style of the point.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull. - getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the style of the point as canvas.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the style of the point as canvas.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the point as canvas.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the style of the point for legend as canvas.
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Returns the style of the point as canvas.
- getPointStyleAsCanvas() - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull. - getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyleAsCanvas() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull. - getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style (as canvas) of the legend box (only used if usePointStyle is true)
- getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull. - getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull. - getPointStyleAsCanvas() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull. - getPointStyleAsCanvas() - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Returns the style of the point as canvas.
If property is missing or not an canvas, returnsnull. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the style of the point as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the style of the legend as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the style of the point as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the style of the point for legend as image.
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyleAsImage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the style (as image) of the legend box (only used if usePointStyle is true)
- getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull. - getPointStyleAsImage() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull. - getPointStyleAsImage() - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull. - getPointStyleAsImages() - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Returns the style of the point as image.
- getPointStyleAsImages() - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Returns the style of the point as image.
If property is missing or not an image, returnsnull. - getPointStyleCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the point style callback, if set, otherwise
null. - getPointStyleCallback() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Returns the point style callback, if set, otherwise
null. - getPointStyleCallback() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the point style callback, if set, otherwise
null. - getPointStyleCallback() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the point style callback, if set, otherwise
null. - getPointStyleCallback() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the point style callback, if set, otherwise
null. - getPointStyleCallback() - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Returns the point style callback, if set, otherwise
null. - getPointStyleCallback() - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Returns the point style callback, if set, otherwise
null. - getPointStyleHandler() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- getPointStyleHandler() - Method in class org.pepstock.charba.client.data.BubbleDataset
- getPointStyleHandler() - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Returns a point style handler instance to use in the default methods of this interface.
- getPointStyleHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.Bar
- getPointStyleHandler() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns a point style handler instance to use in the default methods of this interface.
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.LegendLabels
- getPointStyleHandler() - Method in class org.pepstock.charba.client.options.Point
- getPointStyleType() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Returns the type of point style.
- getPointStyleType() - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- getPointStyleType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyleType() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointStyleHandler
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the type of point style.
- getPointStyleType() - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Returns the type of point style.
- getPointStyleType() - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Returns the type of point style.
- getPointStyleWidth() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns if
usePointStyleis true, the width of the point style used for the legend. - getPointStyleWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getPointStyleWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getPointStyleWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns if
usePointStyleis true, the width of the point style used for the legend. - getPointStyleWidth() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns if
usePointStyleis true, the width of the point style used for the legend. - getPointX() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the X location of element point in pixel.
- getPointY() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the Y location of element point in pixel.
- getPort() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the port number of the URL.
- getPosition() - Method in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the position of callout, with respect to the label.
- getPosition() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
- getPosition() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getPosition() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the position of callout, with respect to the label.
- getPosition() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the anchor position of label on line.
- getPosition() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxLabel
-
Returns the anchor position of label in the box.
- getPosition() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the position of callout, with respect to the label.
- getPosition() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelAnnotation
-
Returns the anchor position of label in the box.
- getPosition() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the anchor position of label on line.
- getPosition() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the position of title.
- getPosition() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - getPosition() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the position of the legend.
- getPosition() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getPosition() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultTitle
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getPosition() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns the position of element.
- getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - getPosition() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'position' property from element.
- getPosition() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the location of the legend on the chart area.
- getPosition() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner position.
- getPosition() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner label position.
- getPosition() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the position of node.
- getPosition() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the position to draw label.
- getPosition() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the position to draw label.
- getPosition() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Returns the position of element.
- getPosition() - Method in class org.pepstock.charba.client.options.AbstractScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - getPosition() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the mode for positioning the tooltip.
- getPosition() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the text vertical alignment used when drawing the label.
- getPositionAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- getPositionAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- getPositionAsPercentage() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- getPositionAsPoint() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the location of the legend on the chart area.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Returns the callback called to set the anchor position of label on box.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback to set the position of callout, with respect to the label.
- getPositionCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsBoxLabel
-
Returns the callback called to set the anchor position of label in the box.
- getPositionCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the callback to set the position of callout, with respect to the label.
- getPositionCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelAnnotation
-
Returns the callback called to set the anchor position of label in the box.
- getPositionCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the anchor position of label on line.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Returns the callback called to set the anchor position of label on box.
- getPositionCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the anchor position of label on line.
- getPositionCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the position callback, if set, otherwise
null. - getPositionCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the axis position on the chart.
- getPositionCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set the location of the legend on the chart area.
- getPositionCallback() - Method in class org.pepstock.charba.client.treemap.Labels
-
Returns the position callback, if set, otherwise
null. - getPowers() - Method in class org.pepstock.charba.client.ml.BasePolynomialRegression
-
Returns the powers coefficient.
- getPowers() - Method in class org.pepstock.charba.client.ml.NativeBasePolynomialRegression
-
Returns the powers coefficient.
- getPrecision() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecision() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getPrecision() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getPrecision() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecision() - Method in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
-
Returns the precision applied to ticks.
- getPrecision() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Returns the number precision to apply.
- getPrecision() - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Returns the decimal places to apply to render the value.
- getPrecision() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the precision for percentage.
- getPrecision() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the precision for percentage.
- getPrecision() - Method in class org.pepstock.charba.client.options.Ticks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- getPrecisionCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the precision callback instance.
- getPrecisionCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Returns the precision callback instance.
- getPrefixPackageName(AbstractInjectableResource) - Method in class org.pepstock.charba.client.InjectorPrefixHelper
-
Returns the prefix to apply to injectable resources DOM element id when they will injected.
- getPressure() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the normalized pressure of the pointer input in the range of 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
- getPressure() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the normalized pressure of the pointer input in the range of 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
- getPreviousElementSibling() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the element immediately preceding the given one in the tree, or
nullif there is no sibling element. - getPreviousSibling() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a node representing the previous node in the tree, or
nullif there isn't such node. - getPreviousSibling() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the previous sibling of the added or removed nodes, or null.
- getPrimitive(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to get a property on an object.
- getPriority() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the map for assigning a priority to the sankey elements.
- getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback property handler for progress event.
- getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
- getProgessPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
- getProgressBarHeight() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the height (in pixels) of the toast progress bar.
- getProgressBarHeight() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the height (in pixels) of the toast progress bar.
- getProgressBarHeight() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the height (in pixels) of the toast progress bar.
- getProgressBarType() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the type of the toast progress bar.
- getProgressBarType() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the type of the toast progress bar.
- getProgressBarType() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the type of the toast progress bar.
- getProgressCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called while the user is zooming or panning.
- getProgressCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the callback called while the user is zooming or panning.
- getProjection() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Returns a map projection which is a way to flatten a globe's surface into a plane in order to make a map.
- getProjection() - Method in class org.pepstock.charba.client.geo.ProjectionAxisMapper
-
Returns a map projection which is a way to flatten a globe's surface into a plane in order to make a map.
- getProjectionOffset() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Returns a map projection offset value.
- getProjectionOffset() - Method in class org.pepstock.charba.client.geo.ProjectionAxisMapper
-
Returns a map projection offset value.
- getProjectionScale() - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Returns how much the map will be scaled.
- getProjectionScale() - Method in class org.pepstock.charba.client.geo.ProjectionAxisMapper
-
Returns how much the map will be scaled.
- getProperties() - Method in class org.pepstock.charba.client.annotation.DefaultOptions.DefaultAnnotationAnimationCollection
- getProperties() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
- getProperties() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
- getProperties() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the properties defined in the animation collection.
- getProperties() - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns the properties of this object.
- getProperties() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the properties defined in the animation collection.
- getPropertiesAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the properties defined in the animation collection.
- getPropertiesKeys() - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the list of properties names of the properties instance.
- getPropertiesKeys() - Method in class org.pepstock.charba.client.geo.Feature.Properties
-
Returns the list of properties names of the object.
- getProperty() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Returns the property key to manage
- getProperty() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the property related to the canvas object to set in the dataset.
- getPropertyType(String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the java script type of a property.
- getPropertyType(Key) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the java script type of a property.
- getPropertyType(Key) - Method in class org.pepstock.charba.client.geo.Feature.Properties
-
Returns the java script type of the property.
- getPropertyType(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns the java script type of the property.
- getPropertyValue(String, double) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a number value at specific property.
- getPropertyValue(String, String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a string value at specific property.
- getPropertyValue(Key, double) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a number value at specific property.
- getPropertyValue(Key, double) - Method in class org.pepstock.charba.client.geo.Feature.Properties
-
Returns a value (int) in the embedded JavaScript object at specific property.
- getPropertyValue(Key, String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a string value at specific property.
- getPropertyValue(Key, String) - Method in class org.pepstock.charba.client.geo.Feature.Properties
-
Returns a value (String) in the embedded JavaScript object at specific property.
- getProps(NativeObject, ArrayString, boolean) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the list of properties of the element.
- getProps(NativeObject, ArrayString, boolean) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the list of properties of the element.
- getProtocol() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing the protocol scheme of the URL, including the final ':'.
- getProxy() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns the function
proxyimplemented in the additional java script source. - getProxy() - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Returns the callback proxy to set tick callback.
- getProxy() - Method in class org.pepstock.charba.client.configuration.CategoryTickHandler
- getProxy() - Method in class org.pepstock.charba.client.configuration.LinearTickHandler
- getProxy() - Method in class org.pepstock.charba.client.configuration.TimeTickHandler
- getProxy() - Method in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
-
Returns the function
proxyimplemented in the additional java script source, created for the specific key. - getProxy(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns the function
proxyimplemented in the additional java script source, created for the specific key. - getQuantize() - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Returns the amount of pieces to allow to split the color scale in N quantized equal bins.
- getQuantize() - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the amount of pieces to allow to split the color scale in N quantized equal bins.
- getQuantizeCallback() - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Returns the callback to get the amount of pieces to allow to split the color scale in N quantized equal bins.
- getQuantizeCallback() - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Returns the callback to get the amount of pieces to allow to split the color scale in N quantized equal bins.
- getQuarter() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the quarter format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getR() - Method in class org.pepstock.charba.client.callbacks.ParsedData
-
Returns value as double (for
ScaleType.SINGLE). - getR() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns the bubble radius in pixels (not scaled).
- getR() - Method in class org.pepstock.charba.client.ml.RegressionScore
-
Returns the R metric.
- getR2() - Method in class org.pepstock.charba.client.ml.RegressionScore
-
Returns the R-squared (R2) metric.
- getRadius() - Method in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
-
Returns the radius of the annotation.
- getRadius() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the radius of element in pixel.
- getRadius() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the radius of the annotation.
- getRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractCircleBasedAnnotation
-
Returns the radius of the annotation.
- getRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPointAnnotation
-
Returns the radius of the point.
- getRadius() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPolygonAnnotation
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the outer radius of the chart.
AsDouble, it is considered to be pixels. - getRadius() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius of the point shape.
- getRadius() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the outer radius of the chart.
AsDouble, it is considered to be pixels. - getRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the radius of the tile for point style legend.
- getRadius() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the radius of the point.
- getRadius() - Method in class org.pepstock.charba.client.options.Options
-
Returns the outer radius of the chart.
AsDouble, it is considered to be pixels. - getRadius() - Method in class org.pepstock.charba.client.options.Point
-
Returns the radius of the point.
- getRadius(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns the inner and outer radius of arc for RADIAL gradient.
- getRadius(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
- getRadius(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.impl.plugins.ChartAreaBackgroundGradientFactory
- getRadius(IsChart, Gradient, int) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
- getRadiusCallback() - Method in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
-
Returns the callback called to set the radius.
- getRadiusCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractCircleBasedAnnotation
-
Returns the callback called to set the radius.
- getRadiusCallback() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the radius callback, if set, otherwise
null. - getRadiusCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the radius callback, if set, otherwise
null. - getRadiusPercentage() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the outer radius of the chart.
AsStringand ending with '%', percentage of the maximum radius. - getRadiusPercentage() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getRadiusPercentage() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getRadiusPercentage() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the outer radius of the chart.
AsStringand ending with '%', percentage of the maximum radius. - getRadiusPercentage() - Method in class org.pepstock.charba.client.options.Options
-
Returns the outer radius of the chart.
AsStringand ending with '%', percentage of the maximum radius. - getRadiusX() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the X radius of the ellipse that most closely circumscribes the area of contact with the screen.
The value is in pixels of the same scale as screenX. - getRadiusX() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the radius of the ellipse which most closely circumscribes the touching area (e.g.
- getRadiusY() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the Y radius of the ellipse that most closely circumscribes the area of contact with the screen.
The value is in pixels of the same scale as screenY. - getRadiusY() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the radius of the ellipse which most closely circumscribes the touching area (e.g.
- getRange() - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Returns the radius range in pixel, the minimal data value will be mapped to the first entry, the maximal one to the second and a linear interpolation for all values in between.
- getRange() - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Returns the radius range in pixel, the minimal data value will be mapped to the first entry, the maximal one to the second and a linear interpolation for all values in between.
- getRangeCallback() - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Returns the radius range callback, the minimal data value will be mapped to the first entry, the maximal one to the second and a linear interpolation for all values in between.
- getRangeCallback() - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Returns the radius range callback, the minimal data value will be mapped to the first entry, the maximal one to the second and a linear interpolation for all values in between.
- getRAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the R axis ID.
- getReadOnlyDefaults() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Returns the read-only defaults of toast.
- getRed() - Method in class org.pepstock.charba.client.colors.Color
- getRed() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns the red value.
- getRed() - Method in interface org.pepstock.charba.client.colors.IsEnumeratedColor
- getRegion() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the region of the locale.
It could benull. - getRegion() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns the region.
- getRegression() - Method in class org.pepstock.charba.client.ml.RegressionDataset
-
Returns the regression instance, applied to the dataset.
- getRejectedCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is completed.
- getRejectedCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the callback called once zooming or panning is rejected.
- getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback property handler for rejected event.
- getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
- getRejectedPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
- getRelatedTarget() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns an
BaseHtmlElement, defaulting to null that is the element just left (in case of aMouseEventType.MOUSE_ENTERorMouseEventType.MOUSE_OVER) or is entering (in case of aMouseEventType.MOUSE_OUTorMouseEventType.MOUSE_LEAVE). - getRelatedTarget() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the secondary target for the event, if there is one.
- getRelativePosition(NativeBaseEvent, Chart) - Method in class org.pepstock.charba.client.NativeHelpers
-
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
- getRelativePosition(AbstractEvent) - Method in class org.pepstock.charba.client.Helpers
-
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
- getRelativePosition(IsChart, NativeBaseEvent) - Method in class org.pepstock.charba.client.Helpers
-
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
- getRelativePosition(IsChart, AbstractEvent) - Method in class org.pepstock.charba.client.Helpers
-
A common occurrence is taking an event, such as a click, and finding the data coordinates on the chart where the event occurred.
- getRemappedOptions(ControllerMapperFactory<T>) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Returns the options, mapped with a custom object, used for controllers to map the options.
It uses a factory instance to create a customized options.
If factory argument is not consistent,nullis returned. - getRemappedOptions(ControllerMapperFactory<T>) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Returns the options, mapped with a custom object, used for controllers to map the options.
It uses a factory instance to create a customized options.
If factory argument is not consistent,nullis returned. - getRemovedElements() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the elements removed.
Will be an empty element list if no elements were removed. - getRender() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the selection cleaner render.
- getRender() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the selection cleaner render.
- getRender() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns what data must be showed.
- getRender() - Method in class org.pepstock.charba.client.labels.Label
-
Returns what data must be showed.
- getRenderCallback() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the render callback.
- getRenderCallback() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the render callback, if set, otherwise
null. - getRepetition() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the repetition to use in the pattern.
- getReplacement() - Method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
-
Returns the replacement string to apply every time the value is found in the string.
- getResetCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getResetHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'reset' plugin.
Called during chart reset. - getResizeCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getResizeDelay() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - getResizeDelay() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getResizeDelay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getResizeDelay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - getResizeDelay() - Method in class org.pepstock.charba.client.options.Options
-
Returns the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - getResizeHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'resize' plugin.
Called after the chart as been resized. - getResourceName() - Method in enum org.pepstock.charba.client.resources.ResourceHash
-
Returns the resource name of the java script resource.
- getResources() - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Returns the resources type to use to inject java script code.
If the resources type was not already set, an exception will be throw. - getReverseCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that sets the reversed order of tick labels.
- getRight() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the right coordinate.
- getRight() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width right in pixel.
- getRight() - Method in class org.pepstock.charba.client.data.Clip
-
Returns the clip right.
- getRight() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
- getRight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- getRight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'right' property from element.
- getRight() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the right coordinate value of the rectangle (has the same value as x + width, or x if width is negative).
- getRight() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the margin right of legend.
- getRight() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Returns the right.
- getRight() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the right of chart area.
- getRight() - Method in class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
- getRight() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the right of area.
- getRight() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding right in pixel.
- getRight() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding right in pixel.
- getRmsd() - Method in class org.pepstock.charba.client.ml.RegressionScore
-
Returns the Root Mean Squared Error (RMSE) metric.
- getRootNode() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the root node.
- getRotation() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the rotation of annotation in degrees.
- getRotation() - Method in interface org.pepstock.charba.client.annotation.HasRotation
-
Returns the rotation (in pixels).
- getRotation() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the rotation of label in degrees.
- getRotation() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsRotationHandler
-
Returns the rotation in degrees.
- getRotation() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the rotation of label in degrees.
- getRotation() - Method in class org.pepstock.charba.client.annotation.RotationHandler
-
Returns the rotation in degrees.
- getRotation() - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the rotation of the point in degrees.
- getRotation() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- getRotation() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- getRotation() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- getRotation() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- getRotation() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPoint
- getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPoint
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the rotation of the point in degrees (only used if usePointStyle is true).
- getRotation() - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Returns the point rotation (in degrees).
- getRotation() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the rotation of the text in pixels of the label of the scale.
- getRotation() - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Returns the rotation in degrees.
- getRotation() - Method in class org.pepstock.charba.client.options.Options
-
Returns the starting angle to draw arcs from.
- getRotation() - Method in class org.pepstock.charba.client.options.Point
-
Returns the point rotation (in degrees).
- getRotationAngle() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the angle (in degrees) that the ellipse described by radiusX and radiusY must be rotated, clockwise, to most accurately cover the area of contact between the user and the surface.
- getRotationAngle() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the angle (in degrees) that the ellipse described by radiusX and radiusY must be rotated, clockwise, to most accurately cover the area of contact between the user and the surface.
- getRotationCallback() - Method in interface org.pepstock.charba.client.annotation.HasRotation
-
Returns the callback called to set the rotation.
- getRotationCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns the callback called to set the rotation of label in degrees.
- getRotationCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsRotationHandler
-
Returns the callback called to set the rotation in degrees.
- getRotationCallback() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns the callback called to set the rotation of label in degrees.
- getRotationCallback() - Method in class org.pepstock.charba.client.annotation.RotationHandler
-
Returns the callback called to set the rotation in degrees.
- getRotationCallback() - Method in class org.pepstock.charba.client.configuration.Point
-
Returns the rotation callback, if set, otherwise
null. - getRotationCallback() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns the rotation callback, if set, otherwise
null. - getRotationCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the rotation callback.
- getRotationCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the rotation callback, if set, otherwise
null. - getRotationHandler() - Method in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
- getRotationHandler() - Method in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
- getRotationHandler() - Method in class org.pepstock.charba.client.annotation.BoxAnnotation
- getRotationHandler() - Method in class org.pepstock.charba.client.annotation.EllipseAnnotation
- getRotationHandler() - Method in interface org.pepstock.charba.client.annotation.HasRotation
-
Returns a rotation handler instance to use in the default methods of this interface.
- getRotationHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- getRound() - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- getRound() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
- getRound() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
- getRound() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
If defined, dates will be rounded to the start of this unit.
- getRound() - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- getRowIndex() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns a value which gives the logical position of the row within the entire table.
If the row is not part of a table, returns -1. - getRowSpan() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value indicating the number of rows this cell must span; this lets a cell occupy space across multiple rows of the table.
- getRScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the R scale item or
nullif not exists. - getSamples() - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the
DecimationAlgorithm.LTTBalgorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - getSamples() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
- getSamples() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- getSamples() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
If the
DecimationAlgorithm.LTTBalgorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - getSamples() - Method in class org.pepstock.charba.client.options.Decimation
-
If the
DecimationAlgorithm.LTTBalgorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - getSampleSize() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length. - getSampleSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getSampleSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getSampleSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length. - getSampleSize() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length. - getScale() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the scale instance which contains the element to configure.
- getScale() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the scale configuration or the chart options if chart is initialized.
- getScale() - Method in class org.pepstock.charba.client.Defaults
-
Returns the global scale.
- getScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default scale.
- getScale() - Method in class org.pepstock.charba.client.Defaults.WrapperDefaults
-
Returns the SCALE global options of chart as native object.
- getScale() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Returns the scale related to the plugin.
- getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults
-
Returns the global scale by axis type.
- getScale(AxisType) - Method in class org.pepstock.charba.client.Defaults.InternalDefaultScales
-
Returns the scale defaults by axis type.
- getScaledOptions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
-
Returns the default options with scales.
- getScaleID() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the ID of the scale to bind onto.
- getScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the ID of the scale to bind onto.
- getScaleID() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the ID of the scale to bind onto.
- getScaleIsInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns the scale item if the chart event is inside of one of scales, otherwise
null. - getScaleItem() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the scale item related to this axis.
- getScaleItem() - Method in class org.pepstock.charba.client.items.PluginScaleArgument
-
Returns the scale item.
- getScaleMode() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns panning over a scale for that axis (regardless of mode).
- getScaleMode() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns panning over a scale for that axis (regardless of mode).
- getScaleModeCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the element directions callback, to enable panning over a scale for that axis (regardless of mode).
- getScaleModeCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the element directions callback, to enable panning over a scale for that axis (regardless of mode).
- getScales() - Method in class org.pepstock.charba.client.Chart
-
Returns the scales node, as native object.
- getScales() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the scales item.
- getScales() - Method in class org.pepstock.charba.client.ChartOptions
- getScales() - Method in class org.pepstock.charba.client.configuration.ScalesOptions
-
Returns the scales element.
- getScales() - Method in class org.pepstock.charba.client.configuration.TimeSeriesOptions
- getScales() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
- getScales() - Method in class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
- getScales() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
- getScales() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaledOptions
-
Returns the scale/axis defaults.
- getScales() - Method in class org.pepstock.charba.client.Defaults.WrapperDefaults
-
Returns the SCALE global options of chart as native object.
- getScales() - Method in class org.pepstock.charba.client.options.ExtendedOptions
- getScales() - Method in class org.pepstock.charba.client.options.ScaledOptions
- getScheme() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Returns the color scheme.
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
- getScheme() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
-
Returns the internal enumerated scheme instance.
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
- getScheme() - Method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
- getSchemeCategory() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
Returns the color scheme category.
- getSchemeName() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
Returns the color scheme name.
- getSchemeScope() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- getSchemeScope() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- getScope() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns the scope of the options, which is the annotation plugin.
- getScope() - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Returns the scope of this factory.
- getScope() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient scope.
- getScope() - Method in interface org.pepstock.charba.client.commons.HasCallbackScope
-
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the scope of the data set, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.options.AbstractAnimation
- getScope() - Method in class org.pepstock.charba.client.options.AnimationTransition
- getScope() - Method in class org.pepstock.charba.client.options.Options
-
Returns the scope of the options, which is the options are used for defaults, chart defaults or chart.
- getScope() - Method in class org.pepstock.charba.client.options.Transitions
- getScope() - Method in class org.pepstock.charba.client.options.TypedDataset
- getScopes() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
Returns the scope of callback, could be the default, chart type options, chart options, plugin objects, datasets.
- getScreenX() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns the X coordinate of the mouse pointer in global (screen) coordinates.
- getScreenX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer in global (screen) coordinates.
- getScreenX() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the horizontal position of the touch on the user's screen.
- getScreenX() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the horizontal position of the touch on the user's screen.
- getScreenY() - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Returns the Y coordinate of the mouse pointer in global (screen) coordinates.
- getScreenY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer in global (screen) coordinates.
- getScreenY() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the vertical position of the touch on the user's screen.
- getScreenY() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the vertical position of the touch on the user's screen.
- getScript() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the script code of the locale.
It could benull. - getScript() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns the script.
- getScrollHeight() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the scroll view height of an element.
- getScrollingElement() - Method in class org.pepstock.charba.client.dom.BaseDocument
-
Returns a reference to the element that scrolls the document.
- getScrollingElement() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns the scrolling element of the document, if there is, or the document element.
- getScrollLeft() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the left scroll offset of the element.
- getScrollTop() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing number of pixels the top of the document is scrolled vertically.
- getScrollWidth() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a number representing the scroll view width of the element.
- getSearch() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Is a string containing a '?' followed by the parameters or "querystring" of the URL.
- getSecond() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the second format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getSecond() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getSecond() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Second.
- getSecond() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Second.
- getSecond() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getSegment() - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Returns the segment element.
- getSegment() - Method in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
Returns the segment element.
- getSegment() - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Returns the segment configuration for
LineOptions.
Line segment styles can be overridden by scriptable options in the segment object.. - getSegmentContext(NativeObject) - Method in class org.pepstock.charba.client.configuration.Segment
- getSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
- getSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the selection cleaner element.
- getSelectionCleaner() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the selection cleaner item.
- getShadowBlur() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the amount of blur applied to shadows.
- getShadowBlur() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the amount of blur applied to shadows.
- getShadowBlur() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsShadowOptionsHandler
-
Returns the amount of blur applied to shadows.
- getShadowBlur() - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Returns the amount of blur applied to shadows.
- getShadowBlur() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the amount of blur applied to shadows.
- getShadowBlur() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the text shadow intensity.
- getShadowBlur() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow intensity.
- getShadowBlurCallback() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the callback called to set the amount of blur applied to shadows.
- getShadowBlurCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsShadowOptionsHandler
-
Returns the callback called to set the amount of blur applied to shadows.
- getShadowBlurCallback() - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Returns the callback called to set the amount of blur applied to shadows.
- getShadowColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the color of shadows.
The shadow's rendered opacity will be affected by the opacity of the fillStyle color when filling, and of the strokeStyle color when stroking. - getShadowColor() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow color as color.
- getShadowColorAsString() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the text shadow color as string.
- getShadowColorAsString() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow color as string.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the distance that shadows will be offset horizontally.
- getShadowOffsetX() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the distance that shadows will be offset horizontally.
- getShadowOffsetX() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsShadowOptionsHandler
-
Returns the distance that shadows will be offset horizontally.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Returns the distance that shadows will be offset horizontally.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the distance that shadows will be offset horizontally.
- getShadowOffsetX() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the text shadow X offset.
- getShadowOffsetX() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow X offset.
- getShadowOffsetXCallback() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the callback called to set the distance that shadows will be offset horizontally.
- getShadowOffsetXCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsShadowOptionsHandler
-
Returns the callback called to set the distance that shadows will be offset horizontally.
- getShadowOffsetXCallback() - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Returns the callback called to set the distance that shadows will be offset horizontally.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the distance that shadows will be offset vertically.
- getShadowOffsetY() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the distance that shadows will be offset vertically.
- getShadowOffsetY() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsShadowOptionsHandler
-
Returns the distance that shadows will be offset vertically.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Returns the distance that shadows will be offset vertically.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the distance that shadows will be offset vertically.
- getShadowOffsetY() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the text shadow Y offset.
- getShadowOffsetY() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the text shadow Y offset.
- getShadowOffsetYCallback() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns the callback called to set the distance that shadows will be offset vertically.
- getShadowOffsetYCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsShadowOptionsHandler
-
Returns the callback called to set the distance that shadows will be offset vertically.
- getShadowOffsetYCallback() - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Returns the callback called to set the distance that shadows will be offset vertically.
- getShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
- getShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.Arrow
- getShadowOptionsHandler() - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Returns a shadow options handler instance to use in the default methods of this interface.
- getShadowOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LineLabel
- getShape() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape of tile.
- getShapeColor() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape color of tile.
- getShapeColorAsString() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the shape color of tile.
- getShared() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
-
Returns a map with shared instances in the plugin instance.
This object instance is cross all annotations for the same chart instance. - getSharedObjects(IsChart) - Method in class org.pepstock.charba.client.annotation.AnnotationSharedObjects
-
Returns the shared object instance by chart.
If not exist, it creates new instance. - getShowGraticule() - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Returns the graticule to render the lines in the background.
- getShowGraticule() - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Returns the graticule to render the lines in the background.
- getShowLabelBackdropCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the show label backdrop callback instance.
- getSide() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the width of the starter line of callout pointer.
- getSide() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the width of the starter line of callout pointer.
- getSide() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the width of the starter line of callout pointer.
- getSideCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback to set the width of the starter line of callout pointer.
- getSideCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the callback to set the width of the starter line of callout pointer.
- getSides() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the sides of the polygon shape.
- getSides() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPolygonAnnotation
-
Returns the sides of the polygon shape.
- getSides() - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Returns the sides of the polygon shape.
- getSidesCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsPolygonAnnotation
-
Returns the callback called to set the border sides.
- getSidesCallback() - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Returns the callback called to set the border sides.
- getSignDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns when to display the sign for the number.
- getSignDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getSignDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns when to display the sign for the number.
- getSignDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns when to display the sign for the number.
- getSignDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getSignDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns when to display the sign for the number.
- getSize() - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Returns the size of the tile.
- getSize() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
- getSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'size' property from element.
- getSize() - Method in class org.pepstock.charba.client.events.ChartResizeEvent
-
Returns item with the new size of the chart
- getSize() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the size of the tile for point style legend.
- getSize() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
- getSize() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font size.
- getSize() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns
Size.MINif flow overlap is preferred. - getSize() - Method in class org.pepstock.charba.client.utils.toast.ImmutableFont
- getSizeCallback() - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns the size callback, if set, otherwise
null. - getSizeForValue(double) - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Returns the size for a specific data value.
- getSizeForValue(Chart, double) - Method in class org.pepstock.charba.client.geo.JsGeoHelper
-
Returns the size for a specific data value.
- getSizeForValue(Chart, double) - Static method in class org.pepstock.charba.client.geo.NativeJsGeoHelper
-
Returns the size for a specific data value.
- getSizeItem() - Method in class org.pepstock.charba.client.items.PluginResizeArgument
-
Returns the size item.
- getSlope() - Method in class org.pepstock.charba.client.ml.BaseLinearRegression
-
Returns the slope coefficient.
- getSlope() - Method in class org.pepstock.charba.client.ml.NativeBaseLinearRegression
-
Returns the slope coefficient.
- getSortedVisibleDatasetItems() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns an array of all the dataset items in the order that they are drawn on the canvas that are not hidden.
- getSortedVisibleDatasetItems() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getSortedVisibleDatasetItems() - Method in interface org.pepstock.charba.client.IsChart
-
Returns an array of all the dataset items in the order that they are drawn on the canvas that are not hidden.
- getSortedVisibleDatasetMetas() - Method in class org.pepstock.charba.client.Chart
-
Returns an array of all the dataset meta's in the order that they are drawn on the canvas that are not hidden.
- getSource() - Method in class org.pepstock.charba.client.AbstractChart
- getSource() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getSource() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getSource() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.events.Event
-
Returns the source for this event.
It should be always a chart instance. - getSource() - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns a chart instance as source for all events.
- getSource() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the property controls the ticks generation.
- getSource() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns a string containing the source text of the
RegExpobject, and it doesn't contain the two forward slashes on both sides and any flags. - getSpacing() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - getSpacing() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns the spacing between label and image for selection cleaner element.
- getSpacing() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the spacing between label and image for selection cleaner element.
- getSpacing() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - getSpacing() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the fixed spacing among rectangles.
- getSpacing() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns the fixed spacing among rectangles.
- getSpanGapHandler() - Method in class org.pepstock.charba.client.data.LiningDataset
- getSpanGapHandler() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns a span gap handler instance to use in the default methods of this interface.
- getSpanGapHandler() - Method in class org.pepstock.charba.client.options.Options
- getSpanGaps() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns the value of the data if lines will be drawn between points with no or null data.
- getSpanGaps() - Method in class org.pepstock.charba.client.options.SpanGapHandler
-
Returns the value of the data if lines will be drawn between points with no or null data.
- getSpeed() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
-
Returns the speed of element via mouse wheel (percentage of element on a wheel event).
- getSpeed() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns the speed of element via mouse wheel (percentage of element on a wheel event).
- getSrc() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the full URL of the image including base URI.
- getSrc() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the URL of an external script.
- getStack() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the stack group.
Axes at the same position with same stack are stacked. - getStack() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getStack() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getStack() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the stack group.
Axes at the same position with same stack are stacked. - getStack() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the stack group.
Axes at the same position with same stack are stacked. - getStackCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the stack group.
- getStackedCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets if the axis are stacked or not.
- getStackGroup() - Method in class org.pepstock.charba.client.data.BarStackHandler
-
Returns the name of stack group.
- getStackGroup() - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
-
Returns the name of stack group.
- getStackWeight() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - getStackWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getStackWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getStackWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - getStackWeight() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - getStackWeightCallback() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the user callback that sets the weight of the scale in stack group.
- getStart() - Method in class org.pepstock.charba.client.annotation.ArrowHeads
-
Returns the arrow head definition at start position.
- getStart() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the separator dimension in pixels to use as starting point for callout pointer.
- getStart() - Method in class org.pepstock.charba.client.annotation.DefaultArrowHeads
- getStart() - Method in class org.pepstock.charba.client.annotation.elements.ArrowHeadsElement
-
Returns the start arrow head options.
- getStart() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the separator dimension in pixels to use as starting point for callout pointer.
- getStart() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrowHeads
-
Returns the arrow head definition at start position.
- getStart() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the separator dimension in pixels to use as starting point for callout pointer.
- getStart() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the start point of a bar.
- getStart() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the new starting point (new mouse down)
- getStart() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the start value of scale.
- getStartAngle() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the starting angle to draw arcs for the first item in a data set.
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getStartAngle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getStartAngle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the starting angle to draw arcs for the first item in a dataset.
- getStartAngle() - Method in class org.pepstock.charba.client.items.ArcElement
-
Returns the start angle of data set item.
- getStartAngle() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the starting angle to draw arcs for the first item in a data set.
- getStartAngleCallback() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the user callback that sets the starting angle to draw arcs for the first item in a data set.
- getStartAsPercentage() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the percentage of the separator dimension to use as starting point for callout pointer.
- getStartAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns the percentage of the separator dimension to use as starting point for callout pointer.
- getStartAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the percentage of the separator dimension to use as starting point for callout pointer.
- getStartCallback() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns the callback to set the separator dimension to use as starting point for callout pointer.
- getStartCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns the callback to set the separator dimension to use as starting point for callout pointer.
- getStartCallback() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback called once zooming or panning is started.
- getStartCallback() - Method in interface org.pepstock.charba.client.zoom.IsDefaultConfigurationItem
-
Returns the callback called once zooming or panning is started.
- getStartCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getStartDataIndex() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the index of the current data of starting point of segment.
- getStartEndValue() - Method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns the value to use when only start and end is used.
- getStartHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'start' plugin.
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - getStarting() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the starting point
- getStartPoint() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
-
Returns the
PointElementrelated to the data as starting point of segment. - getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns the callback property handler for start event.
- getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Pan
- getStartPropertyHandler() - Method in class org.pepstock.charba.client.zoom.Zoom
- getStartValue() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns the start value on scale
- getStatus() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Returns the status of selection.
- getStatus() - Method in class org.pepstock.charba.client.utils.CTimer
-
Returns the status of the timer.
- getStatus() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the status of the toast.
- getStepMajor() - Method in class org.pepstock.charba.client.geo.Graticule
-
Returns the graticule lines distances in degrees.
- getStepMinor() - Method in class org.pepstock.charba.client.geo.Graticule
-
Returns the graticule lines distances in degrees.
- getStepped() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns if the line is shown as a stepped line.
- getStepped() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns if the line is shown as a stepped line.
- getStepped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getStepped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getStepped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns if the line is shown as a stepped line.
- getStepped() - Method in class org.pepstock.charba.client.options.Line
-
Returns if the line is shown as a stepped line.
- getSteppedCallback() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the stepped callback, if set, otherwise
null. - getSteppedCallback() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the stepped callback, if set, otherwise
null. - getStepSize() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getStepSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getStepSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the user defined fixed step size for the scale.
- getStepSize() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the user defined fixed step size for the scale.
- getStepSizeCallback() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the stepSize callback instance.
- getStepSizeCallback() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the stepSize callback instance.
- getStepSizeCallback() - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Returns the stepSize callback instance.
- getStopCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getStopHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'stop' plugin.
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - getString(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a label at a specific index.
If at index there is multi-line label, returns labels withConstants.LINE_SEPARATORas separator.
If the index is out of bounds, throws an exception. - getString(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to get a property on an object.
- getStringProperty(String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a string value at specific property.
- getStringProperty(Key) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns a string value at specific property.
- getStringProperty(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns the property value from java script object, when the ID is stored as string.
- getStringProperty(NativeObject, String, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a property descriptor for an own property (that is, one directly present on an object and not in the object's prototype chain) of a given object.
- getStrings(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns a multi line label at a specific index.
- getStringValue(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (string) in the embedded JavaScript object at specific property.
- getStringValues(Key) - Method in class org.pepstock.charba.client.items.ElementProperties
-
Returns a value (list of strings) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - getStrokeColor() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke color is used for the lines around shapes.
- getStrokeColor() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the stroke color of the label of the scale.
- getStrokeColorAsString() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke color is used for the lines around shapes.
- getStrokeColorAsString() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the stroke color of the label of the scale.
- getStrokeGradient() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke gradient is used for the lines around shapes.
- getStrokePattern() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke pattern is used for the lines around shapes.
- getStrokeStyle() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as color.
- getStrokeStyleAsCanvasGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as canvas gradient.
- getStrokeStyleAsCanvasPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as canvas pattern.
- getStrokeStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as gradient.
- getStrokeStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the stroke style of the legend box as pattern.
- getStrokeWidth() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the stroke width of the text in pixels of the label of the scale.
- getStyle() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font style, follows CSS font-style options (i.e.
- getStyle() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalBodyFont
- getStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font style, follows CSS font-style options (i.e.
- getStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns an object representing the declarations of an element's style attributes.
- getStyle() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getStyle() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the formatting style to use.
- getStyle() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
- getStyle() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font style, follows CSS font-style options (i.e.
- getStyle() - Method in class org.pepstock.charba.client.utils.toast.ImmutableFont
- getStyle(int) - Method in class org.pepstock.charba.client.items.DatasetItemController
-
Returns a set of predefined style properties that should be used to represent the dataset or the data if the index is specified.
- getSubtitle() - Method in class org.pepstock.charba.client.Chart
-
Returns the subtitle node, as native object.
- getSubtitle() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the subtitle item.
- getSubtitle() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the subtitle element.
- getSubtitle() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getSubtitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the title defaults.
- getSubtitle() - Method in class org.pepstock.charba.client.options.Options
-
Returns the title element.
- getSubtitle(Chart) - Method in class org.pepstock.charba.client.JsChartHelper
-
Returns the subtitle elements from the chart.
- getSubtitle(Chart) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Returns the subtitle elements from the chart.
- getSuggestedMax() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getSuggestedMax() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getSuggestedMax() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMax() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adjustment used when calculating the maximum data value.
- getSuggestedMaxCallback() - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Returns the callback to set the adjustment used when calculating the maximum data value.
- getSuggestedMaxCallback() - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Returns the callback to set the adjustment used when calculating the maximum data value.
- getSuggestedMin() - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getSuggestedMin() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getSuggestedMin() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMin() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the adjustment used when calculating the minimum data value.
- getSuggestedMinCallback() - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Returns the callback to set the adjustment used when calculating the minimum data value.
- getSuggestedMinCallback() - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Returns the callback to set the adjustment used when calculating the minimum data value.
- getSum() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the sum.
- getSum(String) - Method in class org.pepstock.charba.client.treemap.TreeMapSumKeysData
-
Returns the sum for a specific key.
- getSum(Key) - Method in class org.pepstock.charba.client.treemap.TreeMapSumKeysData
-
Returns the sum for a specific key.
- getSumKeys() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns multiple keys to add additional sums, on top of the `key` one, for scriptable options use.
It's needed ONLY when tree data is set by a list of objects. - getSumKeysAsString() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns multiple keys to add additional sums, on top of the `key` one, for scriptable options use.
It's needed ONLY when tree data is set by a list of objects. - getSumKeysData() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the sum keys data.
- getSyncEventToChart(IsPoint, IsChart) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Calculates the chart area point using a percentage.
- getTabIndex() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Returns a number representing the position of the element in the tabbing order.
- getTagName() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns the name of the tag for the given element.
- getTarget() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns a reference to the target to which the event was originally dispatched.
- getTarget() - Method in class org.pepstock.charba.client.dom.events.Touch
-
Returns the element on which the touch point started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.
- getTarget() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the element on which the touch point started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.
- getTarget() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the node the mutation affected, depending on the
MutationType. - getTargetTouches() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns a list of all the touch objects that are both currently in contact with the touch surface and were also started on the same element that is the target of the event.
- getTargetTouches() - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Returns a list of objects for every point of contact that is touching the surface and started on the element that is the target of the current event.
- getTemplate() - Method in class org.pepstock.charba.client.controllers.ControllerTemplate
-
Returns the controller template a single row.
- getTension() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getTension() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns curve tension of the line.
- getTension() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- getTension() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- getTension() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getTension() - Method in class org.pepstock.charba.client.options.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- getText() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the title text to display.
- getText() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns the text that will be displayed
- getText() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the label that will be displayed
- getText() - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Returns the label that will be displayed
- getText() - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in interface org.pepstock.charba.client.options.IsTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Returns the title text to display, as a list of strings.
- getText() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the text of the toast.
- getTextAlign() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
-
Returns the horizontal alignment of the label text.
- getTextAlign() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getTextAlign() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getTextAlign() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the horizontal alignment of the label text when multiple lines.
- getTextAlign() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the horizontal alignment of the label text when multiple lines.
- getTextAlign() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the horizontal alignment of the label text when multiple lines.
- getTextAlign() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the horizontal alignment of the label text when multiple lines.
- getTextAlign() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns the horizontal alignment of the label text.
- getTextAlign() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text alignment being used when drawing the label text.
- getTextAlign() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text alignment being used when drawing the label text when multiple lines.
- getTextAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- getTextAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- getTextAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns the horizontal alignment of the label text.
- getTextAlign() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textAlign' property from element.
- getTextAlign() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text alignment used when drawing text.
- getTextAlign() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the text align is applied to the text in pixels of the label of the scale.
- getTextAlign() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns the horizontal alignment of the label text.
- getTextAlignCallback() - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Returns the callback called to set the horizontal alignment of the label text when multiple lines.
- getTextAlignCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLabelHandler
-
Returns the callback called to set the horizontal alignment of the label text when multiple lines.
- getTextAlignCallback() - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns the callback called to set the horizontal alignment of the label text when multiple lines.
- getTextAlignCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text align callback.
- getTextAlignCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text align callback, if set, otherwise
null. - getTextAsHtml() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns the text that will be displayed, as HTML.
If is not HTML, returnsUndefined.STRING. - getTextAsHtml() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns the label that will be displayed, as HTML.
If is not HTML, returnsUndefined.STRING. - getTextAsHtml() - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Returns the label that will be displayed, as HTML.
If is not HTML, returnsUndefined.STRING. - getTextBaseline() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text baseline used when drawing text.
- getTextBaseline() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the text baseline is applied to the text in pixels of the label of the scale.
- getTextCallback() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the text callback, if set, otherwise
null. - getTextContent() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns the textual content of an element and all its descendants.
- getTextDecoration() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textDecoration' property from element.
- getTextDirection() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the text direction of the legend that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
- getTextDirection() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip, regardless of the CSS specified on the canvas.
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getTextDirection() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTextDirection() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectionHandler
-
Returns the text direction that will force on the canvas for rendering the object, regardless of the CSS specified on the canvas.
- getTextDirection() - Method in interface org.pepstock.charba.client.options.HasTextDirection
- getTextDirection() - Method in class org.pepstock.charba.client.options.TextDirectionHandler
-
Returns the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
- getTextDirectionHandler() - Method in interface org.pepstock.charba.client.options.HasTextDirection
-
Returns a text direction handler instance to use in the default methods of this interface.
- getTextDirectionHandler() - Method in class org.pepstock.charba.client.options.Legend
- getTextDirectionHandler() - Method in class org.pepstock.charba.client.options.Tooltips
- getTextIndent() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textIndent' property from element.
- getTextLabelColors() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the list of labels text color of tooltip.
- getTextMargin() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns the margin of text when position is
Position.OUTSIDEorPosition.BORDER. - getTextMargin() - Method in class org.pepstock.charba.client.labels.Label
-
Returns the margin of text when position is
Position.OUTSIDEorPosition.BORDER. - getTextOffset() - Method in class org.pepstock.charba.client.items.ScaleLabelItem
-
Returns the offset of the text for scale item.
- getTextOverflow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textOverflow' property from element.
- getTextShadow() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textShadow' property from element.
- getTextShadowBlur() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text shadow blur.
- getTextShadowBlur() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow blur.
- getTextShadowBlurCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text shadow blur callback.
- getTextShadowBlurCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow blur callback, if set, otherwise
null. - getTextShadowColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color.
- getTextShadowColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text shadow color as string.
- getTextShadowColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color as string.
- getTextShadowColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text shadow color callback.
- getTextShadowColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text shadow color callback, if set, otherwise
null. - getTextStrokeColor() - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Returns the color of the text stroke of annotation.
- getTextStrokeColor() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke color.
- getTextStrokeColor() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color.
- getTextStrokeColor() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke color.
- getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Returns the color of the text stroke of annotation.
- getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsTextStrokeOptionsHandler
-
Returns the color of the text stroke on the label.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Returns the color of the text stroke.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getTextStrokeColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the text stroke color as string.
- getTextStrokeColorAsString() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke color as string.
- getTextStrokeColorCallback() - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Returns the callback called to set the color of the text stroke of annotation.
- getTextStrokeColorCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsTextStrokeOptionsHandler
-
Returns the callback called to set the color of the text stroke on the label.
- getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Returns the callback called to set the color of the text stroke.
- getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke color callback, if set, otherwise
null. - getTextStrokeColorCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text stroke color callback.
- getTextStrokeColorCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke color callback, if set, otherwise
null. - getTextStrokeOptionsHandler() - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Returns a text stroke options handler instance to use in the default methods of this interface.
- getTextStrokeOptionsHandler() - Method in class org.pepstock.charba.client.annotation.InnerLabel
- getTextStrokeOptionsHandler() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
- getTextStrokeWidth() - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Returns the width of the text stroke in pixels.
- getTextStrokeWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsTextStrokeOptionsHandler
-
Returns the width of the text stroke on the label in pixels.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Returns the width of the text stroke in pixels.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getTextStrokeWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the text stroke width.
- getTextStrokeWidth() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the text stroke width.
- getTextStrokeWidthCallback() - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Returns the callback called to set the width of the text stroke in pixels.
- getTextStrokeWidthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsTextStrokeOptionsHandler
-
Returns the callback called to set the width of the text stroke on the label in pixels.
- getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Returns the callback called to set the width of the text stroke in pixels.
- getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns the text stroke width callback, if set, otherwise
null. - getTextStrokeWidthCallback() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns the text stroke width callback.
- getTextStrokeWidthCallback() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns the text stroke width callback, if set, otherwise
null. - getThreshold() - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - getThreshold() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
- getThreshold() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- getThreshold() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - getThreshold() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
Creates a new threshold cloning the constant one.
- getThreshold() - Method in class org.pepstock.charba.client.options.Decimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - getThreshold() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns the minimal zoom distance required before actually applying zoom.
- getThreshold() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns the minimal zoom distance required before actually applying zoom.
- getThreshold() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
-
Returns the minimal pan distance required before actually applying pan.
- getThreshold() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns the minimal pan distance required before actually applying pan.
- getThresholds() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Gets all thresholds by an unmodifiable list.
- getTick() - Method in class org.pepstock.charba.client.callbacks.ScaleContext
-
Returns the tick item instance which contains data to be consumed configuring the element.
- getTickBorderDash() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the length and spacing of the tick mark line.
- getTickBorderDash() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the length and spacing of the tick mark line.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getTickBorderDashOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffset() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the offset for the line dash of the tick mark.
- getTickBorderDashOffsetCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick border dash offset callback instance.
- getTickColor() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getTickColor() - Method in class org.pepstock.charba.client.options.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getTickColorAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the color of the tick line.
- getTickColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getTickColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getTickColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the color of the tick line.
- getTickColorAsString() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the color of the tick line.
- getTickColorCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick color callback instance.
- getTickColorsAsString() - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getTickColorsAsString() - Method in class org.pepstock.charba.client.options.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - getTickHandler() - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Returns the tick handler.
- getTickItems(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TimeTickHandler
-
Returns a list of time tick items from an array of native objects passed by CHART.JS.
- getTickLength() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the length in pixels that the grid will draw in the axis area.
- getTickLength() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getTickLength() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getTickLength() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the length in pixels that the grid will draw in the axis area.
- getTickLength() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the length in pixels that the grid will draw in the axis area.
- getTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
- getTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
- getTickOptionsHandler() - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Returns the linear tick options handler instance, for callbacks.
- getTickOptionsHandler() - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Returns the linear tick options handler instance, for callbacks.
- getTickOptionsHandler() - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the ticks element
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
- getTicks() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
- getTicks() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns the ticks element.
- getTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the ticks defaults.
- getTicks() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the list of ticks.
- getTicks() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the ticks element.
- getTicksWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the width of the tick marks in pixels.
- getTicksWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the width of the tick marks in pixels.
- getTickWidth() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the width of the tick mark in pixels.
The first element if set as array. - getTickWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getTickWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getTickWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns the width of the tick mark in pixels.
The first element if set as array. - getTickWidth() - Method in class org.pepstock.charba.client.options.Grid
-
Returns the width of the tick mark in pixels.
The first element if set as array. - getTickWidthCallback() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns the tick width callback instance.
- getTiltX() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the plane angle (in degrees, in the range of -90 to 90) between the Y–Z plane and the plane containing both the pointer (e.g.
- getTiltX() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the plane angle (in degrees, in the range of -90 to 90) between the Y–Z plane and the plane containing both the pointer (e.g.
- getTiltY() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the plane angle (in degrees, in the range of -90 to 90) between the X–Z plane and the plane containing both the pointer (e.g.
- getTiltY() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the plane angle (in degrees, in the range of -90 to 90) between the X–Z plane and the plane containing both the pointer (e.g.
- getTime() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
Returns the time element.
- getTime() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Returns the time of time series item.
- getTime() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getTime() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getTime() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the time defaults.
- getTime() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the time element.
- getTimeAxis() - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
-
Returns the axis for time.
- getTimeout() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns how long the toast notification should last.
- getTimeout() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns how long the toast notification should last.
- getTimeout() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns how long the toast notification should last.
- getTimer() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns a
CTimerinstance inside chart. - getTimer() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getTimer() - Method in interface org.pepstock.charba.client.IsChart
-
Returns a
CTimerinstance inside chart. - getTimeSeriesData() - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns the data property of a dataset for a chart is specified as an array of time series items.
- getTimeSeriesData(boolean) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns the data property of a dataset for a chart is specified as an array of time series items
- getTimeSeriesItems(Dataset.TimeSeriesItemFactory, boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the data property of a data set for a chart is specified as an array of data points.
- getTimeStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getTimeStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the time formatting style to use when calling
AbstractFormat.format(java.lang.Object). - getTimeStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the time formatting style to use when calling
AbstractFormat.format(java.lang.Object). - getTimeStyle() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getTimeZone() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getTimeZone() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the time zone to use.
- getTimeZone() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the time zone to use.
- getTimeZone() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getTimeZoneName() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getTimeZoneName() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the time zone name.
- getTimeZoneName() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the time zone name.
- getTimeZoneName() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getTitle() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the title item.
- getTitle() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns the scale title element
- getTitle() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the title element.
- getTitle() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns the legend title element.
- getTitle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- getTitle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- getTitle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns the title object defaults.
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the title defaults.
- getTitle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the scale title defaults
- getTitle() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the title of the tooltip.
- getTitle() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the scale title element.
- getTitle() - Method in class org.pepstock.charba.client.options.Legend
-
Returns the legend title element.
- getTitle() - Method in class org.pepstock.charba.client.options.Options
-
Returns the title element.
- getTitle() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the title of the toast.
- getTitle() - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Returns the title element.
- getTitle() - Method in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultValues
- getTitle() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the title of the toast.
- getTitle() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Returns the title of the toast.
- getTitle() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the title of the toast.
- getTitleAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title alignment.
- getTitleAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTitleAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTitleAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title alignment.
- getTitleAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title alignment.
- getTitleBlock() - Method in class org.pepstock.charba.client.Chart
-
Returns the title node, as native object.
- getTitleCallback() - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Returns the user title callback.
- getTitleColor() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font color.
- getTitleColor() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font color as string.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTitleColorAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTitleColorAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font color as string.
- getTitleColorAsString() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font color as string.
- getTitleElement() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the options element for this title configuration item, which can be a title or subtitle.
- getTitleElement() - Method in class org.pepstock.charba.client.configuration.Subtitle
- getTitleElement() - Method in class org.pepstock.charba.client.configuration.Title
- getTitleFont() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the title font element.
- getTitleFont() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTitleFont() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTitleFont() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the title font.
- getTitleFont() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the title font element.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the margin to add on bottom of title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTitleMarginBottom() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the margin to add on bottom of title section.
- getTitleMarginBottom() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the margin to add on bottom of title section.
- getTitleNode() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns the options node for this title configuration item, which can be a title or subtitle.
- getTitleNode() - Method in class org.pepstock.charba.client.configuration.Subtitle
- getTitleNode() - Method in class org.pepstock.charba.client.configuration.Title
- getTitleSpacing() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTitleSpacing() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTitleSpacing() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTitleSpacing() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the spacing to add to top and bottom of each title line.
- getTo() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getTo() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getTo() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as number.
- getTo() - Method in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Returns the ending value of selected scale.
- getTo() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as number.
- getTo() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns to value as string.
- getToAsBoolean() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getToAsBoolean() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getToAsBoolean() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as boolean.
- getToAsBoolean() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as number.
- getToAsColor() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as color.
- getToAsKey() - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Returns to value as
Key. - getToAsString() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getToAsString() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getToAsString() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the end value for the animation as color string.
- getToAsString() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the end value for the animation as color string.
- getToCallback() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getToCallback() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getToCallback() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the callback to set the end value for the animation.
- getToCallback() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the callback to set the end value for the animation.
- getTooltip() - Method in class org.pepstock.charba.client.Chart
-
Returns the tooltip node, as native object.
- getTooltip() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the tooltip item.
- getTooltip() - Method in class org.pepstock.charba.client.items.PluginTooltipArgument
-
Returns the tooltip model.
- getTooltipActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the active tooltip elements for the chart.
- getTooltipActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getTooltipActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the active tooltip elements for the chart.
- getTooltipActiveElements(Chart) - Method in class org.pepstock.charba.client.JsChartHelper
-
Returns the active tooltip elements for the chart.
- getTooltipActiveElements(Chart) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Returns the active tooltip elements for the chart.
- getTooltipFormat() - Method in class org.pepstock.charba.client.configuration.Time
-
The LUXON format string to use for the tooltip.
- getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
- getTooltipFormat() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
- getTooltipFormat() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
The date format string to use for the tooltip.
- getTooltipFormat() - Method in class org.pepstock.charba.client.options.Time
-
The format string to use for the tooltip.
- getTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Returns the tooltip positioner implementation by tooltip position name.
- getTooltips() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the tooltips element.
- getTooltips() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getTooltips() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the tooltips defaults.
- getTooltips() - Method in class org.pepstock.charba.client.options.Options
-
Returns the tooltips element.
- getTop() - Method in class org.pepstock.charba.client.colors.Area
-
Returns the top coordinate.
- getTop() - Method in class org.pepstock.charba.client.configuration.Padding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Returns the border width top in pixel.
- getTop() - Method in class org.pepstock.charba.client.data.Clip
-
Returns the clip top.
- getTop() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
- getTop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- getTop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPadding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'top' property from element.
- getTop() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the top coordinate value of the rectangle (has the same value as y, or y + height if height is negative).
- getTop() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the margin top of legend.
- getTop() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Returns the top.
- getTop() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the top of chart area.
- getTop() - Method in class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
- getTop() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the top of area.
- getTop() - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.items.ScaleLabelBackdropOptions
-
Returns the top of chart area.
- getTop() - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Returns the padding top in pixel.
- getTop() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the padding top in pixel.
- getTopLeft() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for top-left corner of the rectangle, in pixel.
- getTopLeft() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for top-left corner of the rectangle, in pixel.
- getTopLeft() - Method in interface org.pepstock.charba.client.items.IsBorderRadius
-
Returns the border radius for top-left corner of the rectangle, in pixel.
- getTopRight() - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Returns the border radius for top-right corner of the rectangle, in pixel.
- getTopRight() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns the border radius for top-right corner of the rectangle, in pixel.
- getTopRight() - Method in interface org.pepstock.charba.client.items.IsBorderRadius
-
Returns the border radius for top-right corner of the rectangle, in pixel.
- getTotal() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the dataset total value of data.
- getTotal(IsChart, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
-
Calculates the total for data values for NO stacked dataset.
- getTotalForStacked(IsChart, AbstractDatasetContext) - Static method in class org.pepstock.charba.client.impl.callbacks.Percentage
-
Calculates the total for data values for stacked dataset.
- getTouches() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns a list of all the touch objects representing all current points of contact with the surface, regardless of target or changed status.
- getTouches() - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Returns a list of objects for every point of contact currently touching the surface.
- getTransition() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns the mode which is wrapped.
- getTransitions() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Returns the transitions element.
- getTransitions() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns the animation transition element.
- getTransitions() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getTransitions() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getTransitions() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- getTransitions() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationContainer
-
Returns the animation transition element.
- getTransitions() - Method in class org.pepstock.charba.client.options.AnimationContainer
-
Returns the animation transition element.
- getTransitions() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns the animation transition element.
- getTranslation() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the translation is applied to the text in pixels of the label of the scale.
- getTree() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the tree data property of a data set for a chart is specified as a list of numbers.
- getTree(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the tree data property of a data set for a chart is specified as an list of numbers.
- getTreeLeafKey() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the name of the key where the object key of leaf node of tree object is stored.
Used only when `tree` is an `object`, as hierarchical data. - getTreeLeafKeyAsString() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the name of the key where the object key of leaf node of tree object is stored.
Used only when `tree` is an `object`, as hierarchical data. - getTreeNativeObject() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns he tree data property of a data set for a chart is specified as an object.
- getTreeObject(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns he tree data property of a data set for a chart is specified as an object.
- getTreeObjects(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the tree data property of a data set for a chart is specified as a list of objects.
- getTreeObjects(NativeObjectContainerFactory<T>, boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the tree data property of a data set for a chart is specified as an list of objects.
- getTreeType() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns the type of tree property.
- getType() - Method in class org.pepstock.charba.client.AbstractChart
- getType() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the type of annotation.
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultBox
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultEllipse
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultLabel
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultLine
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultOptions.DefaultAnnotationAnimationCollection
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultPoint
- getType() - Method in class org.pepstock.charba.client.annotation.DefaultPolygon
- getType() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement.AnnotationElementFactory
- getType() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the type of annotation.
- getType() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns the type of the context.
- getType() - Method in class org.pepstock.charba.client.callbacks.ParsedData
-
Returns the type of data are stored in the parsed data.
- getType() - Method in class org.pepstock.charba.client.ChartOptions
-
Returns the chart type.
- getType() - Method in class org.pepstock.charba.client.colors.Gradient
-
Returns the gradient type.
- getType() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the supported gradient type.
- getType() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the type of axis.
- getType() - Method in interface org.pepstock.charba.client.Controller
-
Controller must define a unique id in order to be configurable.
Returns the controller id. - getType() - Method in class org.pepstock.charba.client.controllers.AbstractControllerContainer
-
Controller must define a unique id in order to be configurable.
Returns the controller id. - getType() - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Returns the controller type.
- getType() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the type of data set, based on type of chart.
- getType() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationCollection
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimationCollection
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
- getType() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
- getType() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimationCollection
-
Returns the type of
fromproperty and determines the interpolator used. - getType() - Method in class org.pepstock.charba.client.dom.elements.Script
-
Returns the MIME type of the script.
- getType() - Method in class org.pepstock.charba.client.dom.elements.Style
-
Returns the type of style being applied by this statement.
- getType() - Method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the type integer representation of node.
- getType() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns the type of the event.
- getType() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns
MutationType.ATTRIBUTESif the mutation was an attribute mutation,MutationType.CHARACTER_DATAif it was a mutation to a CharacterData node, andMutationType.CHILD_LISTif it was a mutation to the tree of nodes. - getType() - Method in class org.pepstock.charba.client.events.AbstractEvent
- getType() - Method in class org.pepstock.charba.client.events.AddHandlerEvent
- getType() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the type of the event.
- getType() - Method in class org.pepstock.charba.client.events.Event
-
Returns the event type used to register this event to find handlers of the appropriate class.
- getType() - Method in class org.pepstock.charba.client.events.RemoveHandlerEvent
- getType() - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the type of the feature.
- getType() - Method in class org.pepstock.charba.client.geo.GeoFeatureElement.ChoroplethElementFactory
- getType() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getType() - Method in class org.pepstock.charba.client.intl.FormatPart
-
Returns the type of the part.
- getType() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the type of chart.
- getType() - Method in class org.pepstock.charba.client.items.ArcElement.ArcElementFactory
- getType() - Method in class org.pepstock.charba.client.items.BarElement.BarElementFactory
- getType() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the data set item options.
- getType() - Method in class org.pepstock.charba.client.items.ChartElement.UndefinedDataElementFactory
- getType() - Method in interface org.pepstock.charba.client.items.ChartElementFactory
-
Returns the type of the
ChartElement. - getType() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the type of dataset.
- getType() - Method in class org.pepstock.charba.client.items.PointElement.PointElementFactory
- getType() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the type of scale
- getType() - Method in class org.pepstock.charba.client.matrix.MatrixElement.MatrixElementFactory
- getType() - Method in class org.pepstock.charba.client.ml.BaseRegression
-
Returns the regression type.
- getType() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the regression type.
- getType() - Method in class org.pepstock.charba.client.ml.RegressionDescriptor
-
Returns the regression type of the descriptor.
- getType() - Method in enum org.pepstock.charba.client.ml.RegressionFactory
-
Returns the type related to the factory.
- getType() - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Returns the type of
fromproperty and determines the interpolator used. - getType() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the type of axis.
- getType() - Method in class org.pepstock.charba.client.options.TypedDataset
-
Returns the data set type.
- getType() - Method in class org.pepstock.charba.client.sankey.SankeyElement.SankeyElementFactory
- getType() - Method in class org.pepstock.charba.client.treemap.TreeMapElement.TreeMapElementFactory
- getType() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the type of the toast.
- getType() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns the type of the toast.
- getType() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns the type of the toast.
- getType(int) - Method in class org.pepstock.charba.client.data.Labels
-
Returns the type of a label at specific index.
- getType(String, boolean) - Static method in enum org.pepstock.charba.client.commons.ObjectType
-
Returns the java script property type.
- getType(NativeObjectContainer, Key) - Static method in enum org.pepstock.charba.client.enums.PointStyleType
-
Returns the point style type in the native object container.
- getTypeByString(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Returns the controller type by name as string.
- getTypedDataset() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the typed data set for the type of the data set.
- getTypeNames() - Method in class org.pepstock.charba.client.controllers.Controllers
-
Gets all global registered controllers types.
- getUninstallCallbackProxy() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- getUninstallHook() - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Returns the user hook for 'uninstall' plugin.
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - getUnit() - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- getUnit() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
- getUnit() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTime
- getUnit() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTime
-
If defined, will force the unit to be a certain type.
- getUnit() - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns the unit formatting style to use in unit formatting.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getUnitOfMeasureDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns the unit formatting style to use in unit formatting.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns the unit formatting style to use in unit formatting.
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getUnitOfMeasureDisplay() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns the unit formatting style to use in unit formatting.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns an unmodifiable list of units to use in unit formatting.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- getUnitsOfMeasure() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns an unmodifiable list of units to use in unit formatting.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns an unmodifiable list of units to use in unit formatting.
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- getUnitsOfMeasure() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns an unmodifiable list of units to use in unit formatting.
- getUpdateListener() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Returns the update listener instance if there is.
- getUpdateListener() - Method in class org.pepstock.charba.client.options.AbstractFont
-
Returns the update listener instance if there is.
- getUserAgent() - Method in class org.pepstock.charba.client.dom.BaseNavigator
-
Returns the user agent string for the current browser.
Browser identification based on detecting the user agent string is unreliable and is not recommended, as the user agent string is user configurable. - getUTCOffset() - Method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
Returns the UTC offset of timezone.
- getVAlign() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the content of the cell must be vertically aligned.
- getVAlign() - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Returns the value indicating how the content of the cell must be vertically aligned.
- getValue() - Method in class org.pepstock.charba.client.callbacks.ParsedData
-
Returns value as double (for
ScaleType.NONE). - getValue() - Method in class org.pepstock.charba.client.commons.NativeIntegerDescriptor
-
Gets the value associated with the property.
- getValue() - Method in class org.pepstock.charba.client.data.FloatingData
-
Returns the value which is calculating subtracting the start point from end point.
- getValue() - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Returns the value of time series item.
- getValue() - Method in class org.pepstock.charba.client.dom.BaseAttribute
-
Returns the attribute's value.
- getValue() - Method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
-
Returns the value to find in the string.
- getValue() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
- getValue() - Method in enum org.pepstock.charba.client.enums.Fill
- getValue() - Method in interface org.pepstock.charba.client.enums.IsFill
-
Returns the value as string (valid ONLY for relative dataset index and predefined), otherwise
Undefined.STRING. - getValue() - Method in class org.pepstock.charba.client.events.AxisClickEvent
-
Returns the scale value related to the click, or
nullif not consistent. - getValue() - Method in class org.pepstock.charba.client.geo.GeoDataPoint
-
Returns the value for the coloring.
- getValue() - Method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
- getValue() - Method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Returns the value of threshold.
- getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the value of meter or gauge dataset.
- getValue() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the value of the chart.
- getValue() - Method in class org.pepstock.charba.client.impl.charts.Threshold
- getValue() - Method in class org.pepstock.charba.client.intl.FormatPart
-
Returns the value of the part.
- getValue() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set if it is or
Undefined.DOUBLE. - getValue() - Method in class org.pepstock.charba.client.items.FillBaseline
-
Returns the baseline value to use for filling.
- getValue() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the value of the tick as double.
- getValue() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the value for the scale if it is or
Undefined.DOUBLE. - getValue() - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Returns the value of matrix data point.
- getValue() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the value.
- getValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (JavaScript Object) in the embedded JavaScript object at specific property.
- getValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (boolean) in the embedded JavaScript object at specific property.
- getValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (double) in the embedded JavaScript object at specific property.
- getValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (int) in the embedded JavaScript object at specific property.
- getValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (string) in the embedded JavaScript object at specific property.
- getValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (date) in the embedded JavaScript object at specific property.
- getValue(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (string) in the embedded JavaScript object at specific property.
- getValue(Key, Canvas) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (canvas) in the embedded JavaScript object at specific property.
- getValue(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (gradient) in the embedded JavaScript object at specific property.
- getValue(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (pattern) in the embedded JavaScript object at specific property.
- getValue(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (image) in the embedded JavaScript object at specific property.
- getValue(Key, ScaleId) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (ScaleId) in the embedded JavaScript object at specific property.
- getValue(Key, T[], T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (key) in the embedded JavaScript object at specific property.
- getValueAsDataPoint() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set as
DataPointif it is ornull. - getValueAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value to draw the line at.
- getValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value to draw the line at.
- getValueAsDate() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsDate() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the date of the tick.
- getValueAsDate() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the value for the scale as
FloatingDataif it is ornull. - getValueAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value to draw the line at.
- getValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value to draw the line at.
- getValueAsDouble() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsFloatingData() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set as
FloatingDataif it is ornull. - getValueAsInt() - Method in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
- getValueAsInt() - Method in enum org.pepstock.charba.client.enums.Fill
- getValueAsInt() - Method in interface org.pepstock.charba.client.enums.IsFill
-
Returns the value as integer (valid ONLY for absolute dataset index), otherwise
Undefined.INTEGER. - getValueAsInt() - Method in enum org.pepstock.charba.client.enums.Weight
-
Returns the value definition from thin to thick characters.
- getValueAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data value to draw the line at.
- getValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the data value to draw the line at.
- getValueAsString() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the data value to draw the line at.
- getValueAsString() - Method in class org.pepstock.charba.client.items.DataItem
-
Returns the value for the data set as string if it is or
Undefined.STRING. - getValueAsString() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns the value of the tick as string.
- getValueAsString() - Method in class org.pepstock.charba.client.items.ScaleValueItem
-
Returns the value for the scale as string if it is or
Undefined.STRING. - getValueAtEvent(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value on the axis related to an event position.
- getValueAtEvent(HasNativeEvent) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value on the axis related to an event position.
- getValueAtPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value on the axis related to a position, passed as pixels.
- getValueAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the value axis ID.
- getValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns the callback called to set the data value to draw the line at.
- getValueCallback() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns the callback called to set the left edge of the box, in units along the x axis.
- getValueForDistanceFromCenter(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the value calculated applying the specific distance from the center.
- getValueForDistanceFromCenter(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns the value calculated applying the specific distance from the center.
- getValueForDistanceFromCenter(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns the value calculated applying the specific distance from the center.
- getValueForMultipleKeyTypes(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a NUMBER.
- getValueForMultipleKeyTypes(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a STRING.
- getValueForMultipleKeyTypes(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the value of a property checking if the type of current value is a OBJECT (as a date).
- getValueForPixel(double) - Method in class org.pepstock.charba.client.items.ScaleItem
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getValueForPixel(NativeObject, double) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getValueForPixel(ScaleItem, double) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Used to get the data value from a given pixel.
This is the inverse of getPixelForValue.
The coordinate (0, 0) is at the upper-left corner of the canvas. - getValueLabel() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the value element of meter chart.
- getValueMaximumRatio() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Returns the ratio between value and maximum.
- getValueOrArray(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - getValueOrArray(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - getValueOrArray(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - getValueOrArray(Key, Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a key. - getValueOrArray(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a object. - getValueOrArray(Key, Canvas) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a canvas. - getValueOrArray(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient. - getValueOrArray(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern. - getValueOrArray(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - getValues() - Method in interface org.pepstock.charba.client.geo.IsGeoDataset
-
Returns the data property of a data set for a chart is specified as an array of
GeoDataPoint. - getValues(boolean) - Method in class org.pepstock.charba.client.geo.GeoDatasetHandler
-
Returns the data property of a data set for a chart is specified as an array of GEO data point, specific for the chart type..
- getValues(boolean) - Method in interface org.pepstock.charba.client.geo.IsGeoDataset
-
Returns the data property of a data set for a chart is specified as an array of
GeoDataPoint. - getValues(Graticule.Property) - Method in class org.pepstock.charba.client.geo.Graticule
-
Returns the stored values as a list.
- getValueScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the value scale item or
nullif not exists.
IfIndexAxis=IndexAxis.Ythen iScale === yScale and vScale === xScale.
For radar, iScale === vScale === rScale. - getVariantAndExtension() - Method in class org.pepstock.charba.client.intl.CLocale
-
Returns the variant and extension parts of the locale.
It could benull. - getVariantAndExtension() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns the variant and extension part of locale.
- getVerticalAlign() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'verticalAlign' property from element.
- getVisibility() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'visibility' property from element.
- getVisibilityAsString() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'visibility' property from element.
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the amount of data sets which are visible
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.Chart
-
Gets the amount of datasets which are visible
- getVisibleDatasetCount() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getVisibleDatasetCount() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the amount of datasets which are visible
- getWeek() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the week format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getWeekDay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getWeekDay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the WeekDay.
- getWeekDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the WeekDay.
- getWeekDay() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getWeight() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel.InternalFont
- getWeight() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel.InternalFont
- getWeight() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns the relative thickness of the data set.
Providing a value for weight will cause the pie or doughnut data set to be drawn with a thickness relative to the sum of all the data set weight values. - getWeight() - Method in class org.pepstock.charba.client.configuration.Axis
-
The weight used to sort the axis.
Higher weights are further away from the chart area. - getWeight() - Method in class org.pepstock.charba.client.configuration.Font
-
Returns the font weight, follows CSS font-style-weight options.
- getWeight() - Method in class org.pepstock.charba.client.data.PieDataset
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values. - getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFont
- getWeight() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFont
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultRoutedFont
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultSubtitle.InternalSubtitleFont
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTitle.InternalTitleFont
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalFooterFont
- getWeight() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalTitleFont
- getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values. - getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFont
-
Returns the font weight, follows CSS font-style-weight options.
- getWeight() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
The weight used to sort the axis.
- getWeight() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns the relative thickness of the dataset.
- getWeight() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns the weight.
- getWeight() - Method in class org.pepstock.charba.client.options.AbstractReadOnlyFont
- getWeight() - Method in class org.pepstock.charba.client.options.AbstractScale
-
The weight used to sort the axis.
- getWeight() - Method in class org.pepstock.charba.client.options.Arc
-
Returns the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values. - getWeight() - Method in class org.pepstock.charba.client.options.Font
-
Returns the font weight, follows CSS font-style-weight options.
- getWeight() - Method in class org.pepstock.charba.client.utils.toast.ImmutableFont
- getWeightCallback() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the user callback that sets the weight used to sort the axis.
- getWheel() - Method in class org.pepstock.charba.client.zoom.DefaultZoom
- getWheel() - Method in interface org.pepstock.charba.client.zoom.IsDefaultZoom
-
Returns the wheel-to-zoom effect.
- getWheel() - Method in class org.pepstock.charba.client.zoom.Zoom
-
Returns the wheel-to-zoom effect.
- getWhiteSpace() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'whiteSpace' property from element.
- getWholeOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the default options by a chart instance, merging global, chart type global and chart options.
If the options is not consistent, it will returns theAbstractChart.getDefaultChartOptions(). - getWholeOptions() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- getWholeOptions() - Method in interface org.pepstock.charba.client.IsChart
-
Returns the default options by a chart instance, merging global, chart type global and chart options.
- getWidth() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the width of the arrow head.
- getWidth() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the width of element in pixel.
- getWidth() - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Returns the width of the arrow head.
- getWidth() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrow
-
Returns the width in pixels of the arrow head.
- getWidth() - Method in class org.pepstock.charba.client.Chart
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.colors.Pattern
-
Returns the image width used in the pattern.
- getWidth() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used. - getWidth() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleBorder
- getWidth() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- getWidth() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleBorder
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used. - getWidth() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'width' property from element.
- getWidth() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the width of the rectangle.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used. - getWidth() - Method in class org.pepstock.charba.client.dom.elements.ImageData
-
Returns the actual width, in pixels.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Img
-
Returns the value that reflects the width attribute, indicating the rendered width of the image in CSS pixels.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.Table
-
Returns the length in pixels or in percentage of the desired width fo the entire table.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the number of pixels wide the cell should be drawn, if possible.
- getWidth() - Method in class org.pepstock.charba.client.dom.elements.TextMetricsItem
-
Return the value giving the calculated width of a segment of inline text in CSS pixels.
It takes in the account the current font of the context.. - getWidth() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns the width (magnitude on the X axis), in CSS pixels, of the contact geometry of the pointer.
- getWidth() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns the width (magnitude on the X axis), in CSS pixels, of the contact geometry of the pointer.
- getWidth() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns how wide the scale is.
For a horizontal scale the height if a value less than 1 is given, is it assume to be a ratio of the corresponding chart area. - getWidth() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the width of selection cleaner element.
- getWidth() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns the width of data set item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns the width in pixel.
- getWidth() - Method in interface org.pepstock.charba.client.items.IsArea
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.ScaleLabelBackdropOptions
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.SizeItem
-
Returns the width of the chart item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the width of tooltip.
- getWidth() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the width of matrix element in pixels.
- getWidth() - Method in class org.pepstock.charba.client.matrix.MatrixElement
-
Returns the width of data set item in pixel.
- getWidth() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the width of matrix element in pixels.
- getWidth() - Method in class org.pepstock.charba.client.options.ScaleBorder
-
If set, used as the width of the border line.
- getWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns the width in pixel.
- getWidth() - Method in class org.pepstock.charba.client.treemap.TreeMapElement
-
Returns the width of data set item in pixel.
- getWidthCallback() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns the callback called to set the amount of pixels of the width of the arrow head.
- getWidthCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrow
-
Returns the callback called to set the amount of pixels of the width of the arrow.
- getWidthCallback() - Method in class org.pepstock.charba.client.geo.Legend
-
Returns the callback to set how wide the scale is.
- getWidthCallback() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the width callback to set the width of matrix element in pixels.
- getWidths(Key, int) - Method in class org.pepstock.charba.client.data.HoverDataset
- getWidths(Key, int) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Returns an array of widths as integer
- getWordSpacing() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'wordSpacing' property from element.
- getWordWrap() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'wordWrap' property from element.
- getX() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the anchor position of label on horizontal dimension.
- getX() - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Returns the X value of the control point in pixels.
- getX() - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Returns the anchor position of label on horizontal dimension.
- getX() - Method in class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Returns the X value of the control point in pixels.
- getX() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAlignPosition
-
Returns the anchor position of label on horizontal dimension.
- getX() - Method in class org.pepstock.charba.client.callbacks.ParsedData
-
Returns X value as double (for
ScaleType.MULTI). - getX() - Method in class org.pepstock.charba.client.colors.Center
-
Returns the X coordinate.
- getX() - Method in class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Returns the X coordinate of the point.
- getX() - Method in interface org.pepstock.charba.client.commons.IsPoint
-
Returns the X coordinate of the point.
- getX() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns X value as double (for scatter and bubble datasets).
- getX() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the x coordinate of the origin (typically the top-left corner of the rectangle).
- getX() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the X coordinate of the mouse pointer in local (DOM content) coordinates.
- getX() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the X location of event in pixel.
- getX() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.Point
-
Returns the X of the point.
- getX() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the X point of selection cleaner element.
- getX() - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Returns X samples values.
- getX() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns X value.
- getX() - Method in interface org.pepstock.charba.client.zoom.IsDefaultLimits
-
Returns the limit for X scale.
- getX() - Method in class org.pepstock.charba.client.zoom.Limits
-
Returns the limit for X scale.
- getX2() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the X2 location of element in pixel.
- getX2() - Method in class org.pepstock.charba.client.sankey.SankeyElement
-
Returns the X2 location of element in pixel.
- getXAdjust() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- getXAdjust() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
-
Returns the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center. - getXAdjust() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getXAdjust() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- getXAdjust() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center. - getXAdjust() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- getXAdjust() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center. - getXAdjustCallback() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the callback called to set the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- getXAdjustCallback() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the callback called to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
- getXAdjustCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the callback called to set the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- getXAdjustCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns the callback called to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
- getXAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getXAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getXAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip caret in the X direction.
- getXAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the alignment of the tooltip caret in the X direction.
- getXAnchor() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the anchor point on X orientation of matrix element.
- getXAnchor() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the anchor point on X orientation of matrix element.
- getXAsDate() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns X value as date for time series.
- getXAsPercentage() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- getXAsPercentage() - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Returns the X value of the control point as percentage.
- getXAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Returns the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- getXAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Returns the X value of the control point as percentage.
- getXAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAlignPosition
-
Returns the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- getXAsPercentageString() - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Returns the X value of the control point as percentage.
- getXAsString() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns X value as string.
- getXAxis() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Returns the X axis instance
- getXAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID ofDefaultScaleId.X. - getXAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the x axis to plot this data set on.
If not specified, this defaults to the ID ofDefaultScaleId.X. - getXAxisID() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns the ID of the x axis to plot this dataset on.
- getXAxisID() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns the ID of the x axis to plot this dataset on.
If not specified, this defaults to the ID of the first found x axis. - getXAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the X axis ID.
- getXCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the X center of scale.
- getXLabel() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairDefaultOptions
- getXLabel() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- getXLabel() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the options to configure the label at X position.
- getXLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for X axes.
- getXLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for X axes.
- getXMaxAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the right edge of the annotation.
- getXMaxAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the right edge of the annotation.
- getXMaxAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the right edge of the box.
- getXMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the right edge of the annotation.
- getXMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the right edge of the annotation.
- getXMaxAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the right edge of the box.
- getXMaxAsString() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the right edge of the annotation.
- getXMaxAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the right edge of the annotation.
- getXMaxAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the right edge of the box.
- getXMaxCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the right edge of the annotation.
- getXMaxCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the right edge of the box.
- getXMinAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinAsString() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the left edge of the annotation, in units along the x axis.
- getXMinAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the left edge of the box, in units along the x axis.
- getXMinCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the left edge of the annotation, in units along the x axis.
- getXMinCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the left edge of the box, in units along the x axis.
- getXScale() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Returns the X scale instance
- getXScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the X scale item or
nullif not exists. - getXScaleID() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the ID of the X scale to bind onto.
- getXScaleID() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the ID of the X scale to bind onto.
- getXType() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns the object type of data stored as X.
- getXValueAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the data X value to draw the annotation at.
- getXValueAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data X value to draw the annotation at.
- getXValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the data X value to draw the annotation at.
- getXValueAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the data X value to draw the annotation at.
- getXValueAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data X value to draw the annotation at.
- getXValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the data X value to draw the annotation at.
- getXValueAsString() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the data X value to draw the annotation at.
- getXValueAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data X value to draw the annotation at.
- getXValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the data X value to draw the annotation at.
- getXValueCallback() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the callback called to set the data X value to draw the annotation at.
- getXValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the callback called to set the data X value to draw the annotation at.
- getXValueFromDataPoint(DataPoint) - Method in class org.pepstock.charba.client.ml.MLUtil
- getY() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the anchor position of label on vertical dimension.
- getY() - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Returns the Y value of the control point in pixels.
- getY() - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Returns the anchor position of label on vertical dimension.
- getY() - Method in class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Returns the Y value of the control point in pixels.
- getY() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAlignPosition
-
Returns the anchor position of label on vertical dimension.
- getY() - Method in class org.pepstock.charba.client.callbacks.ParsedData
-
Returns Y value as double (for
ScaleType.MULTI). - getY() - Method in class org.pepstock.charba.client.colors.Center
-
Returns the Y coordinate.
- getY() - Method in class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
-
Returns the Y coordinate of the point.
- getY() - Method in interface org.pepstock.charba.client.commons.IsPoint
-
Returns the Y coordinate of the point.
- getY() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns Y value.
- getY() - Method in class org.pepstock.charba.client.dom.DOMRectangle
-
Returns the y coordinate of the origin (typically the top-left corner of the rectangle).
- getY() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns the Y coordinate of the mouse pointer in local (DOM content) coordinates.
- getY() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Returns the Y location of event in pixel.
- getY() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.Point
-
Returns the Y of the point.
- getY() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns the Y point of selection cleaner element.
- getY() - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Returns Y samples values.
- getY() - Method in class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Returns Y value.
- getY() - Method in interface org.pepstock.charba.client.zoom.IsDefaultLimits
-
Returns the limit for Y scale.
- getY() - Method in class org.pepstock.charba.client.zoom.Limits
-
Returns the limit for Y scale.
- getY2() - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns the Y location of element in pixel.
- getY2() - Method in class org.pepstock.charba.client.sankey.SankeyElement
-
Returns the Y location of element in pixel.
- getYAdjust() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- getYAdjust() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
-
Returns the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center. - getYAdjust() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- getYAdjust() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- getYAdjust() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center. - getYAdjust() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- getYAdjust() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center. - getYAdjustCallback() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the callback called to set the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- getYAdjustCallback() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the callback called to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
- getYAdjustCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the callback called to set the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- getYAdjustCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns the callback called to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
- getYAlign() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- getYAlign() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- getYAlign() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.items.TooltipModel
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAlign() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns the alignment of the tooltip caret in the Y direction.
- getYAnchor() - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns the anchor point on Y orientation of matrix element.
- getYAnchor() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns the anchor point on Y orientation of matrix element.
- getYAsDate() - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Returns Y value as date for time series.
- getYAsFloatingData() - Method in class org.pepstock.charba.client.data.DataPoint
-
Returns Y value.
- getYAsPercentage() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- getYAsPercentage() - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Returns the Y value of the control point as percentage.
- getYAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Returns the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- getYAsPercentage() - Method in class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Returns the Y value of the control point as percentage.
- getYAsPercentage() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAlignPosition
-
Returns the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- getYAsPercentageString() - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Returns the Y value of the control point as percentage.
- getYAsString() - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Returns Y value as string.
- getYAxis() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Returns the Y axis instance
- getYAxisID() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns the ID of the y axis to plot this data set on.
- getYAxisID() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns the ID of the y axis to plot this data set on.
- getYAxisID() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the Y axis ID.
- getYCenter() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the Y center of scale.
- getYear() - Method in class org.pepstock.charba.client.adapters.DateAdapterFormats
-
Returns the year format provided by adapter.
If not set, returnsConstants.EMPTY_STRING. - getYear() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- getYear() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns the representation of the Year.
- getYear() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns the representation of the Year.
- getYear() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- getYLabel() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairDefaultOptions
- getYLabel() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- getYLabel() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the options to configure the label at Y position.
- getYLabels() - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for Y axes.
- getYLabels(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Returns the labels for Y axes.
- getYMaxAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxAsString() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the top edge of the annotation in units along the y axis.
- getYMaxAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the top edge of the box in units along the y axis.
- getYMaxCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the top edge of the annotation in units along the y axis.
- getYMaxCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the right edge of the box.
- getYMinAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the bottom edge of the annotation.
- getYMinAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the bottom edge of the annotation.
- getYMinAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the bottom edge of the box.
- getYMinAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the bottom edge of the annotation.
- getYMinAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the bottom edge of the annotation.
- getYMinAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the bottom edge of the box.
- getYMinAsString() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the bottom edge of the annotation.
- getYMinAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the bottom edge of the annotation.
- getYMinAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the bottom edge of the box.
- getYMinCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the bottom edge of the annotation.
- getYMinCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the left edge of the box, in units along the x axis.
- getYScale() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Returns the Y scale instance
- getYScale() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the Y scale item or
nullif not exists. - getYScaleID() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns the ID of the Y scale to bind onto.
- getYScaleID() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns the ID of the Y scale to bind onto.
- getYType() - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Returns the object type of data stored as Y.
- getYValueAsDate() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the data Y value to draw the annotation at.
- getYValueAsDate() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data Y value to draw the annotation at.
- getYValueAsDate() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the data Y value to draw the annotation at.
- getYValueAsDouble() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the data Y value to draw the annotation at.
- getYValueAsDouble() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data Y value to draw the annotation at.
- getYValueAsDouble() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the data Y value to draw the annotation at.
- getYValueAsString() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the data Y value to draw the annotation at.
- getYValueAsString() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns the data Y value to draw the annotation at.
- getYValueAsString() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the data Y value to draw the annotation at.
- getYValueCallback() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Returns the callback called to set the data Y value to draw the annotation at.
- getYValueCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAbstractPointedAnnotation
-
Returns the callback called to set the data Y value to draw the annotation at.
- getYValueFromDataPoint(DataPoint) - Method in class org.pepstock.charba.client.ml.MLUtil
- getZ() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - getZ() - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Returns the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - getZ() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - getZ() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - getZ() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - getZ() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Returns z-index of border layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - getZ() - Method in class org.pepstock.charba.client.configuration.Grid
-
Returns z-index of grid layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - getZ() - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns z-index of tick layer.
- getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleBorder
- getZ() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- getZ() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
Returns z-index of grid layer.
Values less than or equals to 0 are drawn under data sets, greater than 0 on top. - getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleBorder
-
Returns z-index of border layer.
Values less than or equals to 0 are drawn under data sets, greater than 0 on top. - getZ() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns z-index of tick layer.
- getZ() - Method in class org.pepstock.charba.client.options.Grid
-
Returns z-index of grid layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - getZ() - Method in class org.pepstock.charba.client.options.ScaleBorder
-
Returns z-index of border layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - getZ() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns z-index of tick layer.
- getZCallback() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns the callback called to set the property determines the drawing stack level of the box annotation element.
- getZCallback() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns the callback called to set the property determines the drawing stack level of the box annotation element.
- getZCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns the callback called to set the property determines the drawing stack level of the box annotation element.
- getZCallback() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns the callback called to set the property determines the drawing stack level of the box annotation element.
- getZone() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - getZone() - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - getZone() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDateAdapterOptions
- getZone() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
- getZone() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateAdapterOptions
-
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - getZone() - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Returns the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - getZoom() - Method in class org.pepstock.charba.client.zoom.DefaultOptions
- getZoom() - Method in interface org.pepstock.charba.client.zoom.IsDefaultOptions
-
Returns the zoom element.
- getZoom() - Method in class org.pepstock.charba.client.zoom.ZoomOptions
-
Returns the zoom element.
- getZoomLevel(Chart) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Returns the zoom level when
ZoomPluginis activated. - getZoomLevel(Chart) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Returns the zoom level when
ZoomPluginis activated. - getZoomLevel(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Returns the zoom level when
ZoomPluginis activated. - GHANA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ghana region.
- GHANA_CEDI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Ghana Cedi currency.
- GHOST_WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "ghostWhite" -
- GIBRALTAR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Gibraltar region.
- GIBRALTAR_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Gibraltar Pound currency.
- GIGABIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for gigabit.
- GIGABYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for gigabyte.
- GLAG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Glagolitic script.
- GLOBAL - org.pepstock.charba.client.enums.PluginOptionsScope
-
Represents a options set globally.
- GLOBAL_CHART - org.pepstock.charba.client.enums.PluginOptionsScope
-
Represents a options set to all charts of the same type.
- GLOBAL_COMPOSITE_OPERATION - org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
- GlobalCompositeOperation - Enum in org.pepstock.charba.client.dom.enums
-
Identifying which of the compositing or blending mode operations to use.
- GlobalCompositeOperation(String) - Constructor for enum org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Creates with the property value to use in the native object.
- GlobalOptions - Class in org.pepstock.charba.client
-
Default global options (maps the java script object chart.defaults.global).
- GlobalOptions(NativeObject) - Constructor for class org.pepstock.charba.client.GlobalOptions
-
Creates the object with the native object which maps the java script object chart.defaults.global.
- GlobalOptions.GlobalPlugins - Class in org.pepstock.charba.client
-
Extends the options element to configure plugins in order to request to the plugin by its options to merge the original defaults, otherwise the defaults of plugin will be lost.
- GlobalPlugins - Class in org.pepstock.charba.client.plugins
-
Global configuration to set plugins at global level.
It maps the CHART.JS object of default,chart.plugins. - GlobalPlugins(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins
-
Builds the object by the native object which maps
chart.registry.plugins - GlobalPlugins(ChartEnvelop<Plugins>) - Constructor for class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
- GlobalPlugins.InternalPlugins - Class in org.pepstock.charba.client.plugins
-
Internal class to wrap a native plugins container.
- GlobalScale - Class in org.pepstock.charba.client
-
Default global scale (maps the java script object
Chart.defaults.scaleand the result ofChart.scaleService). - GlobalScale(NativeObject) - Constructor for class org.pepstock.charba.client.GlobalScale
-
Creates the object with the native object which maps the java script object chart.defaults.scale.
- GMT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GMT timezone.
- GMT_0 - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GMT-0 timezone.
- GMT_PLUS_0 - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GMT+0 timezone.
- GMT0 - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for GMT0 timezone.
- GN_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color gnBu.
- GN_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu3" -
- GN_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu4" -
- GN_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu5" -
- GN_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu6" -
- GN_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu7" -
- GN_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu8" -
- GN_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "GnBu9" -
- GNOMONIC - org.pepstock.charba.client.geo.enums.Projection
-
Projection gnomonic.
- GOLD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "gold" -
- GOLD - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Gold currency.
- GOLD_PURPLE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GoldPurple7" -
- GOLDEN_ROD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "goldenRod" -
- GONG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for gong numbering system.
- GONG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Gunjala Gondi script.
- GONM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for gonm numbering system.
- GONM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Masaram Gondi script.
- GoogleChartColor - Enum in org.pepstock.charba.client.colors
-
Google Chart colors provided as enumeration of colors.
- GoogleChartColor(String) - Constructor for enum org.pepstock.charba.client.colors.GoogleChartColor
-
Creates a color with HEX value.
- GoogleChartScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Google chart schemes.
To configureColorSchemes.IDplugin, where category is "googlechart".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme.
If the number of the datasets is larger than it, the same colors will appear repeatedly.
A color is not modified if it is specified by dataset options. - GoogleChartScheme(IsColor...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Builds a scheme using argument as list of colors in HEX format.
- GOT_POINTER_CAPTURE - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when an element receives pointer capture.
- GOTH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Gothic script.
- GOURDE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Gourde currency.
- GRAB - org.pepstock.charba.client.dom.enums.CursorType
-
Something can be grabbed (dragged to be moved).
- GRABBING - org.pepstock.charba.client.dom.enums.CursorType
-
Something is being grabbed (dragged to be moved).
- GRACE - org.pepstock.charba.client.configuration.CartesianLinearAxis.Property
- GRACE - org.pepstock.charba.client.options.AbstractScale.Property
- graceCallback - Variable in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- GraceCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
graceproperty at runtime, forCartesianLinearAxis. - graceCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- GRADE_GREY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Grade Grey" -
- gradient - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
- gradient - Variable in class org.pepstock.charba.client.utils.toast.AbstractStandardType
- gradient - Variable in class org.pepstock.charba.client.utils.toast.AbstractTypeBuilder
- Gradient - Class in org.pepstock.charba.client.colors
-
A gradient is an image consisting of a progressive transition between two or more colors.
Could beLinearorRadial.
Can be created using the size ofCANVASorCHARTarea.
The orientation to have a progressive transition, is defined by an enumeration in order to creates the gradient using the right coordinates and dimension, based on existing items (canvas and chart). - Gradient(String, GradientType, GradientOrientation, GradientScope, List<GradientColor>) - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Creates a gradient by a type, an orientation, a scope and the whole list of stop colors.
- Gradient(NativeObject) - Constructor for class org.pepstock.charba.client.colors.Gradient
-
Internal constructor to create a gradient, previously stored in the a native java script object
- GRADIENT - org.pepstock.charba.client.enums.ColorType
-
If the color property is stored by a
Gradient. - GRADIENT - org.pepstock.charba.client.sankey.enums.ColorMode
-
This is the default.
- GRADIENT_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS GRADIENT plugin.
- GRADIENT_PLUGIN_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'GradientPluginResource' class.
- GRADIENT_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.Utilities
-
Template to create CSS value of gradient, to use for
background-imageCSS property.
The template for aGradientType.LINEARis:
linear-gradient(direction, color-stop1, color-stop2, ...)
The template for aGradientType.RADIALis:
radial-gradient(shape size at position, start-color, ..., last-color)
See the following links how CSS gradient has been created:
GradientType.LINEAR: https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient
GradientType.RADIAL: https://developer.mozilla.org/en-US/docs/Web/CSS/radial-gradient
- Gradient.Property - Enum in org.pepstock.charba.client.colors
-
Name of properties of native object.
- GradientBuilder - Class in org.pepstock.charba.client.colors
-
The gradient builder is the entry point to create a canvas gradient.
A gradient is an image consisting of a progressive transition between two or more colors.
Could beLinearorRadial.
Can be created using the size ofCANVASorCHARTarea.
The orientation to have a progressive transition, is defined by an enumeration in order to creates the gradient using the right coordinates and dimension, based on existing items (canvas and chart). - GradientBuilder(GradientType, GradientOrientation, GradientScope) - Constructor for class org.pepstock.charba.client.colors.GradientBuilder
-
Creates a gradient by a type, an orientation and a scope.
- GradientColor - Class in org.pepstock.charba.client.colors
-
Contains the color and its offset to set a gradient.
- GradientColor(double, String) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient with its offset.
- GradientColor(double, IsColor) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient with its offset.
- GradientColor(NativeObject) - Constructor for class org.pepstock.charba.client.colors.GradientColor
-
Creates a stopping gradient starting from existing native object.
- GradientColor.GradientColorFactory - Class in org.pepstock.charba.client.colors
-
Inner class to create pattern by a native object.
- GradientColor.Property - Enum in org.pepstock.charba.client.colors
-
Name of properties of native object.
- GradientColorFactory() - Constructor for class org.pepstock.charba.client.colors.GradientColor.GradientColorFactory
- GradientContainerFactory() - Constructor for class org.pepstock.charba.client.data.GradientsContainer.GradientContainerFactory
- GradientOptions - Class in org.pepstock.charba.client.gradient
-
This is the
GradientPlugin.IDplugin options where to set all configuration items needed to the plugin. - GradientOptions() - Constructor for class org.pepstock.charba.client.gradient.GradientOptions
-
Creates new
GradientPlugin.IDplugin options. - GradientOptions(NativeObject) - Constructor for class org.pepstock.charba.client.gradient.GradientOptions
-
Creates new
GradientPlugin.IDplugin options. - GradientOptions.Property - Enum in org.pepstock.charba.client.gradient
-
Name of properties of native object.
- GradientOptionsFactory - Class in org.pepstock.charba.client.gradient
-
Factory to get the options (from dataset) related to
GradientPlugin.IDplugin. - GradientOptionsFactory() - Constructor for class org.pepstock.charba.client.gradient.GradientOptionsFactory
-
To avoid any instantiation.
- GradientOrientation - Enum in org.pepstock.charba.client.colors
-
Represents the gradient orientation for gradient.
Every orientation contains also on which gradient type can be applied. - GradientOrientation(String, GradientType, String) - Constructor for enum org.pepstock.charba.client.colors.GradientOrientation
-
Creates the orientation with supported gradient type
- GradientPlugin - Class in org.pepstock.charba.client.gradient
-
Entry point of GRADIENT plugin to enable the plugin.
The GRADIENT plugin enables an easy way to set gradients to the datasets.
The supported axes are the types listed inChartAxisType. - GradientPlugin() - Constructor for class org.pepstock.charba.client.gradient.GradientPlugin
-
To avoid any instantiation
- GradientPluginResource - Class in org.pepstock.charba.client.gradient
-
Contains the content of
chartjs-plugin-gradient.min.jsto inject. - GradientPluginResource() - Constructor for class org.pepstock.charba.client.gradient.GradientPluginResource
-
Creates the injectable resource with
chartjs-plugin-gradient.min.jscontent. - GRADIENTS - Static variable in class org.pepstock.charba.client.colors.GradientBuilder
- gradientsCache - Variable in class org.pepstock.charba.client.colors.CanvasObjectFactory
- gradientsContainer - Variable in class org.pepstock.charba.client.data.Dataset
- GradientsContainer - Class in org.pepstock.charba.client.data
-
Utility to manage the gradients inside the configuration item of dataset, setting to the specific properties of the elements.
It stores the gradients information in the a native object added to Charba configuration, on specific property names for Charba.
The canvas object are stored in the native object by the "original" property names to use to configure CHART.JS. - GradientsContainer(Dataset) - Constructor for class org.pepstock.charba.client.data.GradientsContainer
-
Creates the object by an empty native java script object and stores the dataset instance it belongs to.
- GradientsContainer.GradientContainerFactory - Class in org.pepstock.charba.client.data
-
Factory to create a gradients objects from a native object.
- GradientScope - Enum in org.pepstock.charba.client.colors
-
A gradient needs to have coordinates and/or radius to be created.
The dimension to create a gradient are decided by Charba, automatically based on canvas or chart area element. - GradientScope(String) - Constructor for enum org.pepstock.charba.client.colors.GradientScope
-
Creates with the property value to use in the native object.
- GradientType - Enum in org.pepstock.charba.client.colors
-
A gradient must have a type.
The possible types are:
LINEAR RADIAL - GradientType(String, String) - Constructor for enum org.pepstock.charba.client.colors.GradientType
-
Creates with the property value to use in the native object.
- GRAM - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for gram.
- GRAN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Grantha script.
- GRAPEFRUIT_SUNSET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Grapefruit Sunset" -
- Graticule - Class in org.pepstock.charba.client.geo
-
The network of intersecting lines of latitude and longitude is called the graticule.
It is imaginary on the earth, of course, but is drawn on globes and maps for reference.
The graticule of latitude and longitude lines is an angular measurement system. - Graticule() - Constructor for class org.pepstock.charba.client.geo.Graticule
-
Creates a graticule object.
- Graticule(NativeObject) - Constructor for class org.pepstock.charba.client.geo.Graticule
-
Creates the object with native object instance to be wrapped.
- GRATICULE - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to graticule.
- GRATICULE_BORDER_COLOR - org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
- GRATICULE_BORDER_WIDTH - org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
- Graticule.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "gray" -
- GRAY_WARM20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GrayWarm20" -
- GRAY20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Gray20" -
- GRAYSCALE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Grayscale6" -
- GREATER_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
- GREATER_THAN - org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
- greaterThanOrDefault(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrDefault(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrThreshold(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrThreshold(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrZero(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- greaterThanOrZero(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is greater than number and returns it.
- GREECE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Greece region.
- green - Variable in class org.pepstock.charba.client.colors.Color
- GREEN - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN" -
- GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "green" -
- GREEN - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "GREEN" -
- GREEN_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_ACCENT_1" -
- GREEN_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_ACCENT_2" -
- GREEN_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_ACCENT_3" -
- GREEN_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_ACCENT_4" -
- GREEN_AND_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Green and Blue" -
- GREEN_BEACH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Green Beach" -
- GREEN_BLUE_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GreenBlueWhite7" -
- GREEN_BLUE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GreenBlue7" -
- GREEN_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_DARKEN_1" -
- GREEN_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_DARKEN_2" -
- GREEN_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_DARKEN_3" -
- GREEN_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_DARKEN_4" -
- GREEN_GOLD20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GreenGold20" -
- GREEN_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_1" -
- GREEN_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_2" -
- GREEN_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_3" -
- GREEN_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_4" -
- GREEN_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREEN_LIGHTEN_5" -
- GREEN_ORANGE_TEAL12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "GreenOrangeTeal12" -
- GREEN_TO_DARK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Green to dark" -
- GREEN_YELLOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "greenYellow" -
- GREEN_YELLOW6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "GreenYellow6" -
- GREEN20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Green20" -
- GREEN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Green6" -
- GREENLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Greenland region.
- GREENS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color greens.
- GREENS3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens3" -
- GREENS4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens4" -
- GREENS5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens5" -
- GREENS6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens6" -
- GREENS7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens7" -
- GREENS8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens8" -
- GREENS9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greens9" -
- GREENWICH - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Greenwich timezone.
- GREGORY - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for gregory calendar.
- GREK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Greek script.
- GRENADA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Grenada region.
- GREY - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY" -
- GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "grey" -
- GREY - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "GREY" -
- GREY_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_DARKEN_1" -
- GREY_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_DARKEN_2" -
- GREY_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_DARKEN_3" -
- GREY_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_DARKEN_4" -
- GREY_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_1" -
- GREY_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_2" -
- GREY_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_3" -
- GREY_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_4" -
- GREY_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "GREY_LIGHTEN_5" -
- GREYS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color greys.
- GREYS3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys3" -
- GREYS4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys4" -
- GREYS5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys5" -
- GREYS6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys6" -
- GREYS7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys7" -
- GREYS8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys8" -
- GREYS9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Greys9" -
- grid - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- grid - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- grid - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- grid - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- grid - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- grid - Variable in class org.pepstock.charba.client.options.AbstractScale
- Grid - Class in org.pepstock.charba.client.configuration
-
The grid line configuration defines options for the grid that run perpendicular to the axis.
- Grid - Class in org.pepstock.charba.client.options
-
The grid line configuration defines options for the grid that run perpendicular to the axis.
- Grid(Axis) - Constructor for class org.pepstock.charba.client.configuration.Grid
-
Builds the object storing the axis which this grid belongs to.
- Grid(AbstractScale, Key, IsDefaultGrid, NativeObject) - Constructor for class org.pepstock.charba.client.options.Grid
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- GRID - org.pepstock.charba.client.options.AbstractScale.Property
- Grid.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Grid.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- GRID6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Grid6" -
- GROOVE - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a border with a carved appearance.
- group - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
- GROUP - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- GROUP - org.pepstock.charba.client.intl.enums.FormatPartType
-
The group separator string (",").
- GROUPED - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- groups(NativeObjectContainerFactory<T>) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the object to refer to certain token by string that a regular expression matches.
- GROUPS - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- GS - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- GT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for GREATER THAN, ">".
- GUADELOUPE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guadeloupe region.
- GUAM - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guam region.
- GUARANI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Guarani currency.
- GUARANI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Guarani language.
- GUATEMALA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guatemala region.
- GUINEA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guinea region.
- GUINEA_BISSAU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guinea-Bissau region.
- GUINEAN_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Guinean Franc currency.
- GUJARATI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Gujarati language.
- GUJR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for gujr numbering system.
- GUJR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Gujarati script.
- GURU - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for guru numbering system.
- GURU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Gurmukhi script.
- GUSII - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Gusii language.
- GUYANA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Guyana region.
- GUYANA_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Guyana Dollar currency.
- GWT_PROPERTY_KEY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
DOM element id for meta element where to set the GWT property
- GwtMaterialColor - Enum in org.pepstock.charba.client.colors
-
GWT material color constants.
- GwtMaterialColor(String) - Constructor for enum org.pepstock.charba.client.colors.GwtMaterialColor
-
Creates a color with HEX value.
- GwtMaterialScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the GWT material schemes.
To configureColorSchemes.IDplugin, where category is "gwtmaterial".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme. - GwtMaterialScheme(IsColor...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Builds a scheme using argument as list of colors in HEX format.
H
- H - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- H11 - org.pepstock.charba.client.intl.enums.HourCycle
-
h11 setting for hour cycle.
- H12 - org.pepstock.charba.client.intl.enums.HourCycle
-
h12 setting for hour cycle.
- H23 - org.pepstock.charba.client.intl.enums.HourCycle
-
h23 setting for hour cycle.
- H24 - org.pepstock.charba.client.intl.enums.HourCycle
-
h24 setting for hour cycle.
- HABITAT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Habitat6" -
- HAIKUS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Haikus" -
- HAITI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Haiti region.
- HALF_PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- HALH_MONGOLIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Halh Mongolian language.
- HAMMER_LIBRARY - org.pepstock.charba.client.resources.ResourceName
-
Script element id for HAMMER JS library.
- HANB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Han with Bopomofo (alias for Han + Bopomofo) script.
- handleCallbackResultAsColor(C, Object, String, boolean) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
- handleClickEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
-
Check if the click event on element of chart and manage it firing the event.
- handleClickEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
- handleClickEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- handleClickEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventTitleHandler
- handleDatasetSelection(NativeBaseEvent, List<DatasetReference>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Check if the click event on chart and manage it fire a CHARBA data set selection event.
- handleDeferredHandlerActions() - Method in class org.pepstock.charba.client.events.EventBus
-
Performs all deferred actions, if there are.
- handleEvent(NativeBaseEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
This method has been invoked by legend elements when an event fires by them.
- handleHashCode(NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeObjectHashing
-
Sets the hashCode value to native object, defining the property as not enumerable and not configurable.
- handleHoverEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
-
Check if the hover event on element of chart and manage it firing the event.
- handleHoverEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
- handleHoverEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- handleHoverEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventTitleHandler
- handleLeaveEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
-
Check if the leave event on element of chart and manage it firing the event.
- handleLeaveEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
- handleLeaveEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- handleLeaveEventOnElements(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventTitleHandler
- handleMultiScalesType(ChartOptions, NativeObject, NativeObject) - Method in class org.pepstock.charba.client.commons.Merger
-
Manages the merge of options for chart with multiple scales.
- handler - Variable in class org.pepstock.charba.client.dom.events.KeyboardEventInit
- handler - Variable in class org.pepstock.charba.client.dom.events.MouseEventInit
- handler - Variable in class org.pepstock.charba.client.dom.events.TouchEventInit
- handler - Variable in class org.pepstock.charba.client.events.HandlerRegistration
- handler - Variable in class org.pepstock.charba.client.geo.BubbleMapDataset
- handler - Variable in class org.pepstock.charba.client.geo.ChoroplethDataset
- handler - Variable in class org.pepstock.charba.client.items.FillColors
- HandlerManager - Class in org.pepstock.charba.client.events
-
Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts. - HandlerManager() - Constructor for class org.pepstock.charba.client.events.HandlerManager
-
Creates an empty handler manager
- HandlerRegistration - Class in org.pepstock.charba.client.events
-
Registration objects returned when an event handler is bound, used to deregister.
- HandlerRegistration(HandlerManager, EventHandler, EventType) - Constructor for class org.pepstock.charba.client.events.HandlerRegistration
-
Creates a handler registration in order to enable the handler removing.
- handlerRegistrations - Variable in class org.pepstock.charba.client.AbstractChart
- handlers - Variable in class org.pepstock.charba.client.ChartObserver
- handlers - Variable in class org.pepstock.charba.client.commons.CallbackPropertyManager
- handlers - Variable in class org.pepstock.charba.client.events.EventBus
- handlerType - Variable in class org.pepstock.charba.client.events.AbstractHandlerEvent
- HANG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hangul (Hangŭl, Hangeul) script.
- HANGING - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the hanging baseline.
- HANI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Han (Hanzi, Kanji, Hanja) script.
- HANIDEC - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for hanidec numbering system.
- HANO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hanunoo (Hanunóo) script.
- HANS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Han (Simplified variant) script.
- HANT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Han (Traditional variant) script.
- HARD_LIGHT - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
A combination of multiply and screen like overlay, but with top and bottom layer swapped.
- HARDCOVER6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Hardcover6" -
- HARMONIC_ENERGY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Harmonic Energy" -
- HARVEY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Harvey" -
- has(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns a boolean indicating whether the object has the specified property as its own property.
- has(Object, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Returns a boolean indicating whether the object has the specified property as its own property.
- has(String) - Method in class org.pepstock.charba.client.configuration.AxisTypesManager
-
Returns
trueif the axis type by its value has been previously stored. - has(String) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Returns
trueif a plugin is already added, otherwisefalse. - has(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns true if the embedded JavaScript object contains an element at specific property.
- has(Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns true if the embedded JavaScript object contains an element at all properties.
- has(TransitionMode) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Returns
trueif an animation transition instance is stored in the animation options. - has(TransitionMode) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
- has(TransitionMode) - Method in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- has(TransitionMode) - Method in interface org.pepstock.charba.client.defaults.IsDefaultTransitions
-
Returns
trueif an animation transition instance is stored in the animation options. - has(TransitionMode) - Method in class org.pepstock.charba.client.options.Transitions
-
Returns
trueif an animation transition instance is stored in the animation options. - HasAnimation - Interface in org.pepstock.charba.client.configuration
-
Defines a configuration element which is managing the ANIMATION options.
It has being used in the options and datasets instances where ANIMATION is required. - HasAnimationOptions - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is managing the animation options items, ANIMATION, ANIMATIONS and TRANSITIONS.
- hasAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns
trueif the annotation with the id passed as argument exists. - hasAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
-
Returns
trueif the annotation with the id passed as argument exists. - hasAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Returns
trueif the annotation with the id passed as argument exists. - hasAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns
trueif the annotation with the id passed as argument exists. - hasAnnotation(AnnotationId) - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns
trueif the annotation with the id passed as argument exists. - hasAttributes() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Checks if there is any attribute node.
- hasAttributes() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Returns a boolean indicating whether the current element has any attributes or not.
- HasAxes - Interface in org.pepstock.charba.client
-
Defines the acceptable axes for a chart.
- hasAxis(String) - Method in class org.pepstock.charba.client.options.Scales
-
Returns
trueif the scale with the id passed as argument exists. - hasAxis(ScaleId) - Method in class org.pepstock.charba.client.options.Scales
-
Returns
trueif the scale with the id passed as argument exists. - hasAxisClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any axis click handler, otherwisefalse. - hasAxisClickHandlers() - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
-
Returns
trueif there is any axis click handler, otherwisefalse. - hasAxisEnterHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any axis enter handler, otherwisefalse. - hasAxisEnterHandlers() - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
-
Returns
trueif there is any axis enter handler, otherwisefalse. - hasAxisHoverHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any axis hover handler, otherwisefalse. - hasAxisHoverHandlers() - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
-
Returns
trueif there is any axis hover handler, otherwisefalse. - hasAxisLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any axis leave handler, otherwisefalse. - hasAxisLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
-
Returns
trueif there is any axis leave handler, otherwisefalse. - HasBackgroundColor - Interface in org.pepstock.charba.client.annotation
-
Interface to map the background color options.
- HasBarDatasetOptions - Interface in org.pepstock.charba.client.options
-
Defines a BAR dataset properties of options in order to use the same logic between datasets and options/configuration.
- HasBarStackGroup - Interface in org.pepstock.charba.client.data
-
Manages the stack properties for datasets which this property is required.
- HasBeginAtZeroCallbackHandler - Interface in org.pepstock.charba.client.configuration
-
Interface which is implemented for the axes class to manage beginAtZero callback.
- HasBorderAlign - Interface in org.pepstock.charba.client.data
-
Manages the border align properties for datasets which this property is required.
- HasBorderOptions - Interface in org.pepstock.charba.client.annotation
-
Interface to map the border options options.
- HasBorderRadius - Interface in org.pepstock.charba.client.annotation
-
Interface to map the border radius options.
- HasBox - Interface in org.pepstock.charba.client.options
-
Interface to map the text direction options.
- HasCallbackScope - Interface in org.pepstock.charba.client.commons
-
Interface to manage the scope of the options, which is the options are used for defaults, chart defaults or chart.
- HasCartesianAxes - Interface in org.pepstock.charba.client
-
Defines the acceptable axes, the
CartesianAxiss, for a chart. - hasChartScope() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
-
Checks and returns
trueif there is a scope related to a chart instance. - hasChildNodes() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns a boolean indicating whether or not the element has any child nodes.
- hasClickHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns
trueif there is any legend click handler, otherwisefalse. - hasColors(Key) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns
trueif the color (selected by its property name) is not both a gradient not a pattern, otherwisefalse. - hasColorScheme(String, String) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Returns
trueif the color scheme, retrievable by category and name, is stored in the cache. - HasCommonOptions - Interface in org.pepstock.charba.client.geo
-
Maps all options which are common between GEO options and dataset.
- hasContent() - Method in interface org.pepstock.charba.client.commons.Envelop
-
Returns
trueif the content of envelop is notnull. - hasContent() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
- HasDataPoints - Interface in org.pepstock.charba.client.data
-
Interface to define if a dataset can contains data points.
- HasDataPointStyle - Interface in org.pepstock.charba.client.data
-
Interface to manage the style of the point options.
- HasDataset - Interface in org.pepstock.charba.client.data
-
Interface to get a dataset instance.
- hasDatasetSelection(IsChart, NativeBaseEvent, Set<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
-
Returns
trueif the cursor is over to a dataset, otherwisefalse. - hasDatasetSelectionHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any data set selection handler, otherwisefalse. - hasEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns if a global plugin has been set or not.
- hasEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a global plugin has been set or not.
- hasEnabled(IsChart, String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Returns
trueif the plugin has been configured for the chart or at least a dataset. - HasEvents - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is managing the EVENTS property.
- HasEventsHandler - Interface in org.pepstock.charba.client.annotation
-
Interface to map the event callbacks options.
- HasExtendedBorderOptions - Interface in org.pepstock.charba.client.annotation
-
Interface to map the extended border options options.
- HasExtendedShadowOptions - Interface in org.pepstock.charba.client.annotation
-
Interface to map the extended shadow options.
- HasFill - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is managing the FILL property.
It has being used in the options and datasets instances where FILL is required. - HasFont - Interface in org.pepstock.charba.client.options
-
Interface to map the font and color options.
- hasGeometry() - Method in class org.pepstock.charba.client.geo.Feature
-
Returns
trueif the geometry property is set. - hasGradients(Key) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns
trueif the color (selected by its property name) is a gradient, otherwisefalse. - hash - Variable in enum org.pepstock.charba.client.resources.ResourceHash
- hash(char...) - Static method in class org.pepstock.charba.client.utils.Hasher
-
Returns the hash of a chars array argument.
- hash(String...) - Static method in class org.pepstock.charba.client.utils.Hasher
-
Returns the hash of a strings array argument.
- hash(StringBuilder) - Static method in class org.pepstock.charba.client.utils.Hasher
-
Returns the hash of a
StringBuilderargument. - hash(ResourceName) - Static method in enum org.pepstock.charba.client.resources.ResourceHash
-
Search the resource name and returns the calculated hash, when created.
- HASH_CODE_PROPERTY - Static variable in class org.pepstock.charba.client.commons.NativeObjectHashing
- hashCode() - Method in class org.pepstock.charba.client.colors.CanvasObject
- hashCode() - Method in class org.pepstock.charba.client.colors.Gradient
- hashCode() - Method in class org.pepstock.charba.client.colors.Pattern
- hashCode() - Method in class org.pepstock.charba.client.commons.AbstractKey
- hashCode() - Method in class org.pepstock.charba.client.configuration.StandardAxisType
- hashCode() - Method in class org.pepstock.charba.client.controllers.ControllerType
- hashCode() - Method in interface org.pepstock.charba.client.dom.safehtml.SafeHtml
-
Returns a hash code value for the object.
- hashCode() - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
- hashCode() - Method in class org.pepstock.charba.client.events.EventType
- hashCode() - Method in class org.pepstock.charba.client.intl.CLocale
- hashCode() - Method in class org.pepstock.charba.client.options.StandardScaleId
- hashCode() - Method in class org.pepstock.charba.client.utils.toast.ActionItem
- HASHCODE_PROPERTY_SUFFIX - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
- hashCodeProperty - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
- Hasher - Class in org.pepstock.charba.client.utils
-
Internal utility to calculate the hash of java script resources content.
Pay attention, you must use the chars and NOT the bytes because a byte variable can hold any value from -128 to 127 but a char variable can hold any value between 0 and 255. - Hasher() - Constructor for class org.pepstock.charba.client.utils.Hasher
-
To avoid any instantiation
- hasHoverHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns
trueif there is any legend hover handler, otherwisefalse. - hasId() - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Returns
trueif the unique canvas object id exists. - hasId() - Method in class org.pepstock.charba.client.colors.CanvasObject.InternalGradient
-
Returns
trueif theId.CHARBA_IDis stored. - HasInsideChecker - Interface in org.pepstock.charba.client.items
-
Implements the
isInsidemethods to check is aNativeAbstractMouseEventis in a chart element. - hasInteractionMode(String) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Returns
trueif the mode is defined, otherwisefalse. - hasKeyByValue(T[], String) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns
trueif a key in the an enumeration is related to the value, otherwisefalse. - hasLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns
trueif there is a stored options for specific id. - hasLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns
trueif the label with the id passed as argument exists. - hasLabel(DataLabelId) - Method in interface org.pepstock.charba.client.datalabels.IsDefaultLabels
-
Returns
trueif there is a stored options for specific key. - hasLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Returns
trueif there is a stored options for specific key. - hasLabel(LabelId) - Method in interface org.pepstock.charba.client.labels.IsDefaultOptions
-
Returns
trueif the label with the id passed as argument exists. - hasLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Returns
trueif the label with the id passed as argument exists. - HasLabel - Interface in org.pepstock.charba.client.annotation
-
Interface to map the label options.
- HasLabels - Interface in org.pepstock.charba.client.data
-
Manages the LABELS properties for datasets and options which this property is required.
- hasLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns
trueif there is any legend leave handler, otherwisefalse. - hasLegendSelection(IsChart, NativeAbstractMouseEvent, Set<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
-
Returns
trueif the cursor is over to the legend, otherwisefalse. - HasLegendText - Interface in org.pepstock.charba.client.items
-
Interface to map object which contains a text to show inside a legend element.
Used byLegendItemandLegendTitle. - HasLineOptions - Interface in org.pepstock.charba.client.configuration
-
Implements options for chart with span gaps.
- hasLocale() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns
trueif the options are containing the locale property. - HasMinMaxCallbacksHandler<T> - Interface in org.pepstock.charba.client.configuration
-
Interface which is implemented for the axes class to manage min, max, suggestedMin and suggestedMax callbacks.
- hasNative(String) - Static method in class org.pepstock.charba.client.Charts
-
Returns
trueif there is a CHART.JS chart instance by id. - hasNative(IsChart) - Static method in class org.pepstock.charba.client.Charts
-
Returns
trueif there is a CHART.JS chart instance by chart instance. - HasNativeEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps objects which are containing a
NativeBaseEvent. - hasNext() - Method in class org.pepstock.charba.client.commons.IteratorImpl
-
Returns true if the iteration has more elements.
- hasObjects(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns
trueif there is a canvas object stored by passed key, otherwisefalse. - hasOptions(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Checks if there is any options for a specific plugin, by its id.
- hasOptions(String) - Method in class org.pepstock.charba.client.data.Dataset
-
Checks if there is any data set configuration for a specific plugin, by its id.
- hasOptions(String) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
- hasOptions(String) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
- hasOptions(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
-
Checks if there is any options for a specific plugin, by its id.
- hasOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Checks if there is any options for a specific plugin, by its id.
- hasOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.CharbaPlugin
-
Returns
trueif plugin options has been loaded. - HasOrder - Interface in org.pepstock.charba.client.data
-
Manages the order properties for datasets which this property is required.
- hasPattern - Variable in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- hasPattern - Variable in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
- hasPattern() - Method in interface org.pepstock.charba.client.data.Dataset.CanvasObjectKey
- hasPattern() - Method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- hasPattern() - Method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
- hasPatterns(Key) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns
trueif the color (selected by its property name) is a pattern, otherwisefalse. - hasPointerCapture(int) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Checks whether the element on which it is invoked has pointer capture for the pointer identified by the given pointer ID.
- HasPointFillStrokeStyles - Interface in org.pepstock.charba.client.data
-
This is an interface to set a dataset has container of fill and stroke style based on point background and border color.
Out of the box ONLYLiningDatasethas implemented this interface - HasPointStyle - Interface in org.pepstock.charba.client.options
-
Interface to manage the style of the point options.
- hasPrevious() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Returns true if this list iterator has more elements when traversing the list in the forward direction.
- hasProperty(String) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns
trueif the properties contain an element at specific property. - hasProperty(Key) - Method in class org.pepstock.charba.client.geo.Feature
-
Returns
trueif the properties contain an element at specific property. - hasProperty(Key) - Method in class org.pepstock.charba.client.geo.Feature.Properties
-
Returns true if the embedded JavaScript object contains an element at specific property.
- hasProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns a boolean indicating whether the object has the specified property as its own property.
- HasRadialAxis - Interface in org.pepstock.charba.client
-
Defines the acceptable axis, the
RadialAxis, for a chart. - HasRotation - Interface in org.pepstock.charba.client.annotation
-
Interface to map the rotation options.
- hasScaleSelection(IsChart, NativeAbstractMouseEvent, Set<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
-
Returns
trueif the cursor is over to a scale, otherwisefalse. - HasShadowOptions - Interface in org.pepstock.charba.client.annotation
-
Interface to map the shadow options.
- HasSpanGaps - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is managing the SPANGAPS property.
It has being used in the options and datasets instances where SPANGAPS is required. - hasSubtitleClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any subtitle click handler, otherwisefalse. - hasSubtitleClickHandlers() - Method in class org.pepstock.charba.client.configuration.EventSubtitleHandler
-
Returns
trueif there is any subtitle click handler, otherwisefalse. - hasSubtitleEnterHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any subtitle enter handler, otherwisefalse. - hasSubtitleEnterHandlers() - Method in class org.pepstock.charba.client.configuration.EventSubtitleHandler
-
Returns
trueif there is any subtitle enter handler, otherwisefalse. - hasSubtitleLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any subtitle leave handler, otherwisefalse. - hasSubtitleLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.EventSubtitleHandler
-
Returns
trueif there is any subtitle leave handler, otherwisefalse. - hasSubtitleSelection(IsChart, NativeAbstractMouseEvent, Set<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
-
Returns
trueif the cursor is over to the subtitle, otherwisefalse. - HasTextDirection - Interface in org.pepstock.charba.client.options
-
Interface to map the text direction options.
- HasTextStrokeOptions - Interface in org.pepstock.charba.client.annotation
-
Interface to map the text stroke options options.
- HasTimeSeriesItems - Interface in org.pepstock.charba.client.data
-
Interface to define if a dataset can contains time series items.
- hasTitleClickHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any title click handler, otherwisefalse. - hasTitleClickHandlers() - Method in class org.pepstock.charba.client.configuration.EventTitleHandler
-
Returns
trueif there is any title click handler, otherwisefalse. - hasTitleEnterHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any title enter handler, otherwisefalse. - hasTitleEnterHandlers() - Method in class org.pepstock.charba.client.configuration.EventTitleHandler
-
Returns
trueif there is any title enter handler, otherwisefalse. - hasTitleLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif there is any title leave handler, otherwisefalse. - hasTitleLeaveHandlers() - Method in class org.pepstock.charba.client.configuration.EventTitleHandler
-
Returns
trueif there is any title leave handler, otherwisefalse. - hasTitleSelection(IsChart, NativeAbstractMouseEvent, Set<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
-
Returns
trueif the cursor is over to the title, otherwisefalse. - hasTooltipPosition(String) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Returns
trueif the custom positioner has been registered, otherwisefalse. - hasX(CrosshairOptions) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Returns
trueif the user mode is X oriented. - hasXAsDate(List<DataPoint>) - Method in class org.pepstock.charba.client.ml.MLUtil
- hasY(CrosshairOptions) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Returns
trueif the user mode is Y oriented. - HATR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hatran script.
- HAUSA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hausa language.
- HAWAIIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hawaiian language.
- HAZEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Hazel" -
- Head - Class in org.pepstock.charba.client.dom.elements
-
Contains the descriptive information, or metadata, for a document.
- Head() - Constructor for class org.pepstock.charba.client.dom.elements.Head
-
To avoid any instantiation
- Heading - Class in org.pepstock.charba.client.dom.elements
-
Represents <h3> levels of section heading.
Used internally only to highlight when canvas is not supported. - Heading() - Constructor for class org.pepstock.charba.client.dom.elements.Heading
-
To avoid any instantiation
- HEADLINES6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Headlines6" -
- HEARD_ISLAND_AND_MCDONALD_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Heard Island and McDonald Islands region.
- HEBR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hebrew script.
- HEBREW - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for hebrew calendar.
- HEBREW - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hebrew language.
- HECTARE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for hectare.
- height - Variable in class org.pepstock.charba.client.colors.PatternBuilder
- HEIGHT - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- HEIGHT - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- HEIGHT - org.pepstock.charba.client.annotation.LabelHandler.Property
- HEIGHT - org.pepstock.charba.client.dom.events.PointerEventInit.Property
- HEIGHT - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- HEIGHT - org.pepstock.charba.client.items.BarElement.Property
- HEIGHT - org.pepstock.charba.client.items.BaseBoxItem.Property
- HEIGHT - org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
- HEIGHT - org.pepstock.charba.client.items.SizeItem.Property
- HEIGHT - org.pepstock.charba.client.items.TooltipModel.Property
- HEIGHT - org.pepstock.charba.client.matrix.MatrixDataset.Property
- HEIGHT - org.pepstock.charba.client.matrix.MatrixElement.Property
- HEIGHT - org.pepstock.charba.client.matrix.MatrixElementOptions.Property
- HEIGHT - org.pepstock.charba.client.sankey.SankeyElement.Property
- HEIGHT - org.pepstock.charba.client.treemap.TreeMapElement.Property
- heightCallback - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- heightCallbackProxy - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- HELP - org.pepstock.charba.client.dom.enums.CursorType
-
Help information is available.
- HELP - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Helpkey. - Helpers - Class in org.pepstock.charba.client
-
Singleton object to use the helpers utility of CHART.JS.
It maps the java script objectchart.helpers. - Helpers() - Constructor for class org.pepstock.charba.client.Helpers
-
To avoid any instantiation
- Helpers.ImmutableFont - Class in org.pepstock.charba.client
-
Maps a font element normalized by CHART.JS by
Helpers.toFont(org.pepstock.charba.client.items.FontItem). - HERSHEYS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Hersheys" -
- HEX_STARTING_CHAR - Static variable in class org.pepstock.charba.client.colors.ColorUtil
- hidden - Variable in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- HIDDEN - org.pepstock.charba.client.data.Dataset.InternalProperty
- HIDDEN - org.pepstock.charba.client.dom.enums.BorderStyle
-
Like the none keyword, displays no border.
- HIDDEN - org.pepstock.charba.client.dom.enums.Visibility
-
The element box is invisible (not drawn), but still affects layout as normal.
Descendants of the element will be visible if they have visibility set to visible.
The element cannot receive focus - HIDDEN - org.pepstock.charba.client.items.DatasetItem.Property
- HIDDEN - org.pepstock.charba.client.treemap.enums.Overflow
-
The label is removed altogether if the rectangle is too small for it.
- hide() - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Forces hiding the dataset because there are more than 1 datasets in the chart
- hide() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Closes the item if is opened.
- hide(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the visibility for the given data set to false.
Updates the chart and animates the data set with 'hide' mode.
This animation can be configured under the hide key in animation options. - hide(int) - Method in class org.pepstock.charba.client.Chart
-
Sets the visibility for the given dataset to false.
Updates the chart and animates the dataset with 'hide' mode.
This animation can be configured under the hide key in animation options. - hide(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- hide(int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the visibility for the given dataset to false.
Updates the chart and animates the dataset with 'hide' mode.
This animation can be configured under the hide key in animation options. - hide(int, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the hidden flag of that element index to
trueand updates the chart. - hide(int, int) - Method in class org.pepstock.charba.client.Chart
-
Sets the hidden flag of that element index to
trueand updates the chart. - hide(int, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- hide(int, int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the hidden flag of that element index to
trueand updates the chart. - HIDE - org.pepstock.charba.client.enums.DefaultTransitionMode
-
Uses to configure the animation when a data set is hidden using legend or
IsChart.hide(int). - HIDE_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- HIDE_PROGRESS_BAR - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- HIDE_SHADOW - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- hideOpenItems() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Closes all items which are opened and not closed yet.
All toast items in queued will be removed. - hideOpenItems(boolean) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Closes all items which are opened and not closed yet.
If the passed argument istrue, it clears also the queue, without showing the items. - HINDI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hindi language.
- HIRA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hiragana script.
- historyItems - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- HIT_RADIUS - org.pepstock.charba.client.configuration.Point.Property
- HIT_RADIUS - org.pepstock.charba.client.data.BubbleDataset.Property
- HIT_RADIUS - org.pepstock.charba.client.items.PointElementOptions.Property
- HIT_RADIUS - org.pepstock.charba.client.options.Point.Property
- hitRadiusCallback - Variable in class org.pepstock.charba.client.configuration.Point
- hitRadiusCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
- hitRadiusCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Point
- hitRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
- HLUW - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Anatolian Hieroglyphs (Luwian Hieroglyphs, Hittite Hieroglyphs) script.
- HMNG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for hmng numbering system.
- HMNG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Pahawh Hmong script.
- HMNP - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for hmnp numbering system.
- HMNP - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Nyiakeng Puachue Hmong script.
- HOME - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The
Homekey. - HONDURAS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Honduras region.
- HONEY_DEW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "honeyDew" -
- HONEY_DEW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Honey Dew" -
- HONG_KONG - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Hong Kong region.
- HONG_KONG_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Hong Kong Dollar currency.
- HONGKONG - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Hongkong timezone.
- HORIZON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Horizon" -
- HORIZON6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Horizon6" -
- HORIZONTAL - org.pepstock.charba.client.items.BarElement.Property
- horizontalAlignmentValue - Variable in enum org.pepstock.charba.client.enums.ElementAlign
- HorizontalBarChart - Class in org.pepstock.charba.client
-
HORIZONTAL BAR chart implementation.
A horizontal bar chart is a variation on a bar chart.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side. - HorizontalBarChart() - Constructor for class org.pepstock.charba.client.HorizontalBarChart
-
Builds the object.
- HorizontalBarChart(Type) - Constructor for class org.pepstock.charba.client.HorizontalBarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - HorizontalBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
HORIZONTAL BAR GWT WIDGET chart implementation.
A horizontal bar chart is a variation on a bar chart.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side. - HorizontalBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
-
Builds the object.
- HorizontalBarChartWidget(HorizontalBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - HorizontalBarDataset - Class in org.pepstock.charba.client.data
-
The horizontal bar chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
Some properties can be specified as an array.
If these are set to an array value, the first value applies to the first bar, the second value to the second bar, and so on. - HorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates a data set.
It uses the global options has default. - HorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates a data set.
It uses the global options has default. - HorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates the data set using a default.
- HorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates the data set using a default.
- HorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates the data set using chart type related to the data set.
- HorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HorizontalBarDataset
-
Creates the data set using a default and chart type related to the data set.
- HorizontalBarOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for HORIZONTAL BAR chart.
- HorizontalBarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.HorizontalBarOptions
-
Builds the object storing the chart instance and default values.
- HOT_PINK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "hotPink" -
- HOUR - org.pepstock.charba.client.enums.TimeUnit
-
Hour time unit
- HOUR - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- HOUR - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the hour, for example "3" or "03".
- HOUR - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for hour.
- HOUR_12 - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- HOUR_CYCLE - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- HourCycle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible values to use to set the hour cycle.
- HourCycle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.HourCycle
-
Creates with the property value to use in the native object.
- hover - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- hover - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- hover - Variable in class org.pepstock.charba.client.options.Options
- Hover - Class in org.pepstock.charba.client.configuration
-
Definitions about how elements appear in the chart, hovering the chart.
- Hover - Class in org.pepstock.charba.client.options
-
Definitions about how elements appear in the chart, hovering the chart.
- Hover(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Hover
-
Builds the object storing the root options element.
- Hover(Options, Key, IsDefaultInteraction, NativeObject) - Constructor for class org.pepstock.charba.client.options.Hover
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- HOVER - org.pepstock.charba.client.options.Options.Property
- HOVER_BACKGROUND_COLOR - org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
- HOVER_BACKGROUND_COLOR - org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- HOVER_BACKGROUND_COLOR - org.pepstock.charba.client.gradient.GradientOptions.Property
- HOVER_BACKGROUND_COLOR - org.pepstock.charba.client.options.AbstractElement.Property
- HOVER_BORDER_CAP_STYLE - org.pepstock.charba.client.data.LiningDataset.Property
- HOVER_BORDER_COLOR - org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
- HOVER_BORDER_COLOR - org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- HOVER_BORDER_COLOR - org.pepstock.charba.client.gradient.GradientOptions.Property
- HOVER_BORDER_COLOR - org.pepstock.charba.client.options.AbstractElement.Property
- HOVER_BORDER_DASH - org.pepstock.charba.client.data.LiningDataset.Property
- HOVER_BORDER_DASH_OFFSET - org.pepstock.charba.client.data.LiningDataset.Property
- HOVER_BORDER_JOIN_STYLE - org.pepstock.charba.client.configuration.Arc.Property
- HOVER_BORDER_JOIN_STYLE - org.pepstock.charba.client.data.LiningDataset.Property
- HOVER_BORDER_JOIN_STYLE - org.pepstock.charba.client.data.PieDataset.Property
- HOVER_BORDER_JOIN_STYLE - org.pepstock.charba.client.data.PolarAreaDataset.Property
- HOVER_BORDER_JOIN_STYLE - org.pepstock.charba.client.options.Arc.Property
- HOVER_BORDER_RADIUS - org.pepstock.charba.client.configuration.Bar.Property
- HOVER_BORDER_RADIUS - org.pepstock.charba.client.data.BarDataset.Property
- HOVER_BORDER_RADIUS - org.pepstock.charba.client.options.Bar.Property
- HOVER_BORDER_WIDTH - org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
- HOVER_BORDER_WIDTH - org.pepstock.charba.client.data.Dataset.CommonProperty
- HOVER_BORDER_WIDTH - org.pepstock.charba.client.items.PointElementOptions.Property
- HOVER_BORDER_WIDTH - org.pepstock.charba.client.options.AbstractElement.Property
- HOVER_COLOR - org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
- HOVER_COLOR_FROM - org.pepstock.charba.client.sankey.SankeyDataset.Property
- HOVER_COLOR_FROM - org.pepstock.charba.client.sankey.SankeyElementOptions.Property
- HOVER_COLOR_TO - org.pepstock.charba.client.sankey.SankeyDataset.Property
- HOVER_COLOR_TO - org.pepstock.charba.client.sankey.SankeyElementOptions.Property
- HOVER_FONT - org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
- HOVER_OFFSET - org.pepstock.charba.client.configuration.Arc.Property
- HOVER_OFFSET - org.pepstock.charba.client.data.PieDataset.Property
- HOVER_OFFSET - org.pepstock.charba.client.options.Arc.Property
- HOVER_RADIUS - org.pepstock.charba.client.configuration.Point.Property
- HOVER_RADIUS - org.pepstock.charba.client.data.BubbleDataset.Property
- HOVER_RADIUS - org.pepstock.charba.client.items.PointElementOptions.Property
- HOVER_RADIUS - org.pepstock.charba.client.options.Point.Property
- hoverBackgroundColorCallback - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- hoverBackgroundColorCallback - Variable in class org.pepstock.charba.client.data.Dataset
- hoverBackgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- hoverBackgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
- hoverBorderCapStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- hoverBorderCapStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- hoverBorderColorCallback - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- hoverBorderColorCallback - Variable in class org.pepstock.charba.client.data.Dataset
- hoverBorderColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- hoverBorderColorCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
- hoverBorderDashCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- hoverBorderDashCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- hoverBorderDashOffsetCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- hoverBorderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- hoverBorderJoinStyleCallback - Variable in class org.pepstock.charba.client.configuration.Arc
- hoverBorderJoinStyleCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- hoverBorderJoinStyleCallback - Variable in class org.pepstock.charba.client.data.PieDataset
- hoverBorderJoinStyleCallback - Variable in class org.pepstock.charba.client.data.PolarAreaDataset
- hoverBorderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Arc
- hoverBorderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- hoverBorderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.PieDataset
- hoverBorderJoinStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.PolarAreaDataset
- hoverBorderRadiusCallback - Variable in class org.pepstock.charba.client.configuration.Bar
- hoverBorderRadiusCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- hoverBorderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Bar
- hoverBorderRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- hoverBorderWidthCallback - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- hoverBorderWidthCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- hoverBorderWidthCallback - Variable in class org.pepstock.charba.client.data.Dataset
- hoverBorderWidthCallback - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- hoverBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
- hoverBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- hoverBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.Dataset
- hoverBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- hoverCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
- hoverCallbackProxy - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- hoverCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Legend
- hoverCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
- hoverColorCallback - Variable in class org.pepstock.charba.client.treemap.Captions
- hoverColorCallback - Variable in class org.pepstock.charba.client.treemap.Labels
- hoverColorCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Captions
- hoverColorCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Labels
- hoverColorFromCallback - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- hoverColorFromCallbackProxy - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- hoverColorToCallback - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- hoverColorToCallbackProxy - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- HoverDataset - Class in org.pepstock.charba.client.data
-
The chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set. - HoverDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HoverDataset
-
Creates the data set using a default and chart type related to the data set.
- hoveredAxis - Variable in class org.pepstock.charba.client.configuration.EventAxesHandler
- hoveredSubtitle - Variable in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- hoveredTitle - Variable in class org.pepstock.charba.client.configuration.EventTitleHandler
- HoverFlexDataset - Class in org.pepstock.charba.client.data
-
This dataset is managing some common properties related to background and border colors where every property can be set as a single value or an array.
- HoverFlexDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.HoverFlexDataset
-
Creates the dataset using a default and chart type related to the dataset.
- hoverFont - Variable in class org.pepstock.charba.client.treemap.AbstractLabels
- hoverFontCallback - Variable in class org.pepstock.charba.client.treemap.Captions
- hoverFontCallback - Variable in class org.pepstock.charba.client.treemap.Labels
- hoverFontCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Captions
- hoverFontCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Labels
- hoverOffsetCallback - Variable in class org.pepstock.charba.client.configuration.Arc
- hoverOffsetCallback - Variable in class org.pepstock.charba.client.data.PieDataset
- hoverOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Arc
- hoverOffsetCallbackProxy - Variable in class org.pepstock.charba.client.data.PieDataset
- hoverRadiusCallback - Variable in class org.pepstock.charba.client.configuration.Point
- hoverRadiusCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
- hoverRadiusCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Point
- hoverRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
- HRKT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Japanese syllabaries (alias for Hiragana + Katakana) script.
- HRYVNIA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Hryvnia currency.
- HSL_STARTING_CHARS - Static variable in class org.pepstock.charba.client.colors.ColorUtil
- HSLA_STARTING_CHARS - Static variable in class org.pepstock.charba.client.colors.ColorUtil
- html - Variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
- HTML - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Html" -
- HTML_CHARS_RE - Static variable in class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil
- HTML_LEGEND_ITEMS - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
- HtmlColor - Enum in org.pepstock.charba.client.colors
-
All modern browsers support the following 140 color names.
- HtmlColor(String, String) - Constructor for enum org.pepstock.charba.client.colors.HtmlColor
-
Creates a color with HEX value.
- HtmlColor(String, String, double) - Constructor for enum org.pepstock.charba.client.colors.HtmlColor
-
Creates a color with HEX value.
- htmlColorName - Variable in enum org.pepstock.charba.client.colors.HtmlColor
- htmlEscape(char) - Static method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil
-
HTML escapes a character.
- htmlEscape(String) - Static method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil
-
HTML escapes a string.
- HtmlLegend - Class in org.pepstock.charba.client.impl.plugins
-
This plugin implements a HTML legend in order to give more flexibility to who needs to customize the legend.
- HtmlLegend() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
To avoid any instantiation
- HtmlLegendBuilderDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory.HtmlLegendBuilderDefaultsOptionsFactory
-
To avoid any instantiation.
- HtmlLegendCallback<T extends HasLegendText> - Interface in org.pepstock.charba.client.callbacks
-
This callback is the base interface for HTML legend callbacks to change the text of legend for a specific item or legend's title, as HTML.
This callback is used ONLY byHtmlLegendplugin. - HtmlLegendCallbackProxy - Class in org.pepstock.charba.client.impl.plugins
-
Manages events from
HtmlLegend, enabling and disabling event listeners on HTML elements created by plugin.
This object is able to manage all events on CHART.JS legend also in the HTML legend one. - HtmlLegendCallbackProxy(HtmlLegendPlugin) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Creates the object configuring the callbacks for the events.
- HtmlLegendDefaultOptions - Class in org.pepstock.charba.client.impl.plugins
-
Default configuration options instance of
HtmlLegend.IDplugin. - HtmlLegendDefaultOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendDefaultOptions
-
To avoid any instantiation
- HtmlLegendGenerator - Class in org.pepstock.charba.client.impl.plugins
-
Legend callback implementation to override the standard HTML format of CHART.JS legend.
This HTML is usable only byHtmlLegendplugin.
This is HTML structure of the legend:
<TABLE> <TR> <TD> <TABLE> <TR> <TD> <DIV legend title> </TD> </TR> </TABLE> </TD> </TR> <TR> <TD> <TABLE> <TR> <TD> <DIV color for legend item> <DIV label for legend item> </TD> <TD> <DIV color for legend item> <DIV label for legend item> </TD> </TR> </TABLE> </TD> </TR> </TABLE> - HtmlLegendGenerator() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
- HtmlLegendId - Class in org.pepstock.charba.client.impl.plugins
-
Utility to managed the id to apply to HTML element when a legend is created.
There are 2 kinds of HTML element ids:
for color cell, the format is[chartId]_[datasetIndex]_[index]_colorfor label cell, the format is[chartId]_[datasetIndex]_[index]_label - HtmlLegendId(String, int, int) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Creates the object by chart id, dataset index and index.
- HtmlLegendItem - Class in org.pepstock.charba.client.impl.plugins
-
Object used to invoke
TilesFactoryin order to get thePointStylerepresentation for legend.
This object is used internally even if is public, used only byHtmlLegendplugin. - HtmlLegendItem(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Creates the object with a chart instance.
It is not visible externally of the packaged because it is used only byHtmlLegendplugin. - HtmlLegendItemCallback - Interface in org.pepstock.charba.client.callbacks
-
This callback can be implemented to change the text of legend for a specific item, as HTML.
This callback is used ONLY byHtmlLegendplugin. - HtmlLegendOptions - Class in org.pepstock.charba.client.impl.plugins
-
Configuration options of
HtmlLegend.IDplugin.
This is mapping the configuration both default global and per chart instance. - HtmlLegendOptions() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Builds the object with new java script object setting the default value of plugin.
The global plugin options is used, if exists, as defaults values. - HtmlLegendOptions(IsHtmlLegendDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Builds the object with the default global ones
- HtmlLegendOptions(IsHtmlLegendDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Builds the object with a java script object stored in the options and the default global ones
- HtmlLegendOptions(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Builds the object with a chart instance in order to get the right defaults.
If the plugin options have not been set by chart type, it will use the global. - HtmlLegendOptions.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- HtmlLegendOptionsBuilder - Class in org.pepstock.charba.client.impl.plugins
-
Comfortable object to create
HtmlLegend.IDplugin options by a builder. - HtmlLegendOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
To avoid any instantiation
- HtmlLegendOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Factory to get the options (form chart or from default global ones) related to
HtmlLegend.IDplugin. - HtmlLegendOptionsFactory() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsFactory
-
To avoid any instantiation.
- HtmlLegendOptionsFactory.HtmlLegendBuilderDefaultsOptionsFactory - Class in org.pepstock.charba.client.impl.plugins
-
Internal factory to create options from default global option for the plugin
- HtmlLegendPlugin - Class in org.pepstock.charba.client.impl.plugins
-
This plugin implements a HTML legend in order to give more flexibility to who needs to customize the legend.
- HtmlLegendPlugin() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
To avoid any instantiation
- HtmlLegendTextGenerator<T extends HasLegendText,C extends HtmlLegendCallback<T>> - Class in org.pepstock.charba.client.impl.plugins
-
Builds the DIV html element which contains a text.
- HtmlLegendTextGenerator() - Constructor for class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
- HtmlLegendTitleCallback - Interface in org.pepstock.charba.client.callbacks
-
This callback can be implemented to change the text of legend's title, as HTML.
This callback is used ONLY byHtmlLegendplugin. - HUE - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Preserves the luma and chroma of the bottom layer, while adopting the hue of the top layer.
- HUE_CIRCLE19 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "HueCircle19" -
- hueToRGB(double, double, double) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Transforms Hue value in the a color value for RGB
- HUNG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Hungarian (Hungarian Runic) script.
- HUNGARIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Hungarian language.
- HUNGARY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Hungary region.
- HYDROGEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Hydrogen" -
- HYPER_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Hyper Blue" -
I
- I_AXIS_ID - org.pepstock.charba.client.items.DatasetItem.Property
- I_SCALE - org.pepstock.charba.client.items.DatasetItem.Property
- IBIZA_SUNSET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ibiza Sunset" -
- IBTESAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ibtesam" -
- ICELAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Iceland timezone.
- ICELAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Iceland region.
- ICELAND_KRONA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Iceland Krona currency.
- ICELANDIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Icelandic language.
- ICON - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- id - Variable in class org.pepstock.charba.client.AbstractChart
- id - Variable in class org.pepstock.charba.client.utils.toast.ActionItem
- Id - Enum in org.pepstock.charba.client.commons
-
Enums the property ID used by CHARBA to identify the chart.
- Id(String) - Constructor for enum org.pepstock.charba.client.commons.Id
-
Creates a property with the value to use in the native object.
- ID - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- ID - org.pepstock.charba.client.items.ScaleItem.Property
- ID - org.pepstock.charba.client.labels.Label.Property
- ID - org.pepstock.charba.client.options.Scale.Property
- ID - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- ID - org.pepstock.charba.client.plugins.PluginReference.Property
- ID - org.pepstock.charba.client.utils.toast.ToastItem.CommonProperty
- ID - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Plugin ID "annotation".
- ID - Static variable in class org.pepstock.charba.client.data.CanvasObjectHandler
- ID - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Plugin ID "datalabels".
- ID - Static variable in class org.pepstock.charba.client.Defaults
-
Plugin ID "charbanativecharthandler", for an internal plugin to track native chart instances.
- ID - Static variable in class org.pepstock.charba.client.geo.ColorAxis
-
Projection axis id.
- ID - Static variable in class org.pepstock.charba.client.geo.ProjectionAxis
-
Projection axis id.
- ID - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Size axis id.
- ID - Static variable in class org.pepstock.charba.client.gradient.GradientPlugin
-
Plugin ID "gradient".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
-
Plugin ID "charbabackgroundcolor".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
-
Plugin ID "charbacursorpointer".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
-
Plugin ID "charbacolorschemes".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.Crosshair
-
Plugin ID "charbacrosshair".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Plugin ID "charbadatasetsitemsselector".
- ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
-
Plugin ID "charbahtmllegend".
- ID - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
-
Plugin ID "labels".
- ID - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Plugin ID "zoom".
- ID_PROPERTY_PREFIX - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
- identifier - Variable in class org.pepstock.charba.client.intl.CLocale
- IDENTIFIER - org.pepstock.charba.client.dom.events.TouchInit.Property
- IDEOGRAPHIC - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the ideographic baseline; this is the bottom of the body of the characters, if the main body of characters protrudes beneath the alphabetic baseline.
- ids() - Method in class org.pepstock.charba.client.plugins.GlobalPlugins.InternalPlugins
-
Returns the list of plugin ids.
- IGBO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Igbo language.
- ignoreCharbaInstances(String, Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Ignores all keys created by CHARBA in the replace function.
- IIIT_DELHI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "IIIT Delhi" -
- image - Variable in class org.pepstock.charba.client.colors.PatternBuilder
- IMAGE - org.pepstock.charba.client.annotation.enums.ContentType
- IMAGE - org.pepstock.charba.client.enums.PointStyleType
-
The point style is stored as image, see
Img. - IMAGE - org.pepstock.charba.client.impl.plugins.enums.Render
-
The images will be rendered.
- IMAGE - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- IMAGE - org.pepstock.charba.client.labels.enums.Render
-
The images will be rendered.
- IMAGE_ELEMENT - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for ImageElement instances, null.
- IMAGE_HEIGHT - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- IMAGE_HEIGHT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LabelHandler
- IMAGE_LABEL - org.pepstock.charba.client.impl.plugins.enums.Render
-
The images and label will be rendered.
- IMAGE_SHAPE_NAME - Static variable in class org.pepstock.charba.client.colors.tiles.ImageShape
-
Name of shape to draw an image, "image".
- IMAGE_WIDTH - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- IMAGE_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LabelHandler
- IMAGE_X - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- IMAGE_Y - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- imageData - Variable in class org.pepstock.charba.client.impl.charts.BaseMeterChart
- ImageData - Class in org.pepstock.charba.client.dom.elements
-
Represents the underlying pixel data of an area of a <canvas> element.
- ImageData() - Constructor for class org.pepstock.charba.client.dom.elements.ImageData
-
To avoid any instantiation
- imageElement - Variable in class org.pepstock.charba.client.colors.tiles.ImageShape
- imageHeightCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- ImageMimeType - Enum in org.pepstock.charba.client.enums
-
Determines the image format to use to export the image from the canvas.
- ImageMimeType(String) - Constructor for enum org.pepstock.charba.client.enums.ImageMimeType
-
Creates with the property value to use in the native object.
- IMAGES - org.pepstock.charba.client.labels.Label.Property
- IMAGES - Static variable in class org.pepstock.charba.client.utils.AnnotationBuilder
- ImageShape - Class in org.pepstock.charba.client.colors.tiles
-
This is a shape which can draw an image on the tile.
This object is also a shape drawer.
The image is scaled to the size of the tile. - ImageShape(Img) - Constructor for class org.pepstock.charba.client.colors.tiles.ImageShape
-
Creates a shape with an image.
- ImagesHelper - Class in org.pepstock.charba.client.gwt
-
Utility to transform image GWT resources in the
Imgelements used by Charba. - ImagesHelper() - Constructor for class org.pepstock.charba.client.gwt.ImagesHelper
-
To avoid any instantiation
- ImageSizeCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setwidthandheightproperties at runtime, toLineLabel.
It can return aStringor aIntegerdepending on you want to set a fixed size in pixels (by int) or a percentage (by string, for instance "50"%). - imageWidthCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- Img - Class in org.pepstock.charba.client.dom.elements
-
Represents an HTML <img> element, providing the properties and methods used to manipulate image elements.
- Img() - Constructor for class org.pepstock.charba.client.dom.elements.Img
-
To avoid any instantiation
- IMG_PREFIX - Static variable in class org.pepstock.charba.client.colors.PatternBuilder
- IMMUTABLE_EXCEPTION_MESSAGE - Static variable in class org.pepstock.charba.client.commons.ImmutableDate
- ImmutableDate - Class in org.pepstock.charba.client.commons
-
Class acting as an immutable date class based on the
Dateclass.
ThrowsUnsupportedOperationExceptionwhen mutable methods are invoked. - ImmutableDate() - Constructor for class org.pepstock.charba.client.commons.ImmutableDate
-
Allocates a
Dateobject and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond. - ImmutableDate(long) - Constructor for class org.pepstock.charba.client.commons.ImmutableDate
-
Allocates a
Dateobject and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT. - ImmutableEnvelop<T> - Class in org.pepstock.charba.client.commons
-
This object is a container of hidden object which can set by constructor and immutable afterwards.
- ImmutableEnvelop(T) - Constructor for class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Create an envelop with the content passed as argument.
- ImmutableEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- ImmutableFont - Class in org.pepstock.charba.client.utils.toast
-
This is an read-only font class in order to re-used the same implementation in the default for all elements where font is needed.
- ImmutableFont(int, FontStyle, String, Weight, double) - Constructor for class org.pepstock.charba.client.utils.toast.ImmutableFont
-
Creates the font instance with all properties.
- ImmutableFont(int, FontStyle, String, Weight, String) - Constructor for class org.pepstock.charba.client.utils.toast.ImmutableFont
-
Creates the font instance with all properties.
- ImmutableFont(NativeObject) - Constructor for class org.pepstock.charba.client.Helpers.ImmutableFont
-
Creates a immutable font to use, wrapping a native object instance, and providing a CSS string.
- ImmutableFont(IsDefaultFont) - Constructor for class org.pepstock.charba.client.utils.toast.ImmutableFont
-
Creates a immutable font using a font instance as source.
- ImmutableToastOptions - Class in org.pepstock.charba.client.utils.toast
-
Wraps the immutable default options of the toast.
- ImmutableToastOptions(NativeObject) - Constructor for class org.pepstock.charba.client.utils.toast.ImmutableToastOptions
-
Creates the configuration with native object instance to be wrapped.
- ImmutableToastOptions.DefaultActionsValues - Class in org.pepstock.charba.client.utils.toast
-
Class which implements the defaults for actions
- ImmutableToastOptions.DefaultLabelValues - Class in org.pepstock.charba.client.utils.toast
-
Class which implements the defaults for label
- ImmutableToastOptions.DefaultTitleValues - Class in org.pepstock.charba.client.utils.toast
-
Class which implements the defaults for title
- ImmutableToastOptions.DefaultValues - Class in org.pepstock.charba.client.utils.toast
-
Class which implements the defaults.
- IN_CHART_AREA - org.pepstock.charba.client.items.PluginEventArgument.Property
- IN_OUT - org.pepstock.charba.client.colors.GradientOrientation
-
From center to the borders (ONLY radial)
- INARI_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Inari Sami language.
- INBOX - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Inbox" -
- INCH - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for inch.
- INCLUDE_BOUNDS - org.pepstock.charba.client.options.Ticks.Property
- INCLUDE_INVISIBLE - org.pepstock.charba.client.items.InteractionOptions.Property
- INCLUDE_INVISIBLE - org.pepstock.charba.client.options.Interaction.Property
- IncrementalIdHandler - Class in org.pepstock.charba.client.commons
-
IMternal utility to manage an incremental object id, stored in the
NativeObjectin a specific property of Charba. - IncrementalIdHandler() - Constructor for class org.pepstock.charba.client.commons.IncrementalIdHandler
-
To avoid any instantiation
- IncrementalIdHandler.Property - Enum in org.pepstock.charba.client.commons
-
Name of properties of native object.
- index - Variable in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
- index - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
- index() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the 0-based index of the match in the string.
- INDEX - org.pepstock.charba.client.callbacks.ScaleContext.Property
- INDEX - org.pepstock.charba.client.enums.DefaultInteractionMode
-
Finds all items at the same index.
- INDEX - org.pepstock.charba.client.items.ActiveDatasetElement.Property
- INDEX - org.pepstock.charba.client.items.DatasetItem.Property
- INDEX - org.pepstock.charba.client.items.DatasetItemController.Property
- INDEX - org.pepstock.charba.client.items.DatasetReference.Property
- INDEX - org.pepstock.charba.client.items.InteractionItem.Property
- INDEX - org.pepstock.charba.client.items.LegendItem.Property
- INDEX - org.pepstock.charba.client.items.PluginDatasetArgument.Property
- INDEX - org.pepstock.charba.client.treemap.InnerData.Property
- INDEX_AXIS - org.pepstock.charba.client.data.BarDataset.Property
- INDEX_AXIS - org.pepstock.charba.client.data.LineDataset.Property
- INDEX_AXIS - org.pepstock.charba.client.items.DatasetItem.Property
- INDEX_AXIS - org.pepstock.charba.client.options.Options.Property
- indexAsString - Variable in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
- IndexAxis - Enum in org.pepstock.charba.client.enums
-
Can be set to 'x' or 'y' to define the base axis for the dataset.
Use 'y' for horizontal bar. - IndexAxis(String) - Constructor for enum org.pepstock.charba.client.enums.IndexAxis
-
Creates with the property value to use in the native object.
- indexOf(double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
- indexOf(String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(String) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- indexOf(String...) - Method in class org.pepstock.charba.client.data.Labels
-
Returns the index of the first occurrence of the specified element in the labels, or -1 if this labels instance does not contain the element.
- indexOf(ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Returns the index of the first occurrence of the specified element in this array, or -1 if this array does not contain the element.
- INDIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for India region.
- INDIAN - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for indian calendar.
- INDIAN_ANTANANARIVO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Antananarivo timezone.
- INDIAN_CHAGOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Chagos timezone.
- INDIAN_CHRISTMAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Christmas timezone.
- INDIAN_COCOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Cocos timezone.
- INDIAN_COMORO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Comoro timezone.
- INDIAN_KERGUELEN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Kerguelen timezone.
- INDIAN_MAHE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Mahe timezone.
- INDIAN_MALDIVES - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Maldives timezone.
- INDIAN_MAURITIUS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Mauritius timezone.
- INDIAN_MAYOTTE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Mayotte timezone.
- INDIAN_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "indianRed" -
- INDIAN_REUNION - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Indian/Reunion timezone.
- INDIAN_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Indian Rupee currency.
- INDICATOR_WIDTH - org.pepstock.charba.client.geo.Legend.Property
- INDICATOR_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.Legend
- indicatorWidthCallbackProxy - Variable in class org.pepstock.charba.client.geo.Legend
- INDIGO - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO" -
- INDIGO - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "indigo" -
- INDIGO - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "INDIGO" -
- INDIGO_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_ACCENT_1" -
- INDIGO_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_ACCENT_2" -
- INDIGO_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_ACCENT_3" -
- INDIGO_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_ACCENT_4" -
- INDIGO_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_DARKEN_1" -
- INDIGO_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_DARKEN_2" -
- INDIGO_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_DARKEN_3" -
- INDIGO_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_DARKEN_4" -
- INDIGO_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_1" -
- INDIGO_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_2" -
- INDIGO_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_3" -
- INDIGO_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_4" -
- INDIGO_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "INDIGO_LIGHTEN_5" -
- INDONESIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Indonesia region.
- INDONESIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Indonesian language.
- INDS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Indus (Harappan) script.
- INFERNO - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color inferno.
- INFINITY - org.pepstock.charba.client.intl.enums.FormatPartType
-
The Infinity string ("∞").
- INFLATE_AMOUNT - org.pepstock.charba.client.configuration.Bar.Property
- INFLATE_AMOUNT - org.pepstock.charba.client.data.BarDataset.Property
- INFLATE_AMOUNT - org.pepstock.charba.client.items.BarElementOptions.Property
- INFLATE_AMOUNT - org.pepstock.charba.client.options.Bar.Property
- inflateAmountCallback - Variable in class org.pepstock.charba.client.configuration.Bar
- inflateAmountCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- InflateAmountCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
inflateAmountproperty at runtime, forBarDatasetorBarelement instances.
ReturningUndefined.INTEGER, the chart will automatically calculate the amount of pixels to inflate the bar rectangles, when drawing. - inflateAmountCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Bar
- inflateAmountCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- INFLUENZA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Influenza" -
- INFO - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Info toast type -
- INFO - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Info toast type - Toast content
- INFUSION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Infusion6" -
- INHERIT - org.pepstock.charba.client.dom.enums.Visibility
-
Inherits from the parent.
- INHERIT - org.pepstock.charba.client.enums.Weight
-
Inherits this property from its parent element.
- initCallbacks() - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- initCallbacks() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- initCanvas(Canvas, int) - Method in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
-
Initialized the internal canvas to use for drawing.
- initCircleBasedCallbacks() - Method in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- INITIAL - org.pepstock.charba.client.dom.enums.Display
-
Uses the initial value.
- INITIAL - org.pepstock.charba.client.dom.enums.Visibility
-
Sets this property to its default value.
- INITIAL - org.pepstock.charba.client.enums.Weight
-
Sets this property to its default value.
- INITIAL - org.pepstock.charba.client.items.AnimationItem.Property
- initialCursor - Variable in class org.pepstock.charba.client.AbstractChart
- initialize(String, ControllerContext) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
-
Invokes the default
initializemethod. - initialize(ControllerType, ControllerContext) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Invokes the default
initializemethod. - INITIALIZE - org.pepstock.charba.client.controllers.WrapperController.Property
- initializeCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
- initialized - Variable in class org.pepstock.charba.client.ChartNode
- INITIALIZED - org.pepstock.charba.client.utils.CTimer.Status
-
Initial status, when the timer has been created.
- initLabelAnnotation() - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Initializes the annotation setting the final and callbacks items.
- initPointCallbacks() - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- initPolygonCallbacks() - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Initializes the callbacks proxies for the options which can be scriptable.
- inject() - Method in class org.pepstock.charba.client.resources.AbstractResources
-
Injects CHART.JS, date adapter and library if not already injected.
- inject() - Method in class org.pepstock.charba.client.resources.DeferredResources
-
Checks if the module has been injected by
EntryPointStarter. - inject() - Method in class org.pepstock.charba.client.resources.EmbeddedResources
-
Injects CHART.JS, date adapter and library if not already injected.
- InjectableTextResource - Class in org.pepstock.charba.client.resources
-
Default implementation for an injectable resource related to a text resource.
- InjectableTextResource(TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the name of text resource and the text of it.
- InjectableTextResource(String, TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the text of it and the name, passed as argument.
- InjectableTextResource(Key, TextResource) - Constructor for class org.pepstock.charba.client.resources.InjectableTextResource
-
Creates an injectable resources using the text of it and the name as key, passed as argument.
- injectDateLibrary - Variable in class org.pepstock.charba.client.resources.AbstractResources
- injected - Variable in class org.pepstock.charba.client.adapters.DateAdapterModule
- injected - Static variable in class org.pepstock.charba.client.resources.ResourcesType
- injected - Variable in class org.pepstock.charba.client.utils.toast.AbstractStandardType
- injected() - Method in class org.pepstock.charba.client.resources.DeferredResources
-
Is invoked when the all resources have been injected.
Notify the module that the injection has been completed. - injectionComplete(DateAdapterInjectionComplete) - Method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Is invoked when the date adapter has been injected.
It can be invoked only by the resources type of the module. - Injector - Class in org.pepstock.charba.client
-
This utility injects ChartJS java script and CHARBA custom java script implementation (for some utilities) in the web page of application, in the HEAD.
It enables also to inject other script in the web page, necessary when you want to use some Chart.JS extensions.
It tracks the resources which have been injected using as key their name and class name to avoid that however will inject own resources will use the same name of already injected resources. - Injector() - Constructor for class org.pepstock.charba.client.Injector
-
To avoid any instantiation
- InjectorPrefixHelper - Class in org.pepstock.charba.client
-
Singleton which contains the prefix to apply to CHARBA injectable resources DOM element id when they will injected.
- InjectorPrefixHelper() - Constructor for class org.pepstock.charba.client.InjectorPrefixHelper
-
To avoid any instantiation.
- INKWELL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Inkwell6" -
- INLINE - org.pepstock.charba.client.dom.enums.Display
-
The element generates one or more inline element boxes that do not generate line breaks before or after themselves.
In normal flow, the next element will be on the same line if there is space - INLINE_BLOCK - org.pepstock.charba.client.dom.enums.Display
-
The element generates a block element box that will be flowed with surrounding content as if it were a single inline box (behaving much like a replaced element would).
- INLINE_FLEX - org.pepstock.charba.client.dom.enums.Display
-
The element behaves like an inline element and lays out its content according to the flexbox model.
- INLINE_TABLE - org.pepstock.charba.client.dom.enums.Display
-
The inline-table value does not have a direct mapping in HTML.
It behaves like an HTML <table> element, but as an inline box, rather than a block-level box. - inner - Variable in class org.pepstock.charba.client.colors.Radius
- INNER - org.pepstock.charba.client.enums.BorderAlign
-
When 'inner' is set, it is guaranteed that all the borders are not overlap.
- INNER - org.pepstock.charba.client.enums.TickAlign
-
The property sets the center alignment.
- INNER_END - org.pepstock.charba.client.data.ArcBorderRadius.Property
- INNER_RADIUS - org.pepstock.charba.client.items.ArcElement.Property
- INNER_RADIUS - org.pepstock.charba.client.items.DatasetItemController.Property
- INNER_START - org.pepstock.charba.client.data.ArcBorderRadius.Property
- innerData - Variable in class org.pepstock.charba.client.treemap.TreeMapDataPoint
- InnerData - Class in org.pepstock.charba.client.treemap
-
Inner data implementation of the object which is mapping additional data.
Inside this object there is an array of original object used by the user. - InnerData(NativeObject) - Constructor for class org.pepstock.charba.client.treemap.InnerData
-
Creates the object with native object instance to be wrapped.
- InnerData.Property - Enum in org.pepstock.charba.client.treemap
- InnerFontItem(AbstractNode, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.BaseElement.InnerFontItem
-
Creates the object with native object instance to be wrapped.
- InnerLabel - Class in org.pepstock.charba.client.annotation
-
base object to map all label options for instances which belongs to another container.
- InnerLabel(AbstractAnnotation, NativeObject, IsDefaultsInnerLabel) - Constructor for class org.pepstock.charba.client.annotation.InnerLabel
-
To avoid any instantiation because is added in the all
AbstractAnnotation. - InnerLabel.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- InnerPaddingItem(AbstractNode, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.BaseElement.InnerPaddingItem
-
Creates the object with native object instance to be wrapped.
- input() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the original string that was matched against.
- inRange(double, double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- inRange(double, double, boolean) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- inRange(double, double, boolean) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns if the point passed as the argument is in the element.
- inRange(IsPoint) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- inRange(IsPoint, boolean) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- inRange(NativeObject, double, double, boolean) - Static method in class org.pepstock.charba.client.annotation.elements.NativeJsAnnotationHelper
-
Returns whether the coordinates, passed as arguments, are inside the element or not.
- inRange(NativeObject, double, double, boolean) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns if the point passed as the argument is in the element.
- inRange(NativeObject, double, double, boolean) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns if the point passed as the argument is in the element.
- INSERT - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
The Insert key,
Ins. - insertAt(int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Inserts the specified element at the specified position in this array.
- insertAt(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Inserts the specified element at the specified position in this array.
- insertAt(int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Inserts the specified element at the specified position in this array.
- insertAt(int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Inserts the specified element at the specified position in this array.
- insertAt(int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Inserts the specified element at the specified position in this array.
- insertAt(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Inserts the specified element at the specified position in this array.
- insertAt(int, Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Inserts the specified element at the specified position in this array.
- insertAt(int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Inserts the specified element at the specified position in this array.
- insertAt(int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Inserts the specified element at the specified position in this array.
- insertAt(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Inserts the specified element at the specified position in this array.
- insertAt(int, Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Inserts the specified element at the specified position in this array.
- insertBefore(BaseNode, BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Inserts a node before the reference node as a child of a specified parent node.
- INSET - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a border that makes the element appear embedded.
- INSPIRATION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Inspiration6" -
- INSTAGRAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Instagram" -
- INSTALL - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- installCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- installHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- InstallHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - instance - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
- INSTANCE - Static variable in class org.pepstock.charba.client.adapters.DateAdapterModule
- INSTANCE - Static variable in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationSharedObjects
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultAlignPosition
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultArrowHeads
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultBox
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultBoxLabel
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultCallout
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultEllipse
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultEllipseLabel
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultInteraction
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultLabel
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultLine
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultLineLabel
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultPoint
- INSTANCE - Static variable in class org.pepstock.charba.client.annotation.DefaultPolygon
- INSTANCE - Static variable in class org.pepstock.charba.client.ChartObserver
- INSTANCE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
- INSTANCE - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyManager
- INSTANCE - Static variable in class org.pepstock.charba.client.commons.IncrementalIdHandler
- INSTANCE - Static variable in class org.pepstock.charba.client.commons.JsHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.commons.Merger
- INSTANCE - Static variable in class org.pepstock.charba.client.configuration.AxisTypesManager
- INSTANCE - Static variable in class org.pepstock.charba.client.controllers.Controllers
- INSTANCE - Static variable in class org.pepstock.charba.client.controllers.ControllerTemplate
- INSTANCE - Static variable in class org.pepstock.charba.client.controllers.JsControllerHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.data.CanvasObjectHandler
- INSTANCE - Static variable in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
- INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
- INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.DefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultBaseFormatOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
-
Immutable instance with the date adapter options defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
-
Immutable instance with the number format defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
-
Immutable instance with the number format defaults.
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
- INSTANCE - Static variable in class org.pepstock.charba.client.Defaults
- INSTANCE - Static variable in class org.pepstock.charba.client.defaults.NoDefaults
-
Unique instance of no defaults class.
- INSTANCE - Static variable in class org.pepstock.charba.client.dom.DOMBuilder
- INSTANCE - Static variable in class org.pepstock.charba.client.enums.DefaultEvents
-
Unmodifiable set with all default events.
- INSTANCE - Static variable in class org.pepstock.charba.client.geo.JsGeoHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.gradient.GradientPlugin
- INSTANCE - Static variable in class org.pepstock.charba.client.gradient.JsGradientHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.Helpers
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartAreaBackgroundGradientFactory
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorDefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundGradientFactory
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointerDefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesDefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.Crosshair
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.CrosshairDefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
- INSTANCE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendDefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.InjectorPrefixHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.interaction.Interactions
- INSTANCE - Static variable in class org.pepstock.charba.client.items.ChartElementFactories
- INSTANCE - Static variable in class org.pepstock.charba.client.items.JsItemsHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.JsChartHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.labels.DefaultLabel
- INSTANCE - Static variable in class org.pepstock.charba.client.labels.DefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.ml.MLInjector
- INSTANCE - Static variable in class org.pepstock.charba.client.ml.MLUtil
- INSTANCE - Static variable in class org.pepstock.charba.client.MutationItem
- INSTANCE - Static variable in class org.pepstock.charba.client.options.DefinedEvents
- INSTANCE - Static variable in class org.pepstock.charba.client.plugins.JsPluginHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.positioner.JsPositionerHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.positioner.Positioner
- INSTANCE - Static variable in class org.pepstock.charba.client.resources.DateAdapterInjectionComplete
- INSTANCE - Static variable in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesResource
-
Static reference to resources java script source code.
- INSTANCE - Static variable in interface org.pepstock.charba.client.resources.DeferredResources.DeferredResourcesWithoutLibraryResource
-
Static reference to resources java script source code.
- INSTANCE - Static variable in class org.pepstock.charba.client.resources.DeferredResources
-
Static reference to LUXON resources which is injecting the LUXON library.
- INSTANCE - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
-
Static reference to LUXON resources which is injecting the LUXON library.
- INSTANCE - Static variable in class org.pepstock.charba.client.utils.CScheduler
- INSTANCE - Static variable in class org.pepstock.charba.client.utils.toast.Toaster
- INSTANCE - Static variable in class org.pepstock.charba.client.utils.WindowHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultDrag
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultOptions
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultPinch
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultScaleLimit
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultScaleRange
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.DefaultWheel
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.JsZoomHelper
- INSTANCE - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
- INSTANCE_WITHOUT_DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.DeferredResources
-
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library more than once.
- INSTANCE_WITHOUT_DATE_LIBRARY - Static variable in class org.pepstock.charba.client.resources.EmbeddedResources
-
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library more than once.
- instances - Variable in class org.pepstock.charba.client.interaction.Interactions
- instances - Variable in class org.pepstock.charba.client.options.DefinedEvents
- INTEGER - org.pepstock.charba.client.intl.enums.FormatPartType
-
The integer number.
- INTEGER - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for INTEGER instances,
Integer.MIN_VALUE. - INTEGERS - org.pepstock.charba.client.enums.BorderItemType
-
When border width or radius are stored as an array of integers.
- INTEGRAL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Integral6" -
- interaction - Variable in class org.pepstock.charba.client.annotation.AnnotationOptions
- interaction - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- interaction - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
- interaction - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- interaction - Variable in class org.pepstock.charba.client.options.Options
- Interaction - Class in org.pepstock.charba.client.annotation
-
Definitions about how the user can interact with chart elements.
- Interaction - Class in org.pepstock.charba.client.configuration
-
Definitions about how the user can interact with chart elements.
- Interaction - Class in org.pepstock.charba.client.options
-
Definitions about how the user can interact with chart elements.
- Interaction(IsDefaultsAnnotationInteraction) - Constructor for class org.pepstock.charba.client.annotation.Interaction
-
Creates the object with empty values.
- Interaction(IsDefaultsAnnotationInteraction, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.Interaction
-
Creates the object with native object instance to be wrapped.
- Interaction(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Interaction
-
Builds the object storing the root options element.
- Interaction(Options, Key, IsDefaultInteraction, NativeObject) - Constructor for class org.pepstock.charba.client.options.Interaction
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- INTERACTION - org.pepstock.charba.client.annotation.AnnotationOptions.Property
- INTERACTION - org.pepstock.charba.client.options.Options.Property
- Interaction.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- Interaction.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- InteractionAxis - Enum in org.pepstock.charba.client.enums
-
Defines which directions are used in calculating distances, interacting on the chart.
Defaults toInteractionAxis.XforDefaultInteractionMode.INDEXmode andInteractionAxis.XYinDefaultInteractionMode.DATASETandDefaultInteractionMode.NEARESTmodes. - InteractionAxis(String) - Constructor for enum org.pepstock.charba.client.enums.InteractionAxis
-
Creates with the property value to use in the native object.
- InteractionEnvelop<T> - Class in org.pepstock.charba.client.interaction
-
This object is a container of hidden object.
It can not be instantiated in order that public methods can be invoked in safe mode. - InteractionEnvelop() - Constructor for class org.pepstock.charba.client.interaction.InteractionEnvelop
-
Create an envelop with a
nullcontent. - InteractionEnvelop(boolean) - Constructor for class org.pepstock.charba.client.interaction.InteractionEnvelop
-
Create an envelop with a
nullcontent and a flag to set if the content can be nullable. - InteractionEnvelop(T) - Constructor for class org.pepstock.charba.client.interaction.InteractionEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- InteractionEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.interaction.InteractionEnvelop
-
Create an envelop with the content passed as argument.
- Interactioner - Interface in org.pepstock.charba.client.interaction
-
Interface to be implemented to create a custom interaction mode where you can decide how and which elements will be managed interacting with chart events and tooltips.
- InteractionItem - Class in org.pepstock.charba.client.items
-
Object used by CHART.JS to manages the user interaction on chart instances, for events, hovering and tooltips.
- InteractionItem(IsChart, NativeObject) - Constructor for class org.pepstock.charba.client.items.InteractionItem
-
Creates the object with native object instance to be wrapped.
- InteractionItem(IsChart, ChartElement, int, int) - Constructor for class org.pepstock.charba.client.items.InteractionItem
-
Creates an item with chart and a specific dataset element, setting dataset and data indexes.
- InteractionItem.InteractionItemFactory - Class in org.pepstock.charba.client.items
-
Interaction item factory used to create items.
- InteractionItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- InteractionItemFactory(IsChart) - Constructor for class org.pepstock.charba.client.items.InteractionItem.InteractionItemFactory
-
Creates a item factory with chart instance
- InteractionOptions - Class in org.pepstock.charba.client.items
-
Definitions about how the interaction with events will be applied on chart elements.
- InteractionOptions() - Constructor for class org.pepstock.charba.client.items.InteractionOptions
-
Creates an interaction item with defaults.
- InteractionOptions(IsInteractionMode) - Constructor for class org.pepstock.charba.client.items.InteractionOptions
-
Creates an interaction item with passed mode and all other configuration as defaults.
- InteractionOptions(IsInteractionMode, boolean) - Constructor for class org.pepstock.charba.client.items.InteractionOptions
-
Creates an interaction item with passed mode and intersect and all other configuration as defaults.
- InteractionOptions(IsInteractionMode, boolean, InteractionAxis) - Constructor for class org.pepstock.charba.client.items.InteractionOptions
-
Creates an interaction item with all passed arguments.
- InteractionOptions(InteractionEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.InteractionOptions
-
Creates the object with envelop envelop with the native object instance to be wrapped.
- InteractionOptions.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- Interactions - Class in org.pepstock.charba.client.interaction
-
Manages the chart interaction modes.
With a custom interaction mode you can decide how and which elements will be managed interacting with chart events. - Interactions() - Constructor for class org.pepstock.charba.client.interaction.Interactions
-
To avoid any instantiation
- Interactions.InternalReflect - Class in org.pepstock.charba.client.interaction
- Interactions.Modes - Class in org.pepstock.charba.client.interaction
-
Maps the interactions modes defined in CHART.JS
- Interactions.NativeInteractionOptions - Class in org.pepstock.charba.client.interaction
-
Maps the interaction object defined in CHART.JS
- Interactions.NativeInteractionOptions.Property - Enum in org.pepstock.charba.client.interaction
-
Name of properties of native object.
- INTERLINGUA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Interlingua (International Auxiliary Language Association) language.
- INTERNAL_DEFAULT_PADDING - Static variable in class org.pepstock.charba.client.annotation.LabelHandler
- INTERNAL_MOUSE_DOWN - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- INTERNAL_MOUSE_UP - Static variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- InternalAnimations() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
- InternalBodyFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalBodyFont
- InternalCanvasObjectProperty(String, boolean) - Constructor for enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
-
Creates with the property value to use in the native object.
- InternalCenterPoint(NativeObject) - Constructor for class org.pepstock.charba.client.items.ChartElement.InternalCenterPoint
- InternalDefaultScale(AxisType, GlobalScale, NativeObject) - Constructor for class org.pepstock.charba.client.Defaults.InternalDefaultScale
-
Creates the object only with aixs type and native object.
This is used when the default scale is read byDefaults.getScale(AxisType). - InternalDefaultScales(NativeObject) - Constructor for class org.pepstock.charba.client.Defaults.InternalDefaultScales
-
Creates the item using a native java script object which contains all properties.
- InternalFont() - Constructor for class org.pepstock.charba.client.annotation.DefaultBoxLabel.InternalFont
- InternalFont() - Constructor for class org.pepstock.charba.client.annotation.DefaultLineLabel.InternalFont
- InternalFont(AbstractNode, IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleLabelItem.InternalFont
-
Creates a font, wrapping a native object instance.
- InternalFontContainer(AbstractNode, IsDefaultFontContainer, NativeObject) - Constructor for class org.pepstock.charba.client.utils.toast.AbstractContentElement.InternalFontContainer
-
Creates a font container with the native object where font properties must be managed and the default value to use when the property does not exist.
- InternalFooterFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalFooterFont
- InternalGradient(NativeObject) - Constructor for class org.pepstock.charba.client.colors.CanvasObject.InternalGradient
-
Creates the object with native object instance to be wrapped.
- InternalInjectableTextResource - Class in org.pepstock.charba.client.resources
-
Internal implementation for an injectable resource related to a text resource and used by moudle out of the box provided by CHARBA for deferred resources.
- InternalInjectableTextResource(Key, TextResource) - Constructor for class org.pepstock.charba.client.resources.InternalInjectableTextResource
-
Creates an injectable resources using the text of it and the name as key, passed as argument.
- InternalKeyFactory() - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataset.InternalKeyFactory
- internalMerge(NativeObject, NativeObject, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Copies
sourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property is - internalMouseDownCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- internalMouseUpCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- InternalNumbersAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalNumbersAnimationCollection
- InternalOpacityAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
- InternalOptionsWrapper(NativeObject) - Constructor for class org.pepstock.charba.client.geo.BaseGeoOptions.InternalOptionsWrapper
-
Creates the object with native object instance to be wrapped.
- InternalPlugins(NativeObject) - Constructor for class org.pepstock.charba.client.plugins.GlobalPlugins.InternalPlugins
- InternalPointStyleHandler(AbstractNode, IsDefaultPointStyleHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation.InternalPointStyleHandler
-
Creates a point style handler with the native object where POINTSTYLE property must be managed and the default value to use when the property does not exist.
- InternalProperty(String) - Constructor for enum org.pepstock.charba.client.data.Dataset.InternalProperty
-
Creates with the property value to use in the native object.
- InternalReflect() - Constructor for class org.pepstock.charba.client.interaction.Interactions.InternalReflect
-
To avoid any instantiation
- InternalSubtitleFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultSubtitle.InternalSubtitleFont
- InternalTitleFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTitle.InternalTitleFont
- InternalTitleFont() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalTitleFont
- interpolate(boolean, boolean, double) - Method in class org.pepstock.charba.client.Helpers
-
Returns an interpolated value for a boolean for a specific type from CHART.JS.
- interpolate(double) - Method in interface org.pepstock.charba.client.geo.callbacks.InterpolateCallback
- interpolate(double, double, double) - Method in class org.pepstock.charba.client.Helpers
-
Returns an interpolated value for a number for a specific type from CHART.JS.
- interpolate(String, String, double) - Method in class org.pepstock.charba.client.Helpers
-
Returns an interpolated value for a color (as string) for a specific type from CHART.JS.
- interpolate(IsColor, double) - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns a color from a specific offset starting from the current one.
- interpolate(IsColor, IsColor, double) - Method in class org.pepstock.charba.client.Helpers
-
Returns an interpolated value for a color for a specific type from CHART.JS.
- Interpolate - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the color interpolation for data set and scale.
- Interpolate(String) - Constructor for enum org.pepstock.charba.client.geo.enums.Interpolate
-
Creates with the property value to use in the native object.
- INTERPOLATE - org.pepstock.charba.client.geo.ColorAxisMapper.Property
- INTERPOLATE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.ColorAxisMapper
- InterpolateCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to be defined to customize the color on
ColorAxis. - interpolateCallbackProxy - Variable in class org.pepstock.charba.client.geo.ColorAxisMapper
- interpolateColors(String, String, double) - Method in class org.pepstock.charba.client.JsChartHelper
-
Returns an interpolated COLOR value for a specific type from CHART.JS.
- interpolateColors(String, String, double) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Returns an interpolated color value for a specific type from CHART.JS.
- INTERSECT - org.pepstock.charba.client.annotation.Interaction.Property
- INTERSECT - org.pepstock.charba.client.items.InteractionOptions.Property
- INTERSECT - org.pepstock.charba.client.options.AbstractInteraction.Property
- interval - Variable in class org.pepstock.charba.client.utils.CTimer
- intervalID - Variable in class org.pepstock.charba.client.utils.CTimer
- INTUITIVE_PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Intuitive Purple" -
- intValue - Variable in enum org.pepstock.charba.client.enums.Weight
- INUKTITUT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Inuktitut language.
- INVALID - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast is invalid, doesn't have any label or title context to show.
- INVALID_DATA_CALL - Static variable in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- INVALID_DATA_STRING_CALL - Static variable in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- INVALID_DEFAULTS_VALUES_CLASS - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- INVALID_FEATURE_PROPERTY - Static variable in class org.pepstock.charba.client.geo.GeoUtil
- INVALID_GET_DATA_CALL - Static variable in class org.pepstock.charba.client.geo.GeoDatasetHandler
- INVALID_GET_DATA_CALL - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
- INVALID_GET_DATA_CALL - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
- INVALID_GET_DATA_CALL - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
- INVALID_GET_DATA_POINTS_CALL - Static variable in class org.pepstock.charba.client.geo.BubbleMapDataset
- INVALID_ID_NOT_EQUALS_IN_FACTORY - Static variable in class org.pepstock.charba.client.options.Plugins
- INVALID_ID_NOT_EQUALS_IN_OPTIONS - Static variable in class org.pepstock.charba.client.options.Plugins
- INVALID_SCALE_TYPE - Static variable in class org.pepstock.charba.client.ChartOptions
- INVALID_SET_DATA_CALL - Static variable in class org.pepstock.charba.client.geo.GeoDatasetHandler
- INVALID_SET_DATA_CALL - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- INVALID_SET_DATA_CALL - Static variable in class org.pepstock.charba.client.matrix.MatrixDataset
- INVALID_SET_DATA_CALL - Static variable in class org.pepstock.charba.client.sankey.SankeyDataset
- INVALID_SET_DATA_CALL - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
- INVALID_SET_DATA_POINTS_CALL - Static variable in class org.pepstock.charba.client.geo.BubbleMapDataset
- invert(Chart, double, double) - Method in class org.pepstock.charba.client.geo.JsGeoHelper
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- invert(Chart, double, double) - Static method in class org.pepstock.charba.client.geo.NativeJsGeoHelper
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- INVERTED_DIAGONAL - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a diagonal (from right to left) on the tile.
- INVERTED_DOUBLE_DIAGONAL - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a double diagonals (from right to left) on the tile.
- INVERTED_TRIANGLE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a triangle (with spike down) on the tile.
- InvertedDiagonal - Class in org.pepstock.charba.client.colors.tiles
-
DIAGONAL drawer to design a diagonal in the tile, from right to left.
It designs a diagonal in the following tile sections (A and B):
- InvertedDiagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedDiagonal
- InvertedDoubleDiagonal - Class in org.pepstock.charba.client.colors.tiles
-
Double DIAGONAL drawer to design a set of diagonals (form right to left) in the tile.
It designs a set of diagonals in the following tile sections (A, D and B-C):
- InvertedDoubleDiagonal() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedDoubleDiagonal
- InvertedTriangle - Class in org.pepstock.charba.client.colors.tiles
-
TRAINGLE (vertically) drawer to design a triangle (vertically) in the tile.
It designs a triangle (vertically) in the following tile sections (A and B):
- InvertedTriangle() - Constructor for class org.pepstock.charba.client.colors.tiles.InvertedTriangle
- invoke(C) - Method in interface org.pepstock.charba.client.callbacks.Scriptable
-
Returns the value of property at runtime.
- invoke(Object, Chart, NativeObject, NativeObject, boolean) - Method in class org.pepstock.charba.client.interaction.NativeInteraction
-
Method of function to be called to invoke a custom interactioner.
- invoke(String, NativeObject, ArrayObject, NativeObject) - Static method in class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
-
Invokes an existing positioner to get the point.
- invoke(DatasetContext) - Method in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
- invoke(Chart, NativeObject, NativeObject, boolean) - Method in class org.pepstock.charba.client.interaction.AbstractNativeInteractioner
-
Method of function to be called to invoke a custom interactioner.
- invoke(Chart, NativeObject, NativeObject, boolean) - Method in class org.pepstock.charba.client.interaction.DefaultInteractioner
- invoke(Chart, NativeObject, NativeObject, boolean) - Method in class org.pepstock.charba.client.interaction.ExtendedInteractioner
- invoke(Chart, NativeObject, NativeObject, boolean) - Method in class org.pepstock.charba.client.interaction.NativeInteractioner
- invoke(DataLabelsContext, DataItem) - Method in interface org.pepstock.charba.client.datalabels.callbacks.FormatterCallback
-
Returns the formatted label value.
- invoke(DataLabelsContext, DataItem) - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
- invoke(IsTooltipPosition, PositionerContext, ArrayObject, Point) - Method in class org.pepstock.charba.client.positioner.JsPositionerHelper
-
Invokes an existing positioner to get the point.
- invoke(IsChart, ChartEventContext, InteractionOptions, boolean) - Method in enum org.pepstock.charba.client.enums.DefaultInteractionMode
- invoke(IsChart, ChartEventContext, InteractionOptions, boolean) - Method in class org.pepstock.charba.client.interaction.AbstractNativeInteractioner
- invoke(IsChart, ChartEventContext, InteractionOptions, boolean) - Method in interface org.pepstock.charba.client.interaction.Interactioner
-
Returns items which must be managed by CHART.JS event or hovering handler and by tooltips.
- invokeAfterBuildTicks(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - invokeAfterBuildTicks(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - invokeAfterBuildTicks(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - invokeAfterDataLimits(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - invokeAfterDataLimits(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - invokeAfterDataLimits(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - invokeAfterDatasetDraw(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
- invokeAfterDatasetDraw(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
- invokeAfterDatasetDraw(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
- invokeAfterDatasetsDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - invokeAfterDatasetsDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - invokeAfterDatasetsDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - invokeAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - invokeAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - invokeAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - invokeAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - invokeAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - invokeAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - invokeAfterDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the chart has been destroyed.
- invokeAfterDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the chart has been destroyed.
- invokeAfterDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the chart has been destroyed.
- invokeAfterDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - invokeAfterDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - invokeAfterDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - invokeAfterEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the 'event' has been consumed.
- invokeAfterEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the 'event' has been consumed.
- invokeAfterEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the 'event' has been consumed.
- invokeAfterInit(IsChart, Chart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after 'chart' has been initialized and before the first update.
- invokeAfterInit(IsChart, Chart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after 'chart' has been initialized and before the first update.
- invokeAfterInit(IsChart, Chart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after 'chart' has been initialized and before the first update.
- invokeAfterLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - invokeAfterLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - invokeAfterLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - invokeAfterRender(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - invokeAfterRender(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - invokeAfterRender(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - invokeAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after drawing the 'tooltip'.
- invokeAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after drawing the 'tooltip'.
- invokeAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after drawing the 'tooltip'.
- invokeAfterUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - invokeAfterUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - invokeAfterUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - invokeBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - invokeBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - invokeBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - invokeBeforeDataLimits(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - invokeBeforeDataLimits(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - invokeBeforeDataLimits(IsChart, PluginScaleArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - invokeBeforeDatasetDraw(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
- invokeBeforeDatasetDraw(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
- invokeBeforeDatasetDraw(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
- invokeBeforeDatasetsDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before drawing the 'chart' datasets.
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - invokeBeforeDatasetsDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before drawing the 'chart' datasets.
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - invokeBeforeDatasetsDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before drawing the 'chart' datasets.
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - invokeBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - invokeBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - invokeBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - invokeBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - invokeBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - invokeBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - invokeBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before the chart is being destroyed.
- invokeBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before the chart is being destroyed.
- invokeBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before the chart is being destroyed.
- invokeBeforeDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - invokeBeforeDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - invokeBeforeDraw(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - invokeBeforeElementsUpdate(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called during the update process, before any chart elements have been created.
- invokeBeforeElementsUpdate(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called during the update process, before any chart elements have been created.
- invokeBeforeElementsUpdate(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called during the update process, before any chart elements have been created.
- invokeBeforeEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before processing the specified 'event'.
- invokeBeforeEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before processing the specified 'event'.
- invokeBeforeEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before processing the specified 'event'.
- invokeBeforeInit(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before initializing 'chart'.
- invokeBeforeInit(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before initializing 'chart'.
- invokeBeforeInit(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before initializing 'chart'.
- invokeBeforeLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - invokeBeforeLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - invokeBeforeLayout(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - invokeBeforeRender(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before rendering 'chart'.
If any plugin returnsfalse, the rendering is cancelled until another 'render' is triggered. - invokeBeforeRender(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before rendering 'chart'.
If any plugin returnsfalse, the rendering is cancelled until another 'render' is triggered. - invokeBeforeRender(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before rendering 'chart'.
If any plugin returnsfalse, the rendering is cancelled until another 'render' is triggered. - invokeBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before drawing the 'tooltip'.
- invokeBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before drawing the 'tooltip'.
- invokeBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before drawing the 'tooltip'.
- invokeBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - invokeBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - invokeBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - invokeChartEvent(IsChartEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the event chart function provided out of the box by CHART.JS.
- invokeChartOnClick(ChartClickEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onClickchart function provided out of the box by CHART.JS. - invokeChartOnHover(ChartHoverEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onHoverchart function provided out of the box by CHART.JS. - invokeColorCallback(DatasetContext, ColorCallback<DatasetContext>, String) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
- invokeColorCallback(DatasetContext, Scriptable<?, DatasetContext>, Dataset.CanvasObjectKey, String) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns a color value of property by a callback, checking all different types of object which can be used as value of the property in color ones.
- invokeConfigure(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called before creation of 'chart' java script.
- invokeConfigure(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before creation of 'chart' java script.
- invokeConfigure(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called before creation of 'chart' java script.
- invokeDefaultChartEvent(ChartOptions, Key, Chart, NativeObject, ArrayObject) - Method in class org.pepstock.charba.client.JsChartHelper
-
Invokes the chart event callbacks, provided out of the box by CHART.JS.
- invokeDefaultChartEvent(NativeObject, String, Chart, NativeObject, ArrayObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Invokes the chart event callbacks, provided out of the box by CHART.JS.
- invokeDefaultLegendEvent(ChartOptions, Key, Chart, NativeObject, NativeObject) - Method in class org.pepstock.charba.client.JsChartHelper
-
Invokes the legend event callbacks, provided out of the box by CHART.JS.
- invokeDefaultLegendEvent(NativeObject, String, Chart, NativeObject, NativeObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Invokes the legend event callbacks, provided out of the box by CHART.JS.
- invokeInstall(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - invokeInstall(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - invokeInstall(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - invokeLegendEvent(IsLegendEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the event legend function provided out of the box by CHART.JS.
- invokeLegendOnClick(LegendClickEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onClicklegend function provided out of the box by CHART.JS. - invokeLegendOnHover(LegendHoverEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onHoverlegend function provided out of the box by CHART.JS. - invokeLegendOnLeave(LegendLeaveEvent) - Method in class org.pepstock.charba.client.Defaults
-
Invokes the
onLeavelegend function provided out of the box by CHART.JS. - invokePositioner(IsTooltipPosition, IsChart, List<DatasetReference>, Point) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Invokes an existing positioner to get the point.
- invokeReset(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called during chart reset.
- invokeReset(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called during chart reset.
- invokeReset(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called during chart reset.
- invokeResize(IsChart, PluginResizeArgument) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after the chart as been resized.
- invokeResize(IsChart, PluginResizeArgument) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after the chart as been resized.
- invokeResize(IsChart, PluginResizeArgument) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after the chart as been resized.
- invokeStart(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - invokeStart(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - invokeStart(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - invokeStop(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - invokeStop(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - invokeStop(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - invokeTooltipsCallbackOnLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default text to render for an individual item in the tooltip.
- invokeTooltipsCallbackOnLabelColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default colors to render for the tooltip item.
- invokeTooltipsCallbackOnLabelPointStyle(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default point style to render for the tooltip item.
- invokeTooltipsCallbackOnTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.Defaults
-
Returns the default text to render as the title of the tooltip.
- invokeUninstall(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - invokeUninstall(IsChart) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - invokeUninstall(IsChart) - Method in class org.pepstock.charba.client.plugins.WrapperPlugin
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - inXRange(double, boolean) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns if the point X passed as the argument is in the element.
- inXRange(NativeObject, double, boolean) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns if the point X passed as the argument is in the element.
- inXRange(NativeObject, double, boolean) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns if the point X passed as the argument is in the element.
- inXScaleRange(ScaleItem, IsPoint) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Returns
trueif the event is on X scale range. - inYRange(double, boolean) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns if the point Y passed as the argument is in the element.
- inYRange(NativeObject, double, boolean) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns if the point Y passed as the argument is in the element.
- inYRange(NativeObject, double, boolean) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns if the point Y passed as the argument is in the element.
- inYScaleRange(ScaleItem, IsPoint) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Returns
trueif the event is on Y scale range. - ION_BOARDROOM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "IonBoardroom6" -
- ION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Ion6" -
- IRAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Iran timezone.
- IRAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Iran region.
- IRANIAN_PERSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Iranian Persian language.
- IRANIAN_RIAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Iranian Rial currency.
- IRAQ - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Iraq region.
- IRAQI_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Iraqi Dinar currency.
- IRISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Irish language.
- is(double) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns
trueif the value is undefined. - is(int) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns
trueif the value is undefined. - is(String) - Method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns
trueif the key is the same of the event. - is(String) - Method in enum org.pepstock.charba.client.enums.ChartAxisType
-
Returns
trueif the passed type is the a default one. - is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns
trueif the argument is equals to a default animation collection. - is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns
trueif the argument is equals to a default animation property. - is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns
trueif the argument is equals to a default plugin id. - is(String) - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns
trueif the scale id is related to this axis id. - is(String) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionMode
-
Returns
trueif the argument is equals to a default animation mode. - is(String) - Method in interface org.pepstock.charba.client.options.IsEvent
-
Checks if the event type is equals to the event type passed as string.
- is(Key) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns
trueif the argument is equals to a default animation collection. - is(Key) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns
trueif the argument is equals to a default plugin id.
TheDefaultPluginId.FILLERis not considered a default plugin because does not have a specific namespace in the options. - is(AxisType) - Method in enum org.pepstock.charba.client.enums.ChartAxisType
-
Returns
trueif the passed type is the a default one. - is(NativeBaseEvent) - Method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns
trueif the key is the same of the event. - is(NativeBaseEvent) - Method in interface org.pepstock.charba.client.options.IsEvent
-
Checks if the event type is equals to the event type passed in the event.
- is(HasNativeEvent) - Method in interface org.pepstock.charba.client.dom.enums.IsKeyboardKey
-
Returns
trueif the key is the same of the event. - is(HasNativeEvent) - Method in interface org.pepstock.charba.client.options.IsEvent
-
Checks if the event type is equals to the event type passed in the event container.
- is(ScaleId) - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns
trueif the scale id is related to this axis id. - is(TransitionMode) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionMode
-
Returns
trueif the argument is equals to a default animation mode. - IS_PRIMARY - org.pepstock.charba.client.dom.events.PointerEventInit.Property
- isAbstractChart(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns
trueif chart passed as argument is an abstract chart instance. - isActive() - Method in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
-
Returns true if element is active (hovered).
- isActive() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns
trueif the element is active. - isActive() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns if element is active.
- isAdjustScaleRange() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns
truewhether the scale range should be adjusted if this annotation is out of range. - isAdjustScaleRange() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns
truewhether the scale range should be adjusted if this annotation is out of range. - isAdjustScaleRange() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns
truewhether the scale range should be adjusted if this annotation is out of range. - isAfterCanvas(IsChart, Div) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Returns
trueif the legend element has been added to chart element after the canvas one. - isAlignToPixels() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns
trueto align pixel values to device pixels. - isAlignToPixels() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isAlignToPixels() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isAlignToPixels() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns
trueto align pixel values to device pixels. - isAlignToPixels() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns
trueto align pixel values to device pixels. - isAlphaWithinBounds(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Returns
trueif any double is between 0.0d and 1.0d (inclusive). - isAltKey() - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Returns true if the alt key was down when the mouse event was fired.
- isAltKey() - Method in class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Returns true if the alt key was down when the mouse event was fired.
- isAltKey() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns true if the alt key was down when the mouse event was fired.
- isAltKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns true if the alt key was down when the mouse event was fired.
- isAltKey() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns true if the alt key was down when the touch event was fired.
- isAnimate() - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Returns whether to animate scaling the chart from the center.
- isAnimate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isAnimate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isAnimate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns whether to animate scaling the chart from the center.
- isAnimate() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns whether to animate scaling the chart from the center.
- isAnimated() - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Returns if the render will be shown based on the animation of chart.
- isAnimateRotate() - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, the chart will animate in with a rotation animation.
- isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
- isAnimateRotate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
- isAnimateRotate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
-
If
true, the chart will animate in with a rotation animation. - isAnimateRotate() - Method in class org.pepstock.charba.client.options.Animation
-
If
true, the chart will animate in with a rotation animation. - isAnimateRotate() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If
true, the chart will animate in with a rotation animation. - isAnimateScale() - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, will animate scaling the chart from the center outwards.
- isAnimateScale() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimation
- isAnimateScale() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAnimation
- isAnimateScale() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAnimation
-
If
true, will animate scaling the chart from the center outwards. - isAnimateScale() - Method in class org.pepstock.charba.client.options.Animation
-
If
true, will animate scaling the chart from the center outwards. - isAnimateScale() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If
true, will animate scaling the chart from the center outwards. - IsAnimation - Interface in org.pepstock.charba.client.options
-
Interface to map a animations element, ANIMATIONS name space.
- isAnimationEnabled() - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Returns
trueif animation is enabled, otherwisefalse. - isAnimationEnabled() - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Returns
trueif animation is enabled, otherwisefalse. - isAnimationEnabled() - Method in class org.pepstock.charba.client.options.AnimationContainer
-
Returns
trueif animation is enabled, otherwisefalse. - isAnimationEnabled() - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Returns
trueif animation is enabled, otherwisefalse. - IsAnimations - Interface in org.pepstock.charba.client.options
-
Interface to map a animations element where animation element properties can be set, ANIMATIONS name space.
- isArc() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns if draws label in arc.
- isArc() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if draws label in arc.
- IsArea - Interface in org.pepstock.charba.client.items
-
Defines an area dimensions.
- isArray(Object) - Static method in class org.pepstock.charba.client.commons.Array
-
This method determines whether the passed value is an Array.
- isArray(Object, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
This method determines whether the passed property of passed object is an Array.
- isAutoColors() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
truewhen the auto colors plugin has been enabled and CHART.JS apply the default colors to datasets. - isAutoColors() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isAutoColors() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isAutoColors() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns
truewhen the auto colors plugin has been enabled and CHART.JS apply the default colors to datasets. - isAutoColors() - Method in class org.pepstock.charba.client.options.Options
-
Returns
truewhen the auto colors plugin has been enabled and CHART.JS apply the default colors to datasets. - isAutoColorsForceOverride() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
By default the colors plugin only works when you initialize the chart without any colors for the border or background specified.
If you want to force the colors plugin to always color your datasets, for example when using dynamic datasets at runtime you will need to set theforceOverrideoption totrue. - isAutoColorsForceOverride() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isAutoColorsForceOverride() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isAutoColorsForceOverride() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
By default the colors plugin only works when you initialize the chart without any colors for the border or background specified.
If you want to force the colors plugin to always color your datasets, for example when using dynamic datasets at runtime you will need to set theforceOverrideoption totrue. - isAutoColorsForceOverride() - Method in class org.pepstock.charba.client.options.Options
-
By default the colors plugin only works when you initialize the chart without any colors for the border or background specified.
If you want to force the colors plugin to always color your datasets, for example when using dynamic datasets at runtime you will need to set theforceOverrideoption totrue. - isAutoFontSize() - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Returns
trueif the font size of the rendering will be automatically calculated, based on dimension of the area for rendering. - isAutoHide() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns whether to make the toast notification sticky, which means that the toast notification will never auto dismiss until clicked.
- isAutoHide() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns whether to make the toast notification sticky, which means that the toast notification will never auto dismiss until clicked.
- isAutoHide() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns whether to make the toast notification sticky, which means that the toast notification will never auto dismiss until clicked.
- isAutoInflateAmount() - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoInflateAmount() - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoInflateAmount() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- isAutoInflateAmount() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- isAutoInflateAmount() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
Returns
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoInflateAmount() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoInflateAmount() - Method in class org.pepstock.charba.client.options.Bar
-
Returns
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - isAutoPadding() - Method in class org.pepstock.charba.client.configuration.Layout
-
Returns
trueto apply automatic padding so visible elements are completely drawn. - isAutoPadding() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
- isAutoPadding() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLayout
- isAutoPadding() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLayout
-
Returns
trueto apply automatic padding so visible elements are completely drawn. - isAutoPadding() - Method in class org.pepstock.charba.client.options.Layout
-
Returns
trueto apply automatic padding so visible elements are completely drawn. - isAutoRotation() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns
truewhether the rotation of label must calculates automatically. - isAutoRotation() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineLabel
-
Returns
truewhether the rotation of label must calculates automatically. - isAutoRotation() - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns
truewhether the rotation of label must calculates automatically. - isAutoSkip() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- isAutoSkip() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- isAutoSkip() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- isAutoSkip() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- isAutoSkip() - Method in class org.pepstock.charba.client.options.Ticks
-
If
true, automatically calculates how many labels that can be shown and hides labels accordingly.
Turn it off to show all labels no matter what - isBackgroundColorAsColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
trueif the background color is defined as color. - isBackgroundColorAsColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
trueif the background color of the tooltip item is defined as color. - isBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
trueif the background color is defined as gradient. - isBackgroundColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
trueif the background color of the tooltip item is defined as gradient. - isBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
trueif the background color is defined as canvas pattern. - isBackgroundColorAsPattern() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
trueif the background color of the tooltip item is defined as canvas pattern. - isBeginAtZero() - Method in interface org.pepstock.charba.client.configuration.IsLinearAxis
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isBeginAtZero() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isBeginAtZero() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
If true, scale will include 0 if it is not already included.
- isBeginAtZero() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true, scale will include 0 if it is not already included. - isBetween(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
- isBetween(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is between minimum and maximum values, passed as argument (inclusive).
- isBorderColorAsColor() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
trueif the border color is defined as color. - isBorderColorAsColor() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
trueif the border color of the tooltip item is defined as color. - isBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Returns
trueif the border color is defined as gradient. - isBorderColorAsGradient() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Returns
trueif the border color of the tooltip item is defined as gradient. - IsBorderRadius - Interface in org.pepstock.charba.client.items
-
Defines the border radius for element, applies the corner radius to all corners of the rectangle (topLeft, topRight, bottomLeft, bottomRight).
- isBorderRadiusAsObject() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns
trueif the border width is defined asBarBorderRadius. - isBorderRadiusAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns
trueif the border width is defined asBarBorderRadius. - isBorderWidthAsObject() - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Returns
trueif the border width is defined asBarBorderWidth. - isBorderWidthAsObject() - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Returns
trueif the border width is defined asBarBorderWidth. - isBorderWidthAsObject() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns
trueif the border width is defined asBarBorderWidth. - isBottom() - Method in class org.pepstock.charba.client.data.Clip
-
Returns
falseif the clip bottom has been set. - isBubbles() - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Returns
trueindicates whether the event bubbles up through the DOM tree or not. - isBubbles() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns
trueindicates whether the event bubbles up through the DOM tree or not. - IsBuilder - Interface in org.pepstock.charba.client.commons
-
Represents an options builder.
Needed to check the consistency of builder after build. - isBuilt() - Method in class org.pepstock.charba.client.commons.AbstractBaseBuilder
- isBuilt() - Method in interface org.pepstock.charba.client.commons.IsBuilder
-
Returns
trueif new object has been already created by the builder. - IsCallbackPropertyHandler - Interface in org.pepstock.charba.client.commons
-
It is managing property where can set a callback at chart level.
- isCancelable() - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Returns
trueindicates whether the event can be canceled, and therefore prevented as if the event never happened.
If the event is not cancelable, then its cancelable property will be false and the event listener cannot stop the event from occurring. - isCancelable() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Returns
trueindicates whether the event can be canceled, and therefore prevented as if the event never happened.
If the event is not cancelable, then its cancelable property will be false and the event listener cannot stop the event from occurring. - isCanvas(NativeObjectContainer, Key) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns
trueif the object is aCanvas. - isCanvas(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Returns
trueif the object is aCanvas. - isCanvasGradient(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns
trueif the object is aCanvasGradientItem. - isCanvasGradient(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Returns
trueif the object is aCanvasGradientItem. - isCanvasGradient(Object, String) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns
trueif the property in the native object is aCanvasGradientItem. - isCanvasGradient(NativeObject, Key) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns
trueif the property in the native object is aCanvasGradientItem. - isCanvasObjectHandling() - Method in class org.pepstock.charba.client.data.Data
-
Returns
trueif the plugin to manage canvas object (gradients and patterns) has been forcedly disable.
Pay attention that disabling the handler, your data sets configuration with gradients or patterns will e showed with default color. - isCanvasPattern(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns
trueif the object is aCanvasPatternItem. - isCanvasPattern(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Returns
trueif the object is aCanvasPatternItem. - isCanvasPattern(Object, String) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns
trueif the property in the native object is aCanvasPatternItem. - isCanvasPattern(NativeObject, Key) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns
trueif the property in the native object is aCanvasPatternItem. - isCanvasSupported - Variable in class org.pepstock.charba.client.AbstractChart
- isCanvasSupported - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
- isCanvasSupported() - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Returns
trueif the canvas is supported by browser. - isCapBezierPoints() - Method in class org.pepstock.charba.client.configuration.Line
-
Returns
trueto keep Bézier control inside the chart,falsefor no restriction. - isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- isCapBezierPoints() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLine
- isCapBezierPoints() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLine
-
Returns
trueto keep Bézier control inside the chart,falsefor no restriction. - isCapBezierPoints() - Method in class org.pepstock.charba.client.options.Line
-
Returns
trueto keep Bézier control inside the chart,falsefor no restriction. - IsCastable - Interface in org.pepstock.charba.client.dom
-
Interface which is implemented to DOM elements or items which can be cast to other objects.
This is the interface in order to enable the link from other DOM tree managers to Charba. - isCentered() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns if point labels are centered.
- isCentered() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- isCentered() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- isCentered() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns if point labels are centered.
- isCentered() - Method in class org.pepstock.charba.client.options.PointLabels
-
Returns if point labels are centered.
- isChanged() - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns
trueif some canvas objects are changed, otherwisefalse. - isChanged() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns
trueif the plugin needs a render. - isChannelWithinBounds(int) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Returns
trueif any integer is between 0 and 255 (inclusive). - IsChart - Interface in org.pepstock.charba.client
-
Interface which defines a chart.
- isChartAttached() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
truewhether this chart is currently attached to the browser's document. - isChartAttached() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isChartAttached() - Method in interface org.pepstock.charba.client.IsChart
-
Returns
truewhether this chart is currently attached to the browser's document. - IsChartBackgroundColorDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
Maps the default configuration options of
ChartBackgroundColor.IDplugin. - isChartElementAttached(String) - Method in class org.pepstock.charba.client.ChartObserver
-
Returns
trueif the elements related to a chart has been attached. - isChartElementDetached(String) - Method in class org.pepstock.charba.client.ChartObserver
-
Returns
trueif the elements related to a chart has been detached. - IsChartEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps a chart event, an event generated from CHART.JS.
- IsChartPointerDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
Maps default configuration options of
ChartPointer.IDplugin. - isCircular() - Method in class org.pepstock.charba.client.configuration.Arc
-
Returns
trueif the arc is curved. - isCircular() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid are circular (on radar chart only).
- isCircular() - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Returns
trueif the arc is curved. - isCircular() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartArc
- isCircular() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isCircular() - Method in class org.pepstock.charba.client.defaults.globals.DefaultArc
- isCircular() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isCircular() - Method in interface org.pepstock.charba.client.defaults.IsDefaultArc
-
Returns
trueif the arc is curved. - isCircular() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true, grid are circular (on radar chart only). - isCircular() - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Returns
trueif the arc is curved. - isCircular() - Method in class org.pepstock.charba.client.options.Arc
-
Returns
trueif the arc is curved. - isCircular() - Method in class org.pepstock.charba.client.options.Grid
-
If
true, grid are circular (on radar chart only). - isClamp() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
Returns
trueto enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e. - isClamp() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns
trueto enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e. - isClip() - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Returns if clips relative to the chart area.
- isClip() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationOptions
-
Returns if clips relative to the chart area.
- isClip() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if clips relative to the chart area.
- isClip() - Method in interface org.pepstock.charba.client.datalabels.IsDefaultDataLabelsItem
-
When the clip option is
true, the part of the label which is outside the chart area will be masked. - isClip() - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
When the clip option is
true, the part of the label which is outside the chart area will be masked. - isClipMap() - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Returns whether to clip the rendering to the chart area of the graph.
- isCloneDefaults() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Returns
trueif it clones the default options of base chart type. - IsColor - Interface in org.pepstock.charba.client.colors
-
Defines the methods that all colors must have and many of them have got already an implementation that usually does not need to be changed.
- IsColorAxis - Interface in org.pepstock.charba.client.geo
-
The coloring of the nodes will be done with a special color scale.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - IsColorSchemesDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
Maps the default global options for
ColorSchemes.IDplugin. - IsCommonChartEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps a common chart event, an event generated from CHART.JS.
- isConfigurable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Gets true if and only if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
- isConsistent() - Method in class org.pepstock.charba.client.annotation.AnnotationContext
- isConsistent() - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Returns
trueif the context is consistent.
Custom context (the plugin ones) should extend it and check if the context is consistent before invoking the callback. - isConsistent() - Method in class org.pepstock.charba.client.callbacks.SegmentContext
- isConsistent() - Method in interface org.pepstock.charba.client.commons.IsPoint
-
Returns
trueif the coordinates are consistent and notNaN. - isConsistent() - Method in class org.pepstock.charba.client.datalabels.DataLabelsContext
- isConsistent() - Method in class org.pepstock.charba.client.geo.Coordinates
-
Returns
trueif the latitude and longitude are consistent and notNaN. - isConsistent() - Method in class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Returns
trueif the groups received by regular expression is consistent. - isConsistent() - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Returns
trueif the item contains defined values. - isConsistent() - Method in class org.pepstock.charba.client.labels.LabelsContext
- isConsistent() - Method in class org.pepstock.charba.client.ml.BaseRegression
- isConsistent() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns
trueif the regression is consistent and usable. - isConsistent() - Method in class org.pepstock.charba.client.sankey.AbstractNumericMap
-
Returns
trueif there is at least a key, stored in the map. - isConsistent() - Method in class org.pepstock.charba.client.sankey.Labels
-
Returns
trueif there is at least a key, stored in the map. - isConsistent() - Method in class org.pepstock.charba.client.zoom.ZoomContext
- isConsistent(String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Returns
trueif the string argument is not null and length greater than 0. - isConsistent(Collection<?>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Checks if the passed list is consistent.
- isConsistent(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Returns
trueif the passed color instance is consistent, that means with a right red, green, blue and alpha values and if the RGBA string representation is consistent as well. - isConsistent(Controller, ControllerContext, IsChart) - Static method in interface org.pepstock.charba.client.Controller
-
Returns
trueif all arguments are consistent. - isConsistent(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns
trueif chart passed as argument is notnulland its id is notnullas well, and if mandatory methods of interface will return consistent instances. - isConsistent(IsArea) - Static method in interface org.pepstock.charba.client.items.IsArea
-
Returns
trueif the are is consistent, otherwisefalse. - isContextConsistent(ChartContext) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns
trueif context is consistent, otherwisefalse. - IsCrosshairDefaultLabel - Interface in org.pepstock.charba.client.impl.plugins
-
Maps
Crosshair.IDplugin default options for labels element. - IsCrosshairDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
Maps default configuration options of
Crosshair.IDplugin. - isCtrlKey() - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Returns true if the control key was down when the mouse event was fired.
- isCtrlKey() - Method in class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Returns true if the control key was down when the mouse event was fired.
- isCtrlKey() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns true if the control key was down when the mouse event was fired.
- isCtrlKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns true if the control key was down when the mouse event was fired.
- isCtrlKey() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns true if the control key was down when the touch event was fired.
- isCurve() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns
trueif the line is set as a curve. - isCurve() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsLineAnnotation
-
Returns
trueif the line is set as a curve. - isCurve() - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns
trueif the line is set as a curve. - IsDatasetCreator<D extends Dataset> - Interface in org.pepstock.charba.client
-
Defines the methods for creating datasets pof a specific type.
This is used by chart instances to create datasets relatedo to the chart type. - IsDatasetsItemsSelectorDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
Maps all configuration options of DEFAULT GLOBAL options of
DatasetsItemsSelector.IDplugin. - IsDatasetsItemsSelectorDefaultSelectionCleaner - Interface in org.pepstock.charba.client.impl.plugins
-
Maps
DatasetsItemsSelector.IDplugin default options for selection cleaner element. - isDatasetVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Looks for the data set if it's visible or not, selected by index.
- isDatasetVisible(int) - Method in class org.pepstock.charba.client.Chart
-
Gets if the dataset is visible or not, selected by index.
- isDatasetVisible(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isDatasetVisible(int) - Method in interface org.pepstock.charba.client.IsChart
-
Looks for the dataset if it's visible or not, selected by index.
- isDataVisible(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the stored visibility state of an data index for all data sets.
- isDataVisible(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isDataVisible(int) - Method in interface org.pepstock.charba.client.IsChart
-
Returns the stored visibility state of an data index for all datasets.
- IsDefaultAbstractTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define title object defaults.
- IsDefaultAction - Interface in org.pepstock.charba.client.utils.toast
-
Interface to define toast action object defaults.
- IsDefaultAdapters - Interface in org.pepstock.charba.client.defaults
-
Interface to define adapter options defaults.
- IsDefaultAngleLines - Interface in org.pepstock.charba.client.defaults
-
Interface to define angle lines defaults.
- IsDefaultAnimation - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation object defaults, ANIMATION name space.
- IsDefaultAnimationCollection - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation for element properties defaults.
- IsDefaultAnimationContainer - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation container defaults.
The animation container defaults is used as internal instance to manage animations options on more configuration items. - IsDefaultAnimations - Interface in org.pepstock.charba.client.defaults
-
Interface to define animations for animation element properties defaults, ANIMATIONS name space.
- IsDefaultAnimationTransition - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation for update mode (transition) defaults.
- IsDefaultArc - Interface in org.pepstock.charba.client.defaults
-
Interface to define arc object defaults.
- IsDefaultBar - Interface in org.pepstock.charba.client.defaults
-
Interface to define bar object defaults.
- IsDefaultBarDatasets - Interface in org.pepstock.charba.client.defaults
-
Interface to define BAR datasets object defaults.
- IsDefaultBaseAnimation - Interface in org.pepstock.charba.client.defaults
-
Interface to define the base animation properties defaults.
- IsDefaultBaseFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the locale matching options for internationalization.
- IsDefaultBoxHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define box dimension of options elements.
- IsDefaultConfigurationItem - Interface in org.pepstock.charba.client.zoom
-
Interface used by pan and zoom object in order to enable to provide the defaults values of properties.
- IsDefaultContentElement - Interface in org.pepstock.charba.client.utils.toast
- IsDefaultCursorPointerOptions - Interface in org.pepstock.charba.client.impl.plugins
-
Maps common configuration options for plugins which are managing cursor style.
- IsDefaultDataLabelsItem - Interface in org.pepstock.charba.client.datalabels
-
This is the base interface to map
DataLabelsPlugin.IDplugin options, for a single label. - IsDefaultDataLabelsOptions - Interface in org.pepstock.charba.client.datalabels
-
This is the base interface to map
DataLabelsPlugin.IDplugin options, as also container of multiple labels. - IsDefaultDatasets - Interface in org.pepstock.charba.client.defaults
-
Interface to define data sets object defaults.
- IsDefaultDateAdapterOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define date adapter options defaults.
- IsDefaultDateTimeFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the date time format options for internationalization.
- IsDefaultDecimation - Interface in org.pepstock.charba.client.defaults
-
Interface to define
DefaultPluginId.DECIMATIONplugin defaults. - IsDefaultDrag - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface for DRAG element.
It contains all default values for DRAG. - IsDefaultElements - Interface in org.pepstock.charba.client.defaults
-
Interface to define elements object defaults.
- IsDefaultEventHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define events handler defaults.
- IsDefaultFiller - Interface in org.pepstock.charba.client.defaults
-
Interface to define
DefaultPluginId.FILLERplugin defaults. - IsDefaultFillHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define fill defaults values.
- IsDefaultFont - Interface in org.pepstock.charba.client.defaults
-
Interface to define fomt object defaults.
- IsDefaultFontContainer - Interface in org.pepstock.charba.client.defaults
-
Interface to define font container of options elements.
- IsDefaultGrid - Interface in org.pepstock.charba.client.defaults
-
Interface to define grid defaults.
- IsDefaultInteraction - Interface in org.pepstock.charba.client.defaults
-
Interface to define interaction object defaults.
- isDefaultInteractionMode(IsInteractionMode) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Returns
trueif the passed mode is a default one. - isDefaultInteractionMode(Interactioner) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Returns
trueif the passed interactioner is a default one. - isDefaultIntersect() - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
if true, the mode only applies when the mouse position intersects an item on the chart.
- isDefaultIntersect() - Method in class org.pepstock.charba.client.options.Interaction
- isDefaultIntersect() - Method in class org.pepstock.charba.client.options.Tooltips
- IsDefaultLabel - Interface in org.pepstock.charba.client.labels
-
Maps the default global options if there are and provides all default values for
LabelsPlugin.IDplugin. - IsDefaultLabels - Interface in org.pepstock.charba.client.datalabels
-
Maps the methods for LABELS elements to get defaults value.
- IsDefaultLayout - Interface in org.pepstock.charba.client.defaults
-
Interface to define layout object defaults.
- IsDefaultLegend - Interface in org.pepstock.charba.client.defaults
-
Interface to define legends object defaults.
- IsDefaultLegendLabels - Interface in org.pepstock.charba.client.defaults
-
Interface to define legend labels object defaults.
- IsDefaultLegendTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define legend title object defaults.
- IsDefaultLimits - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface for limits elements. - IsDefaultLine - Interface in org.pepstock.charba.client.defaults
-
Interface to define line object defaults.
- IsDefaultListeners - Interface in org.pepstock.charba.client.datalabels
-
This is the LISTENER options of
DataLabelsPlugin.IDplugin allows to register callback(s) to be notified when an event is detected on a specific label. - IsDefaultMajor - Interface in org.pepstock.charba.client.defaults
-
Interface to define MAJOR tick object defaults.
- IsDefaultNumberFormatOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define the number format options for internationalization.
- IsDefaultOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define options defaults.
THIS IS THE ROOT OF ALL INTERFACE DEFAULTS. - IsDefaultOptions - Interface in org.pepstock.charba.client.labels
-
Maps the default global options if there are and provides all default values for
LabelsPlugin.IDplugin. - IsDefaultOptions - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface.
It contains all default values, PAN and ZOOM. - IsDefaultOptionsElement - Interface in org.pepstock.charba.client.defaults
-
Interface to define arc object defaults.
- IsDefaultPadding - Interface in org.pepstock.charba.client.defaults
-
Interface to define padding object defaults.
- IsDefaultPan - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface for PAN element.
It contains all default values for PAN. - IsDefaultPinch - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface for PINCH element.
It contains all default values for PINCH. - IsDefaultPluginElement - Interface in org.pepstock.charba.client.defaults
-
Interface to define the common properties of chart element related to default plugins,
DefaultPluginId.TITLEandDefaultPluginId.LEGEND. - IsDefaultPlugins - Interface in org.pepstock.charba.client.defaults
-
Interface to define plugins object defaults.
- IsDefaultPoint - Interface in org.pepstock.charba.client.defaults
-
Interface to define point object defaults.
- IsDefaultPointLabels - Interface in org.pepstock.charba.client.defaults
-
Interface to define point labels object defaults.
- IsDefaultPointStyleHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define the point styles in the options elements.
- isDefaultPrevented() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Indicates whether or not the call to
NativeBaseEvent.preventDefault()canceled the event. - IsDefaultsAbstractCircleBasedAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin annotation DEFAULTS options interface for annotation which are configured by a point and radius in a chart. - IsDefaultsAbstractPointedAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin annotation DEFAULTS options interface for annotation which are configured by a point in a chart. - IsDefaultsAlignPosition - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin align position DEFAULTS options. - IsDefaultsAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin annotation DEFAULTS options. - IsDefaultsAnnotationInteraction - Interface in org.pepstock.charba.client.annotation
-
Interface to define interaction object defaults on annotations.
- IsDefaultsAnnotationOptions - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin DEFAULTS options interface, in order to define the attributes of main annotations options. - IsDefaultsArrow - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin annotation ARROW HEADS options. - IsDefaultsArrowHeads - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin annotation ARROW HEADS options. - IsDefaultsBackgroundColorHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default options for items which provides background color property.
- IsDefaultsBorderOptionsHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default options for items which provides border properties.
- IsDefaultsBorderRadiusHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default options for items which provides border radius property.
- IsDefaultsBoxAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin BOX annotation DEFAULTS options. - IsDefaultsBoxLabel - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL of BOX annotation DEFAULTS options. - IsDefaultScale - Interface in org.pepstock.charba.client.defaults
-
Interface to define scale/axis object defaults.
- IsDefaultScaleBorder - Interface in org.pepstock.charba.client.defaults
-
Interface to define options for the border that run perpendicular to the axis.
- IsDefaultScaledOptions - Interface in org.pepstock.charba.client.defaults
-
Interface to define options defaults.
- IsDefaultScaleLimit - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface for scale limit (min and max) elements.
It contains all default values for scale limit. - IsDefaultScaleLines - Interface in org.pepstock.charba.client.defaults
- IsDefaultScaleRange - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface for scale range elements. - IsDefaultScales - Interface in org.pepstock.charba.client.defaults
-
Interface to define scales/axes object defaults.
- IsDefaultScaleTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define scale title object defaults.
- IsDefaultsCallout - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin CALLOUT of LABEL annotation DEFAULTS options. - IsDefaultsEllipseAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin ELLIPSE annotation DEFAULTS options. - IsDefaultsEllipseLabel - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL of ELLIPSE annotation DEFAULTS options. - IsDefaultsEventsHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default options for items which provides events callbacks.
- IsDefaultsExtendedBorderOptionsHandler - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin extended border DEFAULTS options. - IsDefaultsExtendedShadowOptionsHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default extended options for items which provides shadow properties.
- IsDefaultsInnerLabel - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin inner LABEL of annotation DEFAULTS options. - IsDefaultsLabelAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL annotation DEFAULTS options. - IsDefaultsLabelHandler - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL handler DEFAULTS options. - IsDefaultsLineAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LINE annotation DEFAULTS options interface. - IsDefaultsLineLabel - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin LABEL of LINE annotation DEFAULTS options. - IsDefaultsPointAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin POINT annotation DEFAULTS options interface. - IsDefaultsPolygonAnnotation - Interface in org.pepstock.charba.client.annotation
-
This is the
AnnotationPlugin.IDplugin POINT annotation DEFAULTS options interface. - IsDefaultsRotationHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default options for items which provides rotation property.
- IsDefaultsShadowOptionsHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default options for items which provides shadow properties.
- IsDefaultsTextStrokeOptionsHandler - Interface in org.pepstock.charba.client.annotation
-
This is the default options for items which provides text stroke properties.
- IsDefaultSubtitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define subtitle object defaults.
- IsDefaultTextDirectionHandler - Interface in org.pepstock.charba.client.defaults
-
Interface to define text direction options.
- IsDefaultTicks - Interface in org.pepstock.charba.client.defaults
-
Interface to define ticks object defaults.
- IsDefaultTime - Interface in org.pepstock.charba.client.defaults
-
Interface to define time object defaults.
- IsDefaultTitle - Interface in org.pepstock.charba.client.defaults
-
Interface to define title object defaults.
- IsDefaultToastOptions - Interface in org.pepstock.charba.client.utils.toast
-
Defines the toast options container, and the static defaults.
- IsDefaultTooltips - Interface in org.pepstock.charba.client.defaults
-
Interface to define tooltips object defaults.
- IsDefaultTransitions - Interface in org.pepstock.charba.client.defaults
-
Interface to define animation node for update mode element defaults, TRANSITIONS name space.
- IsDefaultTypedDataset - Interface in org.pepstock.charba.client.defaults
-
Interface to define datasets object defaults.
- IsDefaultWheel - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface for WHEEL element.
It contains all default values for WHEEL. - IsDefaultZoom - Interface in org.pepstock.charba.client.zoom
-
ZoomPlugin.IDplugin default options interface for ZOOM element.
It contains all default values for ZOOM. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
trueif the chart is configured to be destroyed on the detach from DIV element, otherwisefalse. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif the chart is configured to be destroyed on the detach from DIV element, otherwisefalse. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isDestroyOnDetach() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isDestroyOnDetach() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns
trueif the chart is configured to be destroyed on the attach of DIV element, otherwisefalse. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isDestroyOnDetach() - Method in interface org.pepstock.charba.client.IsChart
-
Returns
trueif the chart is configured to be destroyed on the attach of DIV element, otherwisefalse. - isDestroyOnDetach() - Method in class org.pepstock.charba.client.options.Options
-
Returns
trueif the chart is configured to be destroyed on the detach from DIV element, otherwisefalse. - isDisplay() - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns
truewhether the annotation should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns
truewhether the arrow head should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns
truewhether the label should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.DefaultBoxLabel
-
Returns
truewhether the label should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.DefaultLineLabel
- isDisplay() - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Returns
truewhether the annotation arrow head should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Returns
truewhether the label should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Returns
truewhether the annotation should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Returns
truewhether the label should be displayed. - isDisplay() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotation
-
Returns
truewhether the annotation should be displayed. - isDisplay() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrow
-
Returns
truewhether the arrow heads should be displayed. - isDisplay() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsCallout
-
Returns
truewhether the callout should be displayed. - isDisplay() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsInnerLabel
-
Returns
truewhether the label should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns if the title is shown.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
If true, draw border at the edge between the axis and the chart area.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
If true, display the axis title.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Grid
-
If false, do not display grid for this axis.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns
trueif the title is shown. - isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
If true, angle lines are shown
- isDisplay() - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
If true, labels are shown
- isDisplay() - Method in class org.pepstock.charba.client.configuration.Tick
-
If true, show tick marks
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartAngleLines
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleBorder
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultAngleLines
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleBorder
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- isDisplay() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAngleLines
-
If true, angle lines are shown
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
false, do not display grid for this axis. - isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendTitle
-
Returns
trueif the legend title is shown. - isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPluginElement
-
Returns if the element is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultPointLabels
-
Returns if the title is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleBorder
-
If
true, draw border at the edge between the axis and the chart area. - isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScaleTitle
-
Returns if the title is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, show tick marks
- isDisplay() - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Returns
truewhether the element label should be displayed. - isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Returns
trueif label will be applied in the chart, otherwisefalse. - isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Returns if the legend is shown.
- isDisplay() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultLabel
-
Returns
trueif clear of selection label will be applied in the chart, otherwisefalse. - isDisplay() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns
trueif clear of selection label will be applied in the chart, otherwisefalse. - isDisplay() - Method in interface org.pepstock.charba.client.impl.plugins.IsHtmlLegendDefaultOptions
-
Returns if the legend is shown.
- isDisplay() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns
trueif clear of selection label will be applied in the chart, otherwisefalse. - isDisplay() - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Returns
trueif the element is shown. - isDisplay() - Method in class org.pepstock.charba.client.options.AngleLines
-
If
true, angle lines are shown - isDisplay() - Method in class org.pepstock.charba.client.options.Grid
-
If
false, do not display grid for this axis. - isDisplay() - Method in class org.pepstock.charba.client.options.LegendTitle
-
Returns
trueif the title is shown. - isDisplay() - Method in class org.pepstock.charba.client.options.PointLabels
-
If
true, labels are shown. - isDisplay() - Method in class org.pepstock.charba.client.options.ScaleBorder
-
If
true, draw border at the edge between the axis and the chart area. - isDisplay() - Method in class org.pepstock.charba.client.options.ScaleTitle
-
If
true, display the axis title. - isDisplay() - Method in class org.pepstock.charba.client.options.Ticks
-
If
true, show tick marks. - isDisplay() - Method in class org.pepstock.charba.client.treemap.AbstractDatasetNode
-
Returns
truewhether the element should be displayed. - isDisplayColors() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
If true, color boxes are shown in the tooltip.
- isDisplayColors() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- isDisplayColors() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- isDisplayColors() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
If true, color boxes are shown in the tooltip.
- isDisplayColors() - Method in class org.pepstock.charba.client.options.Tooltips
-
If
true, color boxes are shown in the tooltip. - isDotAll() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
truewhether or not the "s" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance. - isDoughnutMode() - Method in class org.pepstock.charba.client.items.LegendNode
-
Returns if it is in doughnut mode.
- isDrawActiveElementsOnTop() - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Returns if draws the active points of a dataset over the other points of the dataset.
- isDrawActiveElementsOnTop() - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns if draws the active points of a dataset over the other points of the dataset.
- isDrawOnAttach() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
trueif the chart is configured to be drawn on the attach of DIV element, otherwisefalse. - isDrawOnAttach() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns
trueif the chart is configured to be drawn on the attach of DIV element, otherwisefalse. - isDrawOnAttach() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isDrawOnAttach() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isDrawOnAttach() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns
trueif the chart is configured to be drawn on the attach of DIV element, otherwisefalse. - isDrawOnAttach() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isDrawOnAttach() - Method in interface org.pepstock.charba.client.IsChart
-
Returns
trueif the chart is configured to be drawn on the attach of DIV element, otherwisefalse. - isDrawOnAttach() - Method in class org.pepstock.charba.client.options.Options
-
Returns
trueif the chart is configured to be drawn on the attach of DIV element, otherwisefalse. - isDrawOnChartArea() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn. - isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isDrawOnChartArea() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isDrawOnChartArea() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn. - isDrawOnChartArea() - Method in class org.pepstock.charba.client.options.Grid
-
If
true, draw lines on the chart area inside the axis lines. - isDrawTicks() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isDrawTicks() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isDrawTicks() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true, draw lines beside the ticks in the axis area beside the chart. - isDrawTicks() - Method in class org.pepstock.charba.client.options.Grid
-
If
true, draw lines beside the ticks in the axis area beside the chart. - isElementInScope(Set<PointerElement>, PointerElement) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
-
Returns
trueif the element is configured in order to apply cursor when mouse is over. - isEmpty() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns true if this list contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns true if this set contains no elements
- isEmpty() - Method in class org.pepstock.charba.client.commons.Array
-
Returns
trueif this array contains no elements. - isEmpty() - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Returns
trueif there is at least a stored canvas object, otherwisefalse. - isEmpty() - Method in class org.pepstock.charba.client.data.Labels
-
Returns
treeif no label is loaded. - isEmpty(boolean[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
trueif the array is empty. - isEmpty(double[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
trueif the array is empty. - isEmpty(int[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
trueif the array is empty. - isEmpty(Object[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
trueif the array is empty. - isEnableBorderRadius() - Method in class org.pepstock.charba.client.configuration.Bar
-
If
true, it only shows the borderRadius of a bar when the bar is at the end of the stack. - isEnableBorderRadius() - Method in class org.pepstock.charba.client.data.BarDataset
-
If
true, it only shows the borderRadius of a bar when the bar is at the end of the stack. - isEnableBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartBar
- isEnableBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultBar
- isEnableBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBar
-
If
true, it only shows the borderRadius of a bar when the bar is at the end of the stack. - isEnableBorderRadius() - Method in class org.pepstock.charba.client.options.Bar
-
If
true, it only shows the borderRadius of a bar when the bar is at the end of the stack. - isEnabled() - Method in class org.pepstock.charba.client.configuration.Decimation
-
Returns
trueif decimation are enabled. - isEnabled() - Method in class org.pepstock.charba.client.configuration.Major
-
If
true, major tick options are used to show major ticks. - isEnabled() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns if tooltips are enabled.
- isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartDecimation
- isEnabled() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDecimation
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultMajor
- isEnabled() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDecimation
-
Returns
trueif decimation are enabled. - isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultMajor
-
If
true, major tick options are used to show major ticks. - isEnabled() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns if tooltips are enabled.
- isEnabled() - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Returns
trueif plugin is enabled. - isEnabled() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns
trueif plugin is enabled. - isEnabled() - Method in interface org.pepstock.charba.client.impl.plugins.IsCrosshairDefaultOptions
-
Returns
trueif plugin is enabled. - isEnabled() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns
trueif plugin is enabled. - isEnabled() - Method in class org.pepstock.charba.client.options.AutoColors
-
Returns
trueif auto color plugin is enabled. - isEnabled() - Method in class org.pepstock.charba.client.options.Decimation
-
Returns
trueif decimation are enabled. - isEnabled() - Method in class org.pepstock.charba.client.options.Major
-
If
true, major tick options are used to show major ticks. - isEnabled() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns
trueif tooltips are enabled. - isEnabled() - Method in class org.pepstock.charba.client.zoom.Drag
-
Returns
trueto enable element for drag zooming. - isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultDrag
-
Returns
trueto enable element for dragging. - isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPan
-
Returns
trueto enable pan element. - isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultPinch
-
Returns
trueto enable element for pinching. - isEnabled() - Method in interface org.pepstock.charba.client.zoom.IsDefaultWheel
-
Returns
trueto enable element for wheel zooming. - isEnabled() - Method in class org.pepstock.charba.client.zoom.Pan
-
Returns
trueto enable pan element. - isEnabled() - Method in class org.pepstock.charba.client.zoom.Pinch
-
Returns
trueto enable element for pinch zooming. - isEnabled() - Method in class org.pepstock.charba.client.zoom.Wheel
-
Returns
trueto enable element for wheel zooming. - isEnabled(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns if a plugin is enabled or not.
- isEnabled(String) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
- isEnabled(String) - Method in class org.pepstock.charba.client.defaults.globals.DefaultPlugins
- isEnabled(String) - Method in interface org.pepstock.charba.client.defaults.IsDefaultPlugins
-
Returns if a global plugin is enabled or not.
- isEnabled(String) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Returns
trueif the animation collection is enabled, otherwisefalse. - isEnabled(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a plugin is enabled or not.
- isEnabled(Key) - Method in class org.pepstock.charba.client.configuration.Animations
-
Returns
trueif the animation collection is enabled, otherwisefalse. - isEnabled(Key) - Method in class org.pepstock.charba.client.options.AbstractAnimations
- isEnabled(Key) - Method in class org.pepstock.charba.client.options.Animations
-
Returns
trueif the animation collection is enabled, otherwisefalse. - isEnabled(Key) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Returns
trueif the animation collection is enabled, otherwisefalse. - isEnabled(Key) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Returns
trueif the animation collection is enabled, otherwisefalse. - isEnabled(DefaultPluginId) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Returns if a default plugin is enabled or not.
- isEnabled(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a plugin is enabled or not.
- isEnabledAllCharts(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Returns
trueif the plugin is enabled to all charts, otherwisefalse. - isEnabledByKey(Key) - Method in class org.pepstock.charba.client.options.Plugins
-
Returns if a plugin is enabled or not.
- isEnabledClearByEscape() - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Returns
trueif you want to clear selection byKeyboardUiKey.ESCAPE. - isEnabledClearByEscape() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultOptions
-
Returns
trueif you want to clear selection byKeyboardUiKey.ESCAPE. - isEnumerable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Gets true if and only if this property shows up during enumeration of the properties on the corresponding object.
- IsEnumeratedColor - Interface in org.pepstock.charba.client.colors
-
Internal interface of enumerated color, like
HtmlColorandGwtMaterialColor. - IsEnumeratedScheme - Interface in org.pepstock.charba.client.impl.plugins.enums
-
Internal interface of enumerated color scheme.
- isEqualTo(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
- isEqualTo(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are equals.
- IsEvent - Interface in org.pepstock.charba.client.options
-
RepresentstThe events option defines the browser events that the chart, legend, tooltip or plugins should listen to.
- isEventHandled(EventType) - Method in class org.pepstock.charba.client.events.EventBus
-
Returns
trueif there is any event handler for event type passed as argument. - isEventHandled(EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Returns
trueif there is any event handler for event type passed as argument. - isEventHandled(EventType) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isEventHandled(EventType) - Method in interface org.pepstock.charba.client.IsChart
-
Returns
trueif there is any event handler for event type passed as argument. - isEventInChartArea(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Checks if the coordinate of event is inside the chart area.
- isEventInSelectionCleaner(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Checks if the coordinate of event is inside the selection cleaner element.
- IsEventProvider - Interface in org.pepstock.charba.client.configuration
-
Interface to be bale to catch and manage chart events to events handlers.
- isFill() - Method in class org.pepstock.charba.client.annotation.Arrow
-
Returns
truewhether the arrow head must be closed and filled. - isFill() - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Returns
truewhether the arrow head must be closed and filled. - isFill() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsArrow
-
Returns
truewhether the arrow heads should be filled. - IsFill - Interface in org.pepstock.charba.client.enums
-
Represents how to fill the area under the line.
- isFillStyleAsColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
trueif the fill style is defined as color. - isFillStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
trueif the fill style is defined as gradient. - isFillStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
trueif the fill style is defined as canvas pattern. - IsFont - Interface in org.pepstock.charba.client.options
-
Interface to map a font element.
- isForceOverride() - Method in class org.pepstock.charba.client.options.AutoColors
-
By default the colors plugin only works when you initialize the chart without any colors for the border or background specified.
If you want to force the colors plugin to always color your datasets, for example when using dynamic datasets at runtime you will need to set theforceOverrideoption totrue. - isFullSize() - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
- isFullSize() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- isFullSize() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultTitle
- isFullSize() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- isFullSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultAbstractTitle
-
Returns if marks that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns
trueif marks that this box should take the full width/height of the canvas (moving other boxes). - isFullSize() - Method in class org.pepstock.charba.client.items.BaseBoxNodeItem
-
Returns
trueif marks that this box should take the full width/height of the canvas (moving other boxes). - isFullSize() - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Returns if that this box should take the full width/height of the canvas (moving other boxes).
- isFullSize() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if that this box should take the full width/height of the canvas (moving other boxes).
- isFunctionInvocationConsistent(Object, ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Returns
trueif the callback must be invoked, checking callaback and chart consistency. - IsGeoDataset<T extends GeoDataPoint> - Interface in org.pepstock.charba.client.geo
-
This is the base data set implementation for GEO charts.
- isGlobal() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
truewhether or not the "g" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance. - isGreaterThan(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
- isGreaterThan(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is greater than the threshold passed as argument (inclusive).
- isGroup() - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns
trueif the data point is a group. - isGrouped() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- isGrouped() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- isGrouped() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBarDatasets
-
When
true, all the data sets at same index value will be placed next to each other centering on that index value.
Whenfalse, each bar is placed on its actual index-axis value. - isGrouped() - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
When
true, all the data sets at same index value will be placed next to each other centering on that index value.
Whenfalse, each bar is placed on its actual index-axis value. - isGrouped() - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
When
true, all the data sets at same index value will be placed next to each other centering on that index value.
Whenfalse, each bar is placed on its actual index-axis value. - isHidden() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if the data set at first drawing will appear or not.
- isHidden() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns if the dataset is hidden.
- isHidden(IsChart) - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
trueif this item represents a hidden data set.
Label will be rendered with a strike-through effect - isHideProgressBar() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns
truewhether to hide the progress bar. - isHideProgressBar() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns
truewhether to hide the progress bar. - isHideProgressBar() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns
truewhether to hide the progress bar. - isHideShadow() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns
truewhether to hide the shadow of toast. - isHideShadow() - Method in interface org.pepstock.charba.client.utils.toast.IsDefaultToastOptions
-
Returns
truewhether to hide the shadow of toast. - isHideShadow() - Method in class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Returns
truewhether to hide the shadow of toast. - isHorizontal() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns
trueif it can be used for horizontal alignment. - isHorizontal() - Method in class org.pepstock.charba.client.items.BarElement
-
Returns if is an horizontal view.
- isHorizontal() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns
trueif the scale is horizontal. - isHorizontal(NativeObject) - Static method in class org.pepstock.charba.client.items.NativeJsItemsHelper
-
Returns
trueif the scale is horizontal. - isHorizontal(ScaleItem) - Method in class org.pepstock.charba.client.items.JsItemsHelper
-
Returns
trueif the scale is horizontal. - isHour12() - Method in class org.pepstock.charba.client.defaults.globals.DefaultDateTimeFormatOptions
- isHour12() - Method in interface org.pepstock.charba.client.defaults.IsDefaultDateTimeFormatOptions
-
Returns whether to use 12-hour time (as opposed to 24-hour time).
- isHour12() - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Returns whether to use 12-hour time (as opposed to 24-hour time).
- isHour12() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
- IsHtmlLegendDefaultOptions - Interface in org.pepstock.charba.client.impl.plugins
-
Maps the default configuration options of
HtmlLegend.IDplugin. - isHtmlText() - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Returns
trueif the text of legend's title is HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - isHtmlText() - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Returns
trueif the text of legend item is HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - isHtmlText() - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Returns
trueif the text of legend item is HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - isIgnoreCase() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
trueif the "i" flag was used; otherwise,false.
The "i" flag indicates that case should be ignored while attempting a match in a string.
It is a read-only property of an individual regular expression instance. - isIgnoreFunctionContext() - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Returns
trueif the functional context must be ignored as argument to pass to callback. - isImage(NativeObjectContainer, Key) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns
trueif the object is aImg. - isImage(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Returns
trueif the object is aImg. - IsImmutableFont - Interface in org.pepstock.charba.client.options
-
Interface to map a font element in read-only mode, normalized by CHART.JS by
Helpers.toFont(org.pepstock.charba.client.items.FontItem), providing also the CSS string of font itself. - isInChartArea() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns
trueif this event is in chart area. - isIncludeBounds() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
If
true, the defined minimum and maximum values should be presented as ticks even if they are not "nice". - isIncludeBounds() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- isIncludeBounds() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- isIncludeBounds() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If
true, the defined minimum and maximum values should be presented as ticks even if they are not "nice". - isIncludeBounds() - Method in class org.pepstock.charba.client.options.Ticks
-
If
true, the defined minimum and maximum values should be presented as ticks even if they are not "nice". - isIncludeInvisible() - Method in class org.pepstock.charba.client.configuration.Interaction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- isIncludeInvisible() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
- isIncludeInvisible() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- isIncludeInvisible() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- isIncludeInvisible() - Method in class org.pepstock.charba.client.items.InteractionOptions
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- isIncludeInvisible() - Method in class org.pepstock.charba.client.options.Interaction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- isInitial() - Method in class org.pepstock.charba.client.items.AnimationItem
-
Returns
truefor the initial animation of the chart. - isInitialized() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
trueif CHART.JS chart has been initialized, otherwisefalse. - isInitialized() - Method in class org.pepstock.charba.client.ChartNode
-
Returns if CHART.JS chart instance has been initialized.
- isInitialized() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isInitialized() - Method in interface org.pepstock.charba.client.IsChart
-
Returns
trueif CHART.JS chart has been initialized, otherwisefalse. - isInjected() - Method in class org.pepstock.charba.client.adapters.DateAdapterModule
-
Returns if the date adapter has been injected.
- isInjected() - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Returns
trueif the resource has been injected. - isInjected() - Method in class org.pepstock.charba.client.utils.toast.AbstractStandardType
-
Returns
trueif the new CSS type has been injected. - isInjected(AbstractInjectableResource) - Static method in class org.pepstock.charba.client.Injector
-
Returns
trueif the script or style resource has been already injected. - isInRange(double, double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Checks if the value passed is in the threshold.
- isInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.BaseBoxItem
-
Returns
trueif the chart event is inside of this box, otherwisefalse. - isInside(NativeAbstractMouseEvent) - Method in interface org.pepstock.charba.client.items.HasInsideChecker
-
Returns
trueif the chart event is inside of a chart element, otherwisefalse. - isInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.LegendHitBoxItem
-
Returns
trueif the chart event is inside of this box, otherwisefalse. - isInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.LegendNode
- isInside(NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.items.ScalesNode
-
Returns
trueif the chart event is inside of one of scales, otherwisefalse. - isInside(NativeBaseEvent) - Method in interface org.pepstock.charba.client.items.HasInsideChecker
-
Returns
trueif the chart event is inside of a chart element, otherwisefalse. - isInside(HasNativeEvent) - Method in interface org.pepstock.charba.client.items.HasInsideChecker
-
Returns
trueif the chart event is inside of this box, otherwisefalse. - IsInteractionMode - Interface in org.pepstock.charba.client.enums
-
Defines an object which represents the interaction mode for the charts.
- IsInternalInjectableTextResource - Interface in org.pepstock.charba.client.resources
-
Internal empty interface for an injectable resource related to a text resource and used by module out of the box provided by CHARBA for deferred resources.
- isInternalValue(Position) - Method in class org.pepstock.charba.client.data.Clip
-
Returns
trueif clip is enable for passed position. - isIntersect() - Method in class org.pepstock.charba.client.annotation.Interaction
-
if
true, the mode only applies when the mouse position intersects an item on the chart. - isIntersect() - Method in interface org.pepstock.charba.client.annotation.IsDefaultsAnnotationInteraction
-
If true, the hover mode only applies when the mouse position intersects an annotation.
- isIntersect() - Method in class org.pepstock.charba.client.configuration.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in class org.pepstock.charba.client.configuration.Interaction
-
if true, the mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartInteraction
- isIntersect() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultInteraction
- isIntersect() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultInteraction
-
If true, the hover mode only applies when the mouse position intersects an item on the chart.
- isIntersect() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- isIntersect() - Method in class org.pepstock.charba.client.items.InteractionOptions
-
if
true, the mode only applies when the mouse position intersects an item on the chart. - isIntersect() - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
if
true, the mode only applies when the mouse position intersects an item on the chart. - IsJSType - Interface in org.pepstock.charba.client.commons
-
Empty interface to define native object as native in order to use
Reflectto set and get objects inNativeObject. - IsKeyboardKey - Interface in org.pepstock.charba.client.dom.enums
-
Maps a keyboard key methods.
- IsLabelContainer<T extends InnerLabel> - Interface in org.pepstock.charba.client.annotation
-
Interface to map the annotation which contains the label options.
- ISLAMIC - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for islamic calendar.
- ISLE_OF_MAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Isle of Man region.
- isLeaf() - Method in class org.pepstock.charba.client.treemap.InnerData
-
Returns
trueif the data point is a leaf node after grouping. - isLeft() - Method in class org.pepstock.charba.client.data.Clip
-
Returns
falseif the clip left has been set. - IsLegendAxis - Interface in org.pepstock.charba.client.geo
-
Base scale for color and size axes, needed for GOE charts implementation.
It contains all options needed to configure the scale with a legend. - IsLegendEvent - Interface in org.pepstock.charba.client.events
-
Interface which maps a legend chart event, an event generated from CHART.JS.
- isLessThan(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
- isLessThan(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value passed as argument is less than the threshold passed as argument (inclusive).
- IsLinearAxis - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric scales (linear/log cartesian and radial).
- IsLinearTick - Interface in org.pepstock.charba.client.configuration
-
Common methods for linear scale tick is use to chart numerical data.
Can be used for linear cartesian and radial ticks. - IsLocaleItem - Interface in org.pepstock.charba.client.intl
-
Interface to map the locale item in order to get the name and search the items against the name instead of the value.
- isLoop() - Method in class org.pepstock.charba.client.configuration.Animation
-
If set to
true, loops the animations endlessly. - isLoop() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartAnimation
- isLoop() - Method in class org.pepstock.charba.client.defaults.globals.AbstractDefaultAnimation
- isLoop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultBaseAnimation
-
If set to
true, loops the animations endlessly. - isLoop() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
If set to
true, loops the animations endlessly. - isLoop() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If set to
true, loops the animations endlessly. - isMaintainAspectRatio() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isMaintainAspectRatio() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMaintainAspectRatio() - Method in class org.pepstock.charba.client.options.Options
-
Returns the maintaining of the original canvas aspect ratio (width / height) when resizing.
- isMajor() - Method in class org.pepstock.charba.client.items.ScaleTickItem
-
Returns
trueif is the major tick, otherwiseUndefined.BOOLEAN. - isMetaKey() - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Returns true if the meta key was down when the mouse event was fired.
- isMetaKey() - Method in class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Returns true if the meta key was down when the mouse event was fired.
- isMetaKey() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns true if the meta key was down when the mouse event was fired.
- isMetaKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns true if the meta key was down when the mouse event was fired.
- isMetaKey() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns true if the meta key was down when the touch event was fired.
- isMirror() - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- isMirror() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- isMirror() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- isMirror() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- isMirror() - Method in class org.pepstock.charba.client.options.Ticks
-
Returns the flips tick labels around axis, displaying the labels inside the chart instead of outside.
Note: Only applicable to vertical scales. - IsModifiersHandler - Interface in org.pepstock.charba.client.dom.events
-
Mapsthe modifier keys for an event initialization object.
- isMultiline() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
truewhether or not the "m" flag is used with the regular expression.
It is a read-only property of an individual regular expression instance. - isMultilineLabel() - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns
trueif the label node which extends this, can manage multiline label text. - isMultilineLabel() - Method in class org.pepstock.charba.client.treemap.Captions
- isMultilineLabel() - Method in class org.pepstock.charba.client.treemap.Labels
- isNativeInteractioner(Interactioner) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Returns
trueif the passed interactioner uses java script code in its implementation. - isNegative(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
- isNegative(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a negative number (zero is excluded).
- isNormalized() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns if you provide data with indices that are unique, sorted, and consistent across data sets and provide the normalized:
trueoption to let CHARBA know that you have done so. - isNot(double) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns
trueif the value is not undefined. - isNot(int) - Static method in class org.pepstock.charba.client.items.Undefined
-
Returns
trueif the value is not undefined. - isNotEmpty(boolean[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
trueif the array is empty. - isNotEmpty(double[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
trueif the array is empty. - isNotEmpty(int[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
trueif the array is empty. - isNotEmpty(Object[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns
trueif the array is empty. - isNotEqualTo(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
- isNotEqualTo(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if both values passed as argument are not equals.
- isNoWrap() - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Returns the value reflecting the nowrap attribute and indicating if cell content can be broken in several lines.
- isNullable() - Method in interface org.pepstock.charba.client.commons.Envelop
-
Returns
trueif the content of envelop can benull. - isNullable() - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
- IsNumberFormat - Interface in org.pepstock.charba.client.options
-
Defines a configuration element which is a number format options.
- IsNumericAxis - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric scales (linear/log cartesian and radial).
- IsNumericTick - Interface in org.pepstock.charba.client.configuration
-
Common methods for numeric ticks (linear/log cartesian and radial).
- ISO_WEEK_UNIT - Static variable in class org.pepstock.charba.client.adapters.DateAdapter
- ISO_WEEKDAY - org.pepstock.charba.client.options.Time.Property
- ISO8601 - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for iso8601 calendar.
- isOffset() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
If true, extra space is added to the both edges and the axis is scaled to fit in the chart area.
This is set totruein the bar chart by default. - isOffset() - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default. - isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartGrid
- isOffset() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- isOffset() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultGrid
-
If
true, grid will be shifted to be between labels. - isOffset() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
If true, extra space is added to the both edges and the axis is scaled to fit in the chart area.
- isOffset() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true, extra space is added to the both edges and the axis is scaled to fit in the chart area. - isOffset() - Method in class org.pepstock.charba.client.options.Grid
-
If
true, grid will be shifted to be between labels.
This is set totruein the bar chart by default. - isOffsetAfterAutoskip() - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If
true, bar chart offsets are computed with auto skipped ticks.. - isOffsetAfterAutoskip() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isOffsetAfterAutoskip() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isOffsetAfterAutoskip() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
If
true, bar chart offsets are computed with auto skipped ticks.. - isOffsetAfterAutoskip() - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true, bar chart offsets are computed with auto skipped ticks.. - isOriginalMax() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleLimit
-
Returns
trueto use whatever maximum limit the scale had when the chart was first displayed. - isOriginalMax() - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Returns
trueto use whatever maximum limit the scale had when the chart was first displayed. - isOriginalMin() - Method in interface org.pepstock.charba.client.zoom.IsDefaultScaleLimit
-
Returns
trueto use whatever minimum limit the scale had when the chart was first displayed. - isOriginalMin() - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Returns
trueto use whatever minimum limit the scale had when the chart was first displayed. - isOverlap() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns if draws label even it's overlap.
- isOverlap() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if draws label even it's overlap.
- isOverride() - Method in enum org.pepstock.charba.client.resources.ResourceName
-
Returns
trueif the resource can be override by user. - IsoWeekDay - Enum in org.pepstock.charba.client.enums
-
Enumeration with ISO day of the week with 0 being Sunday and 6 being Saturday.
- IsoWeekDay(int) - Constructor for enum org.pepstock.charba.client.enums.IsoWeekDay
-
Creates with the property value to use in the native object.
- IsPadding - Interface in org.pepstock.charba.client.options
-
Interface to map a font element.
- isParsing() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns how to parse the data set.
The parsing can be disabled by specifying parsing:falseat chart options or data set.
If parsing is disabled, data must be sorted and in the formats the associated chart type and scales use internally. - isPercentage() - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Returns
trueif the value will be rendered as percentage. - isPercentageThreshold() - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Returns
trueif percentage threshold is used, otherwisefalse. - isPluginEnabled(String) - Method in class org.pepstock.charba.client.AbstractChart
-
Check if a plugin with the specific ID is registered and enabled.
- isPluginEnabled(String) - Method in class org.pepstock.charba.client.Chart
-
Check if a plugin with the specific ID is registered and enabled.
- isPluginEnabled(String) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- isPluginEnabled(String) - Method in interface org.pepstock.charba.client.IsChart
-
Check if a plugin with the specific ID is registered and enabled.
- IsPoint - Interface in org.pepstock.charba.client.commons
-
This interface is defining an object which represents a point, with x and y coordinates.
- isPositive(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
- isPositive(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if value passed as argument is a positive number (zero is included).
- isPredefined(IsFill) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Checks if the fill passed by argument is a predefined fill, the returns
true. - isPressed(NativeBaseEvent) - Method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns
trueif the modifier key is pressed when the event was emitted. - isPressed(NativeBaseEvent) - Method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns
trueif the modifier key is pressed when the event was emitted. - isPressed(HasNativeEvent) - Method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns
trueif the modifier key is pressed when the event was emitted. - isPressed(HasNativeEvent) - Method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns
trueif the modifier key is pressed when the event was emitted. - isPreventClickEvent() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Returns a flag to prevent click event after drawing of selection area.
- isPrimary() - Method in class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Returns
trueif the pointer represents the primary pointer of this pointer type. - isPrimary() - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Returns
trueif the pointer represents the primary pointer of this pointer type. - IsProgressBarType - Interface in org.pepstock.charba.client.utils.toast
-
Defines a toast progress bar type.
- isPropagate() - Method in class org.pepstock.charba.client.configuration.Filler
-
Returns
trueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - isPropagate() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartFiller
- isPropagate() - Method in class org.pepstock.charba.client.defaults.globals.DefaultFiller
- isPropagate() - Method in interface org.pepstock.charba.client.defaults.IsDefaultFiller
-
Returns
trueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - isPropagate() - Method in class org.pepstock.charba.client.options.Filler
-
Returns
trueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - ISRAEL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Israel timezone.
- ISRAEL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Israel region.
- isReadyForApi(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Checks if the chart is ready to perform the API.
It searches if the chart is consistent and if the plugin has been activated for the chart. - isRecognize(EventType) - Method in class org.pepstock.charba.client.events.AbstractHandlerEvent
-
Returns
trueif the type of event handler is equals to the event handler type provided as argument, otherwisefalse. - isRegistered - Static variable in class org.pepstock.charba.client.gradient.GradientPlugin
- isRegistered() - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Returns
trueif the plugin has been already registered. - isRegistered(String) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Checks if the controller is registered by its type.
- IsRegression - Interface in org.pepstock.charba.client.ml
-
Maps all common methods of a regression.
- isRepeat() - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Returns a boolean value that is true if the given key is being held down such that it is automatically repeating.
- isRepeat() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns a boolean value that is true if the given key is being held down such that it is automatically repeating.
- isReplay() - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Returns
trueif this event is replayed fromIsChart.update(). - IsResourceType - Interface in org.pepstock.charba.client.resources
-
Base empty interface to define a resource type to load mandatory CHARBA resources.
- isResponsive() - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Returns the resizing of the chart canvas when its container does.
- isResponsive() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isResponsive() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isResponsive() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
Returns the resizing of the chart canvas when its container does.
- isResponsive() - Method in class org.pepstock.charba.client.options.Options
-
Returns the resizing of the chart canvas when its container does.
- isReverse() - Method in class org.pepstock.charba.client.configuration.Axis
-
Returns the reversed order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns if the legend will show datasets in reverse order.
- isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- isReverse() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- isReverse() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegend
-
Returns if the legend will show datasets in reverse order.
- isReverse() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns the reversed order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
If set to
true, the order of the colors in the selected scheme is reversed. - isReverse() - Method in interface org.pepstock.charba.client.impl.plugins.IsColorSchemesDefaultOptions
-
If set to
true, the order of the colors in the selected scheme is reversed. - isReverse() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns the reversed order of tick labels.
- isReverse() - Method in class org.pepstock.charba.client.options.Legend
-
Returns if the legend will show datasets in reverse order.
- isRight() - Method in class org.pepstock.charba.client.data.Clip
-
Returns
falseif the clip right has been set. - isRtl() - Method in class org.pepstock.charba.client.configuration.Legend
-
Returns
truefor rendering the legends from right to left. - isRtl() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns
truefor rendering the tooltips from right to left. - isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- isRtl() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- isRtl() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- isRtl() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTextDirectionHandler
-
Returns
truefor rendering the object from right to left. - isRtl() - Method in interface org.pepstock.charba.client.options.HasTextDirection
- isRtl() - Method in class org.pepstock.charba.client.options.TextDirectionHandler
-
Returns
truefor rendering the tooltips from right to left. - isRtl() - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Returns
truefor rendering the rectangles from right to left. - isRtl() - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Returns
truefor rendering the rectangles from right to left. - IsScriptableFontProvider<T extends ChartContext> - Interface in org.pepstock.charba.client.options
-
Map an object which contains a font instance which can be set by callback,
FontCallback. - IsScriptablePaddingProvider<T extends ChartContext> - Interface in org.pepstock.charba.client.options
-
Map an object which contains a padding instance which can be set by callback,
PaddingCallback. - IsShape - Interface in org.pepstock.charba.client.colors.tiles
-
Defines a shape to draw on the tile.
- isShiftKey() - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Returns true if the shift key was down when the mouse event was fired.
- isShiftKey() - Method in class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Returns true if the shift key was down when the mouse event was fired.
- isShiftKey() - Method in class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Returns true if the shift key was down when the mouse event was fired.
- isShiftKey() - Method in class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Returns true if the shift key was down when the mouse event was fired.
- isShiftKey() - Method in class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Returns true if the shift key was down when the touch event was fired.
- isShowActualPercentages() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
- isShowActualPercentages() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
- isShowGraticule() - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Returns
trueto render a graticule in the background. - isShowGraticule() - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Returns
trueto render a graticule in the background. - isShowLabelBackdrop() - Method in class org.pepstock.charba.client.configuration.Tick
-
If true, draw a background behind the tick labels.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- isShowLabelBackdrop() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTicks
-
If true, draw a background behind the tick labels.
- isShowLabelBackdrop() - Method in class org.pepstock.charba.client.options.Ticks
-
If
true, draw a background behind the tick labels. - isShowLine() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
If
false, the lines between points are not drawn. - isShowLine() - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns if the line is not drawn for this dataset.
- isShowLine() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isShowLine() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTypedDatasets
- isShowLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isShowLine() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- isShowLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If false, the lines between points are not drawn.
- isShowLine() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTypedDataset
-
Returns if the line is not drawn for this dataset.
- isShowLine() - Method in class org.pepstock.charba.client.options.Options
-
If
false, the lines between points are not drawn. - isShowLine() - Method in class org.pepstock.charba.client.options.TypedDataset
-
Returns if the line is not drawn for this data set.
- isShowOutline() - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Returns
trueto render the outline in the background. - isShowOutline() - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Returns
trueto render the outline in the background. - isShowZero() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns whether or not labels of value 0 are displayed.
- isShowZero() - Method in class org.pepstock.charba.client.labels.Label
-
Returns whether or not labels of value 0 are displayed.
- isSingleStacked() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Returns if you might want to stack positive and negative values together.
- isSingleStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isSingleStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isSingleStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns if you might want to stack positive and negative values together.
- isSingleStacked() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns if you might want to stack positive and negative values together.
- IsSizeAxis - Interface in org.pepstock.charba.client.geo
-
The scale is used to map the values to symbol radius size.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - isSkipNull() - Method in class org.pepstock.charba.client.configuration.BarOptions
-
If
true, null or undefined values will not be drawn. - isSkipNull() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isSkipNull() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isSkipNull() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If true, null or undefined values will not be drawn.
- isSkipNull() - Method in class org.pepstock.charba.client.options.Options
-
If
true, null or undefined values will not be drawn. - isSkipped() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns
trueif skipped. - isSpanGaps() - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
If false,
Double.NaNdata causes a break in the line. - isSpanGaps() - Method in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- isSpanGaps() - Method in class org.pepstock.charba.client.defaults.globals.DefaultOptions
- isSpanGaps() - Method in interface org.pepstock.charba.client.defaults.IsDefaultOptions
-
If false,
Double.NaNdata causes a break in the line. - isSpanGaps() - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Returns if lines will be drawn between points with no or null data.
Iffalse, points withDouble.NaNdata will create a break in the line. - isSpanGaps() - Method in class org.pepstock.charba.client.options.Options
- isSpanGaps() - Method in class org.pepstock.charba.client.options.SpanGapHandler
-
Returns if lines will be drawn between points with no or null data.
Iffalse, points withDouble.NaNdata will create a break in the line. - isStacked() - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Gets if the axis are stacked or not.
- isStacked() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- isStacked() - Method in class org.pepstock.charba.client.defaults.globals.DefaultScale
- isStacked() - Method in interface org.pepstock.charba.client.defaults.IsDefaultScale
-
Returns if the axis are stacked or not.
- isStacked() - Method in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Returns
trueif it computes the percentage on stacked datasets. - isStacked() - Method in class org.pepstock.charba.client.options.AbstractScale
-
Returns if the axis are stacked or not.
- isSticky() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
truewhether or not the search is sticky (searches in strings only from the index indicated by the last index property of this regular expression).
It is a read-only property of an individual regular expression instance. - isStop() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns
trueif stopped. - isStrikethrough() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the strikethrough is applied to the text in pixels of the label of the scale.
- isStrokeStyleAsColor() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
trueif the stroke style is defined as color. - isStrokeStyleAsGradient() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
trueif the stroke style is defined as gradient. - isStrokeStyleAsPattern() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns
trueif the stroke style is defined as gradient. - isSupported() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns
trueif canvas is supported by browser, otherwisefalse. - isSupportedPosition(ScaleItem) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Returns
trueif the position of the scale is supported. - isTextShadow() - Method in interface org.pepstock.charba.client.labels.IsDefaultLabel
-
Returns if draws text shadows under labels.
- isTextShadow() - Method in class org.pepstock.charba.client.labels.Label
-
Returns if draws text shadows under labels.
- IsThreshold - Interface in org.pepstock.charba.client.impl.charts
-
Interface to map a threshold.
- isTimeSeriesItem(DataPoint) - Static method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Returns
trueif the data point, passed as argument, has got the properties to be a time series item (time and Y value). - IsTitle - Interface in org.pepstock.charba.client.options
-
Interface to map a title and subtitle elements.
- IsToastType - Interface in org.pepstock.charba.client.utils.toast
-
Defines a toast type.
- IsTooltipPosition - Interface in org.pepstock.charba.client.enums
-
Defines an object which represents the positioning of the tooltip.
- isTop() - Method in class org.pepstock.charba.client.data.Clip
-
Returns
falseif the clip top has been set. - IsTransitions - Interface in org.pepstock.charba.client.options
-
Interface to map a transitions element, TRANSITIONS name space.
- isType(Key, ObjectType...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns
trueif the type of the property is equals to one of the object types passed as argument. - isUnderline() - Method in class org.pepstock.charba.client.items.ScaleLabelOptions
-
Returns the underline is applied to the text in pixels of the label of the scale.
- isUnicode() - Method in class org.pepstock.charba.client.utils.RegExp
-
Returns
truewhether or not the "u" flag is used with a regular expression.
It is a read-only property of an individual regular expression instance. - isUniqueChartId(String) - Method in class org.pepstock.charba.client.dom.DOMBuilder
-
Returns
trueif the passed id is a CHARBA charts id. - isUseBorderRadius() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns if label border radius will match corresponding borderRadius.
- isUseBorderRadius() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- isUseBorderRadius() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- isUseBorderRadius() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns if label border radius will match corresponding border radius.
- isUseBorderRadius() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns if label border radius will match corresponding borderRadius.
- isUseGrouping() - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Returns
truewhether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - isUseGrouping() - Method in class org.pepstock.charba.client.defaults.globals.DefaultNumberFormatOptions
- isUseGrouping() - Method in interface org.pepstock.charba.client.defaults.IsDefaultNumberFormatOptions
-
Returns
truewhether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - isUseGrouping() - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns
truewhether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - isUseGrouping() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
- isUseGrouping() - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Returns
truewhether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - isUsePointStyle() - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- isUsePointStyle() - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultLegendLabels
- isUsePointStyle() - Method in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- isUsePointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultLegendLabels
-
Returns if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- isUsePointStyle() - Method in interface org.pepstock.charba.client.defaults.IsDefaultTooltips
-
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUsePointStyle() - Method in class org.pepstock.charba.client.options.LegendLabels
-
Returns if label style will match corresponding point style (size is based on font size, boxWidth is not used in this case).
- isUsePointStyle() - Method in class org.pepstock.charba.client.options.Tooltips
-
Returns if to use the corresponding point style (from dataset options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- isUseSelectionStyle() - Method in interface org.pepstock.charba.client.impl.plugins.IsDatasetsItemsSelectorDefaultSelectionCleaner
-
Returns
trueif selection cleaner element will apply style of selection area, otherwisefalse. - isUseSelectionStyle() - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Returns
trueif selection cleaner element will apply style of selection area, otherwisefalse. - isValid() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Returns
trueif start and end positions are consistent and that means an area has been selected. - isValid(String) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns
trueif id passed as argument is notnulland its value could be a valid annotation configuration object id. - isValid(String) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Returns
trueif id passed as argument is notnulland its value could be a valid property key. - isValid(String) - Static method in class org.pepstock.charba.client.commons.PropertyKeyChecker
-
Returns
trueif the passed id is compliant with the constraints of property key.
A scale id
can not contain any non-URL-safe characters cannot contain upper case letters - isValid(String) - Static method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Returns an instance of locale created from the fields set on this builder.
- isValid(String) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns
trueif scale id passed as argument is notnulland its value could be a valid scale id. - isValid(AnnotationId) - Static method in interface org.pepstock.charba.client.annotation.AnnotationId
-
Returns
trueif id passed as argument is notnulland its value is notnullas well and could be a valid annotation configuration object id. - isValid(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Returns
trueif the passed color instance is consistent, that means with a right red, green, blue and alpha values. - isValid(IsShape) - Static method in interface org.pepstock.charba.client.colors.tiles.IsShape
-
Returns
trueif shape passed as argument is notnulland its methods are not returningnullas well. - isValid(Envelop) - Static method in interface org.pepstock.charba.client.commons.Envelop
-
Returns
trueif envelop passed as argument is notnulland its content is notnullas well. - isValid(IsBuilder) - Static method in interface org.pepstock.charba.client.commons.IsBuilder
-
Returns
trueif the builder haven't been invoked yet to create the object. - isValid(Key) - Static method in interface org.pepstock.charba.client.commons.Key
-
Returns
trueif key passed as argument is notnulland its value is notnullas well. - isValid(PropertyKey) - Static method in interface org.pepstock.charba.client.commons.PropertyKey
-
Returns
trueif id passed as argument is notnulland its value is notnullas well and could be a valid property key. - isValid(AxisType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Returns
trueif scale type passed as argument is notnulland its value is notnullas well and could be a valid scale type. - isValid(Controller) - Static method in interface org.pepstock.charba.client.Controller
-
Returns
trueif the controller is consistent. - isValid(DataLabelId) - Static method in interface org.pepstock.charba.client.datalabels.DataLabelId
-
Returns
trueif id passed as argument is notnulland its value is notnullas well and could be a valid label configuration object id. - isValid(IsFill) - Static method in interface org.pepstock.charba.client.enums.IsFill
-
Returns
trueif fill passed as argument is notnulland its value is notnulland its mode is notnullas well. - isValid(IsThreshold) - Static method in interface org.pepstock.charba.client.impl.charts.IsThreshold
-
Returns
trueif threshold passed as argument is notnulland its properties are notnull. - isValid(ColorScheme) - Static method in interface org.pepstock.charba.client.impl.plugins.ColorScheme
-
Returns
trueif color scheme passed as argument is notnulland its properties are notnull. - isValid(Interactioner) - Static method in interface org.pepstock.charba.client.interaction.Interactioner
-
Returns
trueif interactioner passed as argument is notnulland its mode is notnullas well. - isValid(IsChart) - Static method in interface org.pepstock.charba.client.IsChart
-
Returns
trueif chart passed as argument is notnulland its id is notnullas well. - isValid(LabelId) - Static method in interface org.pepstock.charba.client.labels.LabelId
-
Returns
trueif id passed as argument is notnulland its value is notnullas well and could be a valid label configuration object id. - isValid(ScaleId) - Static method in interface org.pepstock.charba.client.options.ScaleId
-
Returns
trueif scale id passed as argument is notnulland its value is notnullas well and could be a valid scale id. - isValid(TransitionMode) - Static method in interface org.pepstock.charba.client.options.TransitionMode
-
Returns
trueif type passed as argument is notnull. - isValid(TooltipPositioner) - Static method in interface org.pepstock.charba.client.positioner.TooltipPositioner
-
Returns
trueif tooltip positioner passed as argument is notnulland its name is notnullas well. - isValid(Type) - Static method in interface org.pepstock.charba.client.Type
-
Returns
trueif type passed as argument is notnulland its scale type is notnullas well. - isValidDataIndex(int, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
trueif the dataset index and data index, passed as arguments, are valid indexes. - isValidDatasetIndex(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns
trueif the dataset index, passed as argument, is a valid index. - isValueAsInt() - Method in enum org.pepstock.charba.client.enums.Weight
-
Returns
trueif the weight has been defined by a number. - isVertical() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns
trueif it can be used for vertical alignment. - isVisible() - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns if the dataset is visible.
- isVisible(IsColor) - Static method in interface org.pepstock.charba.client.colors.IsColor
-
Returns
trueif the passed color instance is not transparent, with alpha greater than 0. - isWritable() - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Gets true if and only if the value associated with the property may be changed
- isZoomedOrPanned(Chart) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Returns whether the chart has been zoomed or panned, for instance whether the initial scale of any axis is different to the one used currently.
- isZoomedOrPanned(Chart) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Returns whether the chart has been zoomed or panned, for instance whether the initial scale of any axis is different to the one used currently.
- isZoomedOrPanned(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Returns whether the chart has been zoomed or panned, for instance whether the initial scale of any axis is different to the one used currently.
- ITAL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Italic (Etruscan, Oscan, etc.) script.
- ITALIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Italian language.
- ITALIC - org.pepstock.charba.client.enums.FontStyle
-
The browser displays an italic font style
- ITALY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Italy region.
- ITALY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.ITALY. - item - Variable in class org.pepstock.charba.client.events.AbstractAnimationEvent
- item - Variable in class org.pepstock.charba.client.events.AbstractAxisEvent
- item - Variable in class org.pepstock.charba.client.events.AbstractLegendEvent
- item - Variable in class org.pepstock.charba.client.events.AbstractTitleEvent
- item - Variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
- item(int) - Method in class org.pepstock.charba.client.dom.events.TouchList
-
Returns the touch object at the specified index in the list.
- item(int) - Method in class org.pepstock.charba.client.dom.NamedNodeMap
-
Returns an item in the map by its index, or
nullif the index is out-of-bounds. - item(int) - Method in class org.pepstock.charba.client.dom.NodeList
-
Returns an item in the list by its index, or
nullif the index is out-of-bounds. - ITEM_CALLBACK - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
- ITEM_SORT - org.pepstock.charba.client.configuration.Tooltips.Property
- itemCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
- items - Variable in class org.pepstock.charba.client.callbacks.TooltipContext
- items - Variable in class org.pepstock.charba.client.events.AbstractChartTypedEvent
- ITEMS - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to the items.
- ItemsEnvelop<T> - Class in org.pepstock.charba.client.items
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - ItemsEnvelop(T) - Constructor for class org.pepstock.charba.client.items.ItemsEnvelop
-
Create an envelop with the content passed as argument.
- ItemsEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.items.ItemsEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- itemSortCallback - Variable in class org.pepstock.charba.client.configuration.LegendLabels
- itemSortCallback - Variable in class org.pepstock.charba.client.configuration.Tooltips
- ItemSortCallback<T> - Interface in org.pepstock.charba.client.callbacks
-
Allows sorting of items, for tooltip or legend.
- itemSortCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LegendLabels
- itemSortCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tooltips
- iterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns an iterator over the elements in this set.
- ITERATOR - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as iterator with name "Iterator".
- IteratorImpl<E> - Class in org.pepstock.charba.client.commons
-
Custom iterator over a collection.
- IteratorImpl(List<E>) - Constructor for class org.pepstock.charba.client.commons.IteratorImpl
-
Builds the iterator, storing the list instance
- IVORY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "ivory" -
- IVORY_COAST - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ivory Coast region.
J
- JAIPUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Jaipur" -
- JAMAICA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Jamaica timezone.
- JAMAICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Jamaica region.
- JAMAICAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Jamaican Dollar currency.
- JAMO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Jamo (alias for Jamo subset of Hangul) script.
- JAPAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Japan timezone.
- JAPAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Japan region.
- JAPAN - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.JAPAN. - JAPANESE - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for japanese calendar.
- JAPANESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Japanese language.
- JAVA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for java numbering system.
- JAVA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Javanese script.
- JAVANESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Javanese language.
- JAVASCRIPT_RESOURCES_PATH - Static variable in class org.pepstock.charba.client.resources.DeferredResources
-
Path in the project where the java script resources are stored, "org/pepstock/charba/client/resources/js/".
- JERSEY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Jersey region.
- JEWEL_BRIGHT9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "JewelBright9" -
- JODHPUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Jodhpur" -
- join() - Method in class org.pepstock.charba.client.commons.Array
-
Creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas.
If the array has only one item, then that item will be returned without using the separator. - join(String) - Method in class org.pepstock.charba.client.commons.Array
-
Creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas or a specified separator string.
If the array has only one item, then that item will be returned without using the separator. - JoinStyle - Enum in org.pepstock.charba.client.enums
-
Determines how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- JoinStyle(String) - Constructor for enum org.pepstock.charba.client.enums.JoinStyle
-
Creates with the property value to use in the native object.
- JoinStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
borderJoinStyleproperty at runtime. - JOLA_FONYI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Jola-Fonyi language.
- JONQUIL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Jonquil" -
- JOOMLA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Joomla" -
- JORDAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Jordan region.
- JORDANIAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Jordanian Dinar currency.
- JPAN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Japanese (alias for Han + Hiragana + Katakana) script.
- JPEG - org.pepstock.charba.client.enums.ImageMimeType
-
The ends of lines are rounded.
- JS_ANNOTATION_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsAnnotationHelper with name "CharbaJsAnnotationHelper", (internal of Charba), when AnnotationPlugin is activated.
- JS_CALLBACK_PROXY - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as
CallbackProxywith name "CharbaCallbackProxy", (internal of Charba). - JS_CHART_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsChartsHelper with name "CharbaJsChartHelper", (internal of Charba).
- JS_CONTROLLER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsControllerHelper with name "CharbaJsControllerHelper", (internal of Charba).
- JS_DATALABELS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsDataLabelsHelper with name "CharbaJsDataLabelsHelper", (internal of Charba), when DataLabelsPlugin is activated.
- JS_DATE_ADAPTER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsDateAdapterHelper with name "CharbaJsDateAdapterHelper", (internal of Charba).
- JS_GEO_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsGeoHelper with name "CharbaJsGeoHelper", (internal of Charba), when Geo chart is activated.
- JS_GRADIENT_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsGradientHelper with name "CharbaJsGradientHelper", (internal of Charba), when GradientPlugin is activated.
- JS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as
JsHelperwith name "CharbaJsHelper", (internal of Charba). - JS_HELPER_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'JsHelperResource' class.
- JS_HTML_LEGEND_BUILDER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsHtmlLegendBuilderHelper with name "CharbaJsHtmlLegendBuilderHelper", (internal of Charba), when HtmlLegend is activated.
- JS_ITEMS_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsItemsHelper with name "CharbaJsItemsHelper", (internal of Charba).
- JS_ML_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object with name "CharbaJsMLHelper", (internal of Charba), when ML used.
- JS_PLUGIN_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsPluginHelper with name "CharbaJsPluginHelper", (internal of Charba).
- JS_POSITIONER_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsPositionerHelper with name "CharbaJsPositionerHelper", (internal of Charba).
- JS_TOAST - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as
Toasterwith name "CharbaToast", (internal of Charba). - JS_WINDOW_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsWindowHelper with name "CharbaJsWindowHelper", (internal of Charba).
- JS_ZOOM_HELPER - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as JsZoomHelper with name "CharbaJsZoomHelper", (internal of Charba), when ZoomPlugin is activated.
- JsChartHelper - Class in org.pepstock.charba.client
-
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to invoke CHART.JS callbacks, provided out of the box, the default one.
This wrapper is necessary to ensure that script is injected with CHART.JS. - JsChartHelper() - Constructor for class org.pepstock.charba.client.JsChartHelper
-
To avoid any instantiation
- JsControllerHelper - Class in org.pepstock.charba.client.controllers
-
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS controllers.
This wrapper is necessary to ensure that script is injected with CHART.JS. - JsControllerHelper() - Constructor for class org.pepstock.charba.client.controllers.JsControllerHelper
-
To avoid any instantiation
- JsDataLabelsHelper - Class in org.pepstock.charba.client.datalabels
-
Internal utility for
DataLabelsPluginto register the plugin globally to Chart.js.
This is needed because from the plugin version for Chart.js 3, the plugin doesn't register itself globally anymore and delegate this operation to the user.
To maintain the same capabilities of Charba, this object register the plugin globally. - JsDataLabelsHelper() - Constructor for class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
-
To avoid any instantiation
- JsDateAdapterHelper - Class in org.pepstock.charba.client.adapters
-
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation to create a date adapter from CHART.JS.
- JsDateAdapterHelper() - Constructor for class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
To avoid any instantiation
- JsGeoHelper - Class in org.pepstock.charba.client.geo
-
Internal utility for GEo charts to invoke
ChartGeo.topojsonutility provided by the controller package.
TopoJson is packaged with this plugin to convert data, it is exposed as in the global context. - JsGeoHelper() - Constructor for class org.pepstock.charba.client.geo.JsGeoHelper
-
To avoid any instantiation
- JsGradientHelper - Class in org.pepstock.charba.client.gradient
-
Internal utility for
GradientPluginto register the plugin globally to Chart.js.
This is needed because the plugin doesn't register itself globally anymore and delegate this operation to the user.
To maintain the same capabilities of Charba, this object register the plugin globally. - JsGradientHelper() - Constructor for class org.pepstock.charba.client.gradient.JsGradientHelper
-
To avoid any instantiation
- JsHelper - Class in org.pepstock.charba.client.commons
-
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects.
- JsHelper() - Constructor for class org.pepstock.charba.client.commons.JsHelper
-
To avoid any instantiation
- JsHelperResource - Class in org.pepstock.charba.client.commons
-
Contains the content of
charba.helper.min.jsto inject. - JsHelperResource() - Constructor for class org.pepstock.charba.client.commons.JsHelperResource
-
Creates the injectable resource with
charba.helper.min.jscontent. - JSHINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "JShine" -
- JsItemsHelper - Class in org.pepstock.charba.client.items
-
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects for CHARBA items.
- JsItemsHelper() - Constructor for class org.pepstock.charba.client.items.JsItemsHelper
-
To avoid any instantiation
- JSON - Class in org.pepstock.charba.client.utils
-
This is the wrapper to JSON java script object.
The JSON object contains methods for parsing JSON and converting values to JSON. - JSON() - Constructor for class org.pepstock.charba.client.utils.JSON
-
To avoid any instantiation
- JSON.Replacer - Interface in org.pepstock.charba.client.utils
-
A function that alters the behavior of the stringification process.
- JSONReplacerConstants - Class in org.pepstock.charba.client.utils
-
Contains the constants used by JSON stringify replacer.
- JSONReplacerConstants() - Constructor for class org.pepstock.charba.client.utils.JSONReplacerConstants
-
To avoid any instantiation.
- JsPluginHelper - Class in org.pepstock.charba.client.plugins
-
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS plugins.
This wrapper is necessary to ensure that script is injected with CHART.JS. - JsPluginHelper() - Constructor for class org.pepstock.charba.client.plugins.JsPluginHelper
-
To avoid any instantiation
- JsPositionerHelper - Class in org.pepstock.charba.client.positioner
-
Internal utility of positioner to invoke java script methods to activate and manage custom positioner.
- JsPositionerHelper() - Constructor for class org.pepstock.charba.client.positioner.JsPositionerHelper
-
To avoid any instantiation
- jsResource - Variable in class org.pepstock.charba.client.ml.MLInjector
- jsResource - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- JsZoomHelper - Class in org.pepstock.charba.client.zoom
-
Internal utility of
ZoomPluginto reset zooming.
This is done a native javascript object because the plugin adds a function to original CHART.JS chart instance.
To maintainChartclean from custom functions and properties, this helper has benn implemented. - JsZoomHelper() - Constructor for class org.pepstock.charba.client.zoom.JsZoomHelper
-
To avoid any instantiation
- JUICY_ORANGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Juicy Orange" -
- JUPITER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Jupiter" -
- JURC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Jurchen script.
K
- KABUVERDIANU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kabuverdianu language.
- KABYLE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kabyle language.
- KAKO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kako language.
- KALAALLISUT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kalaallisut language.
- KALENJIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kalenjin language.
- KALI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for kali numbering system.
- KALI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kayah Li script.
- KALSCH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kölsch language.
- KAMBA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kamba (Kenya) language.
- KANA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Katakana script.
- KANNADA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kannada language.
- KASHMIR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kashmir" -
- KASHMIRI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kashmiri language.
- KAZAKH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kazakh language.
- KAZAKHSTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kazakhstan region.
- KENYA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kenya region.
- KENYAN_SHILLING - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kenyan Shilling currency.
- key - Variable in class org.pepstock.charba.client.events.AbstractChartEvent
- key(String) - Static method in class org.pepstock.charba.client.plugins.PluginIdChecker
-
Creates a key by the plugin id as string
- Key - Interface in org.pepstock.charba.client.commons
-
Represents the property key of a JavaScript object.
Used for enum. - KEY - org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
- KEY - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- KEY_DOWN - org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Triggers after a key has been pressed.
- KEY_FACTORY - Static variable in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
- KEY_FACTORY - Static variable in class org.pepstock.charba.client.treemap.TreeMapDataset
- KEY_PREFIX - Static variable in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
- KEY_PRESSED - org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Triggers when a key is pressed.
- KEY_UP - org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Triggers after a key has been released.
- KeyboardCommonKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the common keys for
NativeKeyboardEvent. - KeyboardCommonKey(String) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
-
Creates with the property value to use in the native object.
- KeyboardEditingKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the editing keys for
NativeKeyboardEvent. - KeyboardEditingKey(String) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Creates with the property value to use in the native object.
- KeyboardEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeKeyboardEvent. - KeyboardEventInit() - Constructor for class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Creates an empty object
- KeyboardEventInit(String) - Constructor for class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Creates an initialization object, setting the keyboard key value.
- KeyboardEventInit(NativeKeyboardEvent) - Constructor for class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Creates an initialization object, cloning all source event data
- KeyboardEventInit.Property - Enum in org.pepstock.charba.client.dom.events
-
Name of properties of native object.
- KeyboardEventType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the DOM event type of the keyboard.
- KeyboardEventType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Creates with the property value to use in the native object.
- KeyboardFunctionKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the function keys for
NativeKeyboardEvent. - KeyboardFunctionKey(String) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
Creates with the property value to use in the native object.
- KeyboardLocation - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the constants identify which part of the keyboard the key event originates from.
- KeyboardLocation(int) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Creates with the property value to use in the native object.
- KeyboardModifierKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the modifiers which are special keys which are used to generate special characters or cause special actions when used in combination with other keys.
- KeyboardModifierKey(String) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Creates with the property value to use in the native object.
- KeyboardNavigationKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the navigation keys for
NativeKeyboardEvent. - KeyboardNavigationKey(String) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
Creates with the property value to use in the native object.
- KeyboardUiKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the user interface keys for
NativeKeyboardEvent. - KeyboardUiKey(String) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
Creates with the property value to use in the native object.
- KeyboardWhitespaceKey - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the whitespace keys for
NativeKeyboardEvent. - KeyboardWhitespaceKey(String) - Constructor for enum org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
Creates with the property value to use in the native object.
- KeyFactory<T extends Key> - Interface in org.pepstock.charba.client.commons
-
Interface to be implemented to load keys from an array of native object.
- keyPrefix - Variable in class org.pepstock.charba.client.colors.tiles.AbstractShape
- keyPrefix - Variable in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
- keys() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the list of properties names of the object.
- keys(ArrayString, KeyFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of
Keyvalues by an java script array of strings. - keys(NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeUtil
-
Returns an array of a given object's own property names, in the same order as we get with a normal loop.
- KEYS - Static variable in class org.pepstock.charba.client.data.ArcBorderRadius
- KEYS - Static variable in class org.pepstock.charba.client.data.BarBorderRadius
- KEYS - Static variable in class org.pepstock.charba.client.data.BarBorderWidth
- KHAKI - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "khaki" -
- KHAR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kharoshthi script.
- KHMER - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Khmer language.
- KHMR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for khmr numbering system.
- KHMR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khmer script.
- KHOEKHOE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Khoekhoe language.
- KHOJ - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khojki script.
- KICHE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for K'iche' language.
- KIKUYU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kikuyu language.
- KILOBIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for kilobit.
- KILOBYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for kilobyte.
- KILOGRAM - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for kilogram.
- KILOMETER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for kilometer.
- KILTER6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Kilter6" -
- KIMOBY_IS_THE_NEW_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kimoby Is The New Blue" -
- KINA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kina currency.
- KING_YNA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "King Yna" -
- KINGDOM_OF_THE_NETHERLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kingdom of the Netherlands region.
- KINYARWANDA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kinyarwanda language.
- KIRGHIZ - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kirghiz language.
- KIRIBATI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kiribati region.
- KITL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khitan large script script.
- KITS - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khitan small script script.
- KNDA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for knda numbering system.
- KNDA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kannada script.
- KOKO_CARAMEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Koko Caramel" -
- KONKANI_INDIVIDUAL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Konkani (individual language) language.
- KONKANI_MACRO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Konkani (macrolanguage) language.
- KORE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Korean (alias for Hangul + Han) script.
- KOREAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Korean language.
- KOYRA_CHIINI_SONGHAY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Koyra Chiini Songhay language.
- KOYRABORO_SENNI_SONGHAI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Koyraboro Senni Songhai language.
- KPEL - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kpelle script.
- KTHI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Kaithi script.
- KUNA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kuna currency.
- KURDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kurdish language.
- KUWAIT - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kuwait region.
- KUWAITI_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kuwaiti Dinar currency.
- KWAJALEIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Kwajalein timezone.
- KWANZA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kwanza currency.
- KWASIO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Kwasio language.
- KYAT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Kyat currency.
- KYE_MEH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kye Meh" -
- KYOO_PAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kyoo Pal" -
- KYOO_TAH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kyoo Tah" -
- KYOTO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Kyoto" -
- KYRGYZSTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Kyrgyzstan region.
L
- L - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- label - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
- label - Variable in class org.pepstock.charba.client.annotation.elements.AnnotationElement
- label - Variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
- label - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
- label - Variable in class org.pepstock.charba.client.datalabels.AbstractBuilder
- label - Variable in class org.pepstock.charba.client.datalabels.DataLabelsContext
- label - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- label - Variable in class org.pepstock.charba.client.items.ScaleValueItem
- label - Variable in class org.pepstock.charba.client.labels.LabelBuilder
- label - Variable in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
- label - Variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- label - Variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultValues
- label - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions
- label(Feature) - Method in interface org.pepstock.charba.client.geo.callbacks.FeatureLabelCallback
- Label - Class in org.pepstock.charba.client.labels
-
This is the object to map the
LabelsPlugin.IDplugin options, both at chart and global level. - Label - Class in org.pepstock.charba.client.utils.toast
-
Configures the toast label.
- Label() - Constructor for class org.pepstock.charba.client.labels.Label
-
Creates new
LabelsPlugin.IDplugin label, using an incremental id. - Label(String) - Constructor for class org.pepstock.charba.client.labels.Label
-
Creates new
LabelsPlugin.IDplugin label, using the id passed as argument as label id. - Label(LabelId) - Constructor for class org.pepstock.charba.client.labels.Label
-
Creates new
LabelsPlugin.IDplugin label, using the id passed as argument as label id. - Label(LabelId, IsDefaultLabel, NativeObject) - Constructor for class org.pepstock.charba.client.labels.Label
-
Creates new
LabelsPlugin.IDplugin options. - Label(AbstractReadOnlyToastOptions, Key, IsDefaultContentElement, NativeObject) - Constructor for class org.pepstock.charba.client.utils.toast.Label
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- LABEL - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a LABEL annotation which draws a content in the a chart.
- LABEL - org.pepstock.charba.client.annotation.BoxAnnotation.Property
- LABEL - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- LABEL - org.pepstock.charba.client.annotation.EllipseAnnotation.Property
- LABEL - org.pepstock.charba.client.annotation.LineAnnotation.Property
- LABEL - org.pepstock.charba.client.callbacks.ScaleContext.Property
- LABEL - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- LABEL - org.pepstock.charba.client.data.Dataset.InternalProperty
- LABEL - org.pepstock.charba.client.impl.plugins.enums.Render
-
The label will be rendered.
- LABEL - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- LABEL - org.pepstock.charba.client.items.DatasetItem.Property
- LABEL - org.pepstock.charba.client.items.ScaleLabelItem.Property
- LABEL - org.pepstock.charba.client.items.ScaleTickItem.Property
- LABEL - org.pepstock.charba.client.items.TooltipItem.Property
- LABEL - org.pepstock.charba.client.labels.enums.Render
-
The label will be rendered.
- LABEL - org.pepstock.charba.client.labels.LabelsContext.Property
- LABEL - org.pepstock.charba.client.treemap.InnerData.Property
- LABEL - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- LABEL - org.pepstock.charba.client.utils.toast.ToastItem.Property
- LABEL_COLOR - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- LABEL_COLORS - org.pepstock.charba.client.items.TooltipModel.Property
- LABEL_COLUMN_ID_TEMPLATE - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
- LABEL_HEIGHT - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- LABEL_IMAGE - org.pepstock.charba.client.impl.plugins.enums.Render
-
The label and image will be rendered.
- LABEL_OFFSET - org.pepstock.charba.client.options.Ticks.Property
- LABEL_POINT_STYLE - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- LABEL_POINT_STYLES - org.pepstock.charba.client.items.TooltipModel.Property
- LABEL_ROTATION - org.pepstock.charba.client.items.ScaleItem.Property
- LABEL_TEXT_COLOR - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- LABEL_TEXT_COLORS - org.pepstock.charba.client.items.TooltipModel.Property
- LABEL_WIDTH - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- LABEL_X - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- LABEL_Y - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- Label.Property - Enum in org.pepstock.charba.client.labels
-
Name of properties of native object.
- LabelAlignPositionCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- LabelAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a LABEL annotation which draws a content in the a chart.
- LabelAnnotation() - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptionsinstance.
The annotation id is calculated automatically. - LabelAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - LabelAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - LabelAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - LabelAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptionsinstance, using the native object and defaults passed as argument. - LabelAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates a label annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - LabelAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation
-
Creates the object wrapping an existing native object.
- LabelAnnotation.LabelElementFactory - Class in org.pepstock.charba.client.annotation
-
Specific element factory for label annotation elements.
- LabelAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- LabelBuilder - Class in org.pepstock.charba.client.labels
-
Comfortable object to create
LabelsPlugin.IDplugin LABEL options by a builder. - LabelBuilder(LabelsOptionsBuilder, Label) - Constructor for class org.pepstock.charba.client.labels.LabelBuilder
-
Creates a label builder with the parent and the label to wrap.
- labelBuilders - Variable in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
- labelCallback - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- labelCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- labelColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- LabelElementFactory(String) - Constructor for class org.pepstock.charba.client.annotation.LabelAnnotation.LabelElementFactory
-
Creates the factory by the key of object, as string.
- labelHandler - Variable in class org.pepstock.charba.client.annotation.InnerLabel
- labelHandler - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- LabelHandler - Class in org.pepstock.charba.client.annotation
-
Manages the common labels options among the annotations and labels.
- LabelHandler(AbstractAnnotation, HasLabel, IsDefaultsLabelHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.LabelHandler
-
Creates a label handler with the native object where label properties must be managed and the default value to use when the property does not exist.
- LabelHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- LabelId - Interface in org.pepstock.charba.client.labels
-
Represents the label id of a label configuration object in the
LabelsPlugin.IDplugin. - LabelItem - Class in org.pepstock.charba.client.datalabels
-
This is the base for
DataLabelsPlugin.IDplugin options where to set all the configuration needed to the a label.
The options could be set by simply the value or by setting a callback. - LabelItem(IsDefaultDataLabelsItem, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.LabelItem
-
Creates new
DataLabelsPlugin.IDplugin options. - LabelItem.Property - Enum in org.pepstock.charba.client.datalabels
-
Name of properties of native object.
- LabelItem.ProxyFormatterCallback - Interface in org.pepstock.charba.client.datalabels
-
Java script FUNCTION callback called to provide the value by custom formatter.
Must be an interface with only 1 method. - LabelItemBuilder - Class in org.pepstock.charba.client.datalabels
-
Comfortable object to create
DataLabelsPlugin.IDlabel item by a builder. - LabelItemBuilder(LabelItem) - Constructor for class org.pepstock.charba.client.datalabels.LabelItemBuilder
-
Creates a label item builder with the instance to wrap.
- labelItemBuilders - Variable in class org.pepstock.charba.client.datalabels.DataLabelsOptionsBuilder
- labelOptions - Variable in class org.pepstock.charba.client.labels.LabelsContext
- labelPointStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- LabelPosition - Enum in org.pepstock.charba.client.annotation.enums
-
Property to set the position's line label to its normal position.
- LabelPosition(String) - Constructor for enum org.pepstock.charba.client.annotation.enums.LabelPosition
-
Creates with the property value to use in the native object.
- LabelPositionCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- labels - Variable in class org.pepstock.charba.client.configuration.Legend
- labels - Variable in class org.pepstock.charba.client.datalabels.DataLabelsOptions
- labels - Variable in class org.pepstock.charba.client.datalabels.DefaultOptions
- labels - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- labels - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendLabels
- labels - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- labels - Variable in class org.pepstock.charba.client.options.Legend
- labels - Variable in class org.pepstock.charba.client.treemap.TreeMapDataset
- labels - Variable in class org.pepstock.charba.client.treemap.TreeMapElementOptions
- Labels - Class in org.pepstock.charba.client.data
-
Contains the labels of the chart.
Is able to manage also multi-line labels. - Labels - Class in org.pepstock.charba.client.datalabels
-
Base object to map multi labels options for
DataLabelsPlugin.IDplugin configuration.
It's possible to define multiple labels for each data element using the this object.
It is an object where each property represents a new label, the key being the label key and the value being the options specific to each label. - Labels - Class in org.pepstock.charba.client.sankey
-
Is a map to apply a different label to sankey node, node defined by
SankeyDataPoint.setFrom(Key)orSankeyDataPoint.setTo(Key). - Labels - Class in org.pepstock.charba.client.treemap
-
The labels can control if and how a label, to represent the data, can be shown in the rectangle.
- Labels() - Constructor for class org.pepstock.charba.client.sankey.Labels
-
Creates the object with an empty native object instance.
- Labels(AbstractNode, Key, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.treemap.Labels
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Labels(ArrayMixedObject) - Constructor for class org.pepstock.charba.client.data.Labels
-
To avoid any instantiations
- Labels(NativeObject) - Constructor for class org.pepstock.charba.client.sankey.Labels
-
Creates the object with native object instance to be wrapped.
- Labels(IsDefaultDataLabelsOptions, IsDefaultLabels, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.Labels
-
Creates the object with native object instance to be wrapped.
- LABELS - org.pepstock.charba.client.data.LabelsHandler.Property
- LABELS - org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
- LABELS - org.pepstock.charba.client.enums.ContextType
-
Labels plugin context type.
- LABELS - org.pepstock.charba.client.enums.TickSource
-
Generates ticks from user given
data.labelsvalues ONLY. - LABELS - org.pepstock.charba.client.options.Legend.Property
- LABELS - org.pepstock.charba.client.sankey.SankeyDataset.Property
- LABELS - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- LABELS - org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- LABELS_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS LABELS plugin.
- LABELS_PLUGIN_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'LabelsPluginResource' class.
- Labels.Property - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- labelsCallback - Variable in class org.pepstock.charba.client.configuration.LegendLabels
- labelsCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LegendLabels
- LabelsContext - Class in org.pepstock.charba.client.labels
-
This object is wrapping the native java script object provided by
LabelsPlugin.IDplugin when the callback function is called. - LabelsContext(Label, NativeObject) - Constructor for class org.pepstock.charba.client.labels.LabelsContext
-
Creates the object with native object instance to be wrapped and the label instance.
- LabelsContext.Property - Enum in org.pepstock.charba.client.labels
-
Name of properties of native object.
- LabelsDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.labels.LabelsOptionsFactory.LabelsDefaultsOptionsFactory
-
To avoid any instantiation
- LabelsEnvelop<T> - Class in org.pepstock.charba.client.labels
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - LabelsEnvelop(T) - Constructor for class org.pepstock.charba.client.labels.LabelsEnvelop
-
Create an envelop with the content passed as argument.
- labelsHandler - Variable in class org.pepstock.charba.client.data.Data
- labelsHandler - Variable in class org.pepstock.charba.client.options.AbstractScale
- LabelsHandler - Class in org.pepstock.charba.client.data
-
Utility to manage the LABELS on chart datasets and options.
- LabelsHandler(NativeObject) - Constructor for class org.pepstock.charba.client.data.LabelsHandler
-
Creates the utility using dataset native object.
- LabelsHandler(OptionsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.data.LabelsHandler
-
Creates the utility using dataset native object.
This is callable only fromoptionspackage. - LabelsHandler.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- LabelsOptions - Class in org.pepstock.charba.client.labels
-
This is the object to map the
LabelsPlugin.IDplugin options, both at chart and global level. - LabelsOptions() - Constructor for class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new
LabelsPlugin.IDplugin options. - LabelsOptions(IsChart) - Constructor for class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new
LabelsPlugin.IDplugin options, relating to chart instance for default. - LabelsOptions(IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.labels.LabelsOptions
-
Creates new
LabelsPlugin.IDplugin options. - LabelsOptionsBuilder - Class in org.pepstock.charba.client.labels
-
Comfortable object to create
LabelsPlugin.IDplugin options by a builder. - LabelsOptionsBuilder(IsChart) - Constructor for class org.pepstock.charba.client.labels.LabelsOptionsBuilder
-
To avoid any instantiation
- LabelsOptionsFactory - Class in org.pepstock.charba.client.labels
-
Factory to get the options (form chart or from default global ones) related to
LabelsPlugin.IDplugin. - LabelsOptionsFactory() - Constructor for class org.pepstock.charba.client.labels.LabelsOptionsFactory
-
To avoid any instantiation.
- LabelsOptionsFactory.LabelsDefaultsOptionsFactory - Class in org.pepstock.charba.client.labels
-
Internal factory to create options from default global option for the plugin
- LabelsPlugin - Class in org.pepstock.charba.client.labels
-
Entry point of LABELS plugin with some static utilities to enable it and to get and set options.
- LabelsPlugin() - Constructor for class org.pepstock.charba.client.labels.LabelsPlugin
-
To avoid any instantiation
- LabelsPluginResource - Class in org.pepstock.charba.client.labels
-
Contains the content of
chartjs-plugin-labels.min.jsto inject. - LabelsPluginResource() - Constructor for class org.pepstock.charba.client.labels.LabelsPluginResource
-
Creates the injectable resource with
chartjs-plugin-labels.min.jscontent. - labelTextColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- LAKOTA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lakota language.
- LANA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for lana numbering system.
- LANA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tai Tham (Lanna) script.
- LANATHAM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for lanatham numbering system.
- LANGI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Langi language.
- language - Variable in class org.pepstock.charba.client.intl.CLocale
- language - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
- Language - Enum in org.pepstock.charba.client.intl
-
Enumerates the language identifiers which can be used to create and manage locale.
- Language(String, String) - Constructor for enum org.pepstock.charba.client.intl.Language
-
Creates the object with identifier (3 chars) and its name.
- Language(String, String, String) - Constructor for enum org.pepstock.charba.client.intl.Language
-
Creates the object with identifiers (3 and 2 chars) and its name.
- LANGUAGE - org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
- LAO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lao language.
- LAO_KIP - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lao Kip currency.
- LAOO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for laoo numbering system.
- LAOO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lao script.
- LAOS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Laos region.
- LARI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lari currency.
- lastIndexOf(double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(Object) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(String) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastIndexOf(ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Returns the index of the last occurrence of the specified element in this array, or -1 if this array does not contain the element.
- lastReturn - Variable in class org.pepstock.charba.client.commons.IteratorImpl
- LATF - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Latin (Fraktur variant) script.
- LATG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Latin (Gaelic variant) script.
- latitude - Variable in class org.pepstock.charba.client.geo.Coordinates
- LATITUDE - org.pepstock.charba.client.geo.BubbleMapDataPoint.Property
- LATITUDE - org.pepstock.charba.client.geo.DataPointCenter.Property
- LATN - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for latn numbering system.
- LATN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Latin script.
- LATVIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Latvia region.
- LATVIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Latvian language.
- LAVENDER - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lavender" -
- LAVENDER_BLUSH - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lavenderBlush" -
- LAWN_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lawnGreen" -
- LAWRENCIUM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lawrencium" -
- layout - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- layout - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
- layout - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- layout - Variable in class org.pepstock.charba.client.options.Options
- Layout - Class in org.pepstock.charba.client.configuration
-
The layout configuration is needed to set the padding.
- Layout - Class in org.pepstock.charba.client.options
-
The layout configuration is needed to set the padding.
- Layout(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Layout
-
Builds the object storing the root options element.
- Layout(Options, Key, IsDefaultLayout, NativeObject) - Constructor for class org.pepstock.charba.client.options.Layout
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- LAYOUT - org.pepstock.charba.client.options.Options.Property
- LAYOUT_PADDING - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- Layout.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Layout.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- LEARNING_AND_LEADING - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Learning and Leading" -
- LEAVE - org.pepstock.charba.client.annotation.EventsHandler.Property
- LEAVE - org.pepstock.charba.client.datalabels.enums.Event
-
The mouse is moved out of a label.
- LEAVE_EVENT_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.Listeners
- LEAVE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.EventsHandler
- LeaveCallback - Interface in org.pepstock.charba.client.annotation.listeners
-
Callback interface of
AnnotationPlugin.IDplugin that is called once leave is fired. - leaveCallbackProxy - Variable in class org.pepstock.charba.client.annotation.EventsHandler
- leaveCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractEventElementHandler
- leaveCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Legend
- leaveCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
- leaveEventCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.Listeners
- LeaveEventHandler - Interface in org.pepstock.charba.client.datalabels.events
-
Callback interface of
DataLabelsPlugin.IDplugin to manage LEAVE events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue, the label is updated with the new context and the chart re-rendered. - LEBANESE_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lebanese Pound currency.
- LEBANON - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Lebanon region.
- left - Variable in class org.pepstock.charba.client.colors.Area
- left - Variable in class org.pepstock.charba.client.impl.plugins.SelectionArea
- left - Variable in class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
- LEFT - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property sets the callout on left of the label.
- LEFT - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned to the left of the anchor point (180 degrees).
- LEFT - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit to the left to to its normal position.
- LEFT - org.pepstock.charba.client.enums.BorderSkipped
-
The left property sets the left edge of an element to a unit to the left/right to its normal position.
- LEFT - org.pepstock.charba.client.enums.Position
-
The left property sets the left edge of an element to a unit to the left/right to its normal position.
- LEFT - org.pepstock.charba.client.enums.TextAlign
-
The inline contents are aligned to the left edge of the line box.
- LEFT - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is positioned to the left.
- LEFT - org.pepstock.charba.client.geo.enums.Align
-
The scale is positioned to the left of the chart (vertical).
- LEFT - org.pepstock.charba.client.geo.enums.Position
-
the left property sets the left edge of an element.
- LEFT - org.pepstock.charba.client.geo.Margin.Property
- LEFT - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the left alignment.
- LEFT - org.pepstock.charba.client.items.BaseBoxItem.Property
- LEFT - org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
- LEFT - org.pepstock.charba.client.matrix.enums.Anchor
-
The left property sets the data element position to left.
- LEFT - org.pepstock.charba.client.treemap.enums.Align
-
The label is positioned to the left of the center point.
- LEFT - org.pepstock.charba.client.utils.toast.enums.Align
-
Is the default: the actions are positioned to the left of the toast.
- LEFT_CHART_AREA - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the left chart area alignment.
- LEFT_RIGHT - org.pepstock.charba.client.colors.GradientOrientation
-
From left to right (horizontal)
- LEFT_TO_RIGHT - org.pepstock.charba.client.enums.TextDirection
-
Left-to-right direction.
- leftRightValue - Variable in enum org.pepstock.charba.client.enums.TextAlign
- legend - Variable in class org.pepstock.charba.client.ChartNode
- legend - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- legend - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- legend - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- legend - Variable in class org.pepstock.charba.client.geo.LegendAxisMapper
- legend - Variable in class org.pepstock.charba.client.options.Options
- Legend - Class in org.pepstock.charba.client.configuration
-
The chart legend displays data about the datasets that area appearing on the chart.
- Legend - Class in org.pepstock.charba.client.geo
-
Legend configuration for GEO chart scale.
- Legend - Class in org.pepstock.charba.client.options
-
The chart legend displays data about the datasets that area appearing on the chart.
- Legend(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Legend
-
Builds the object storing the chart instance and the root options element.
- Legend(LegendAxisMapper, NativeObject) - Constructor for class org.pepstock.charba.client.geo.Legend
-
Creates the object with native object instance to be wrapped.
- Legend(Plugins, Key, IsDefaultLegend, NativeObject) - Constructor for class org.pepstock.charba.client.options.Legend
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- LEGEND - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the legend.
- LEGEND - org.pepstock.charba.client.geo.LegendAxisMapper.Property
- LEGEND - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to the legend.
- LEGEND_HIT_BOXES - org.pepstock.charba.client.items.LegendNode.Property
- LEGEND_ITEMS - org.pepstock.charba.client.items.LegendNode.Property
- Legend.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object for projection scale.
- Legend.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- Legend.ProxyLegendEventCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called when a event on the legend is raised.
Must be an interface with only 1 method. - LegendAxisMapper - Class in org.pepstock.charba.client.geo
-
Base scale for color and size axes, needed for GOE charts implementation.
It contains all options needed to configure the scale with a legend. - LegendAxisMapper(Axis, NativeObject) - Constructor for class org.pepstock.charba.client.geo.LegendAxisMapper
-
Creates the object with native object instance to be wrapped.
- LegendAxisMapper.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object for projection scale.
- LegendClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the legend of the chart.
- LegendClickEvent(ChartEventContext, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendClickEvent
-
Creates the event with legend item related to the click
- LegendClickEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for clicking on the chart legend.
- LegendEventProperty - Enum in org.pepstock.charba.client.enums
-
Enumerates the name of options property to set the callbacks to legend events.
- LegendEventProperty(String) - Constructor for enum org.pepstock.charba.client.enums.LegendEventProperty
-
Creates with the property value to use in the native object.
- LegendFilterCallback - Interface in org.pepstock.charba.client.callbacks
-
Filters legend items out of the legend.
- LegendHitBoxItem - Class in org.pepstock.charba.client.items
-
This is a wrapper of the CHART.JS item which contains the legends hit box.
- LegendHitBoxItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendHitBoxItem
-
Creates the item using a native java script object which contains all properties.
- LegendHitBoxItem.LegendHitBoxItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create legend hit box item by a native object.
- LegendHitBoxItemFactory() - Constructor for class org.pepstock.charba.client.items.LegendHitBoxItem.LegendHitBoxItemFactory
- LegendHoverEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user hovers on the legend of the chart.
- LegendHoverEvent(ChartEventContext, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendHoverEvent
-
Creates the event with legend item related to the hover
- LegendHoverEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for hovering on the chart legend.
- legendItem - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
- LegendItem - Class in org.pepstock.charba.client.items
-
This is a wrapper of the CHART.JS item which contains the legend item.
- LegendItem() - Constructor for class org.pepstock.charba.client.items.LegendItem
-
To avoid any user creation but provides an empty object.
- LegendItem(ChartEnvelop<LegendItem>) - Constructor for class org.pepstock.charba.client.items.LegendItem
-
Creates the item using another legend item (passed by envelop) which contains all properties.
- LegendItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendItem
-
Creates the item using a native java script object which contains all properties.
- LegendItem.LegendItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create legend item by a native object.
- LegendItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- LegendItemFactory() - Constructor for class org.pepstock.charba.client.items.LegendItem.LegendItemFactory
-
To avoid any instantiation
- LegendItemSortCallback - Interface in org.pepstock.charba.client.callbacks
-
Allows sorting of legend items.
- legendItemTextGenerator - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
- LegendLabelItem - Class in org.pepstock.charba.client.items
-
This object is created by callbacks and returned to CHART.JS as native object to configure the legend.
- LegendLabelItem() - Constructor for class org.pepstock.charba.client.items.LegendLabelItem
-
Standard constructor which wraps a new native java script object.
- LegendLabelItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendLabelItem
-
Creates the item using a native java script object which contains all properties.
- LegendLabelItem.LegendLabelItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create legend label item by a native object.
- LegendLabelItemFactory() - Constructor for class org.pepstock.charba.client.items.LegendLabelItem.LegendLabelItemFactory
-
To avoid any instatiation
- legendLabels - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- LegendLabels - Class in org.pepstock.charba.client.configuration
-
This is the labels configuration of the legend.
- LegendLabels - Class in org.pepstock.charba.client.options
-
This is the labels configuration of the legend.
- LegendLabels(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.LegendLabels
-
Builds the object storing the chart instance and the root options element.
- LegendLabels(Legend, Key, IsDefaultLegendLabels, NativeObject) - Constructor for class org.pepstock.charba.client.options.LegendLabels
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- LegendLabels.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- LegendLabels.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- LegendLabels.ProxyFilterCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to filter legend items out of the legend.
- LegendLabels.ProxyGenerateLabelsCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to generate legend items for each thing in the legend.
- LegendLabels.ProxyItemSortCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to allow sorting of legend items.
Must be an interface with only 1 method. - LegendLabelsCallback - Interface in org.pepstock.charba.client.callbacks
-
Generates legend items for each thing in the legend.
- LegendLeaveEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user leaves on the legend of the chart.
- LegendLeaveEvent(ChartEventContext, LegendItem) - Constructor for class org.pepstock.charba.client.events.LegendLeaveEvent
-
Creates the event with legend item related to the leaving.
- LegendLeaveEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for leaving on the chart legend.
- LegendNode - Class in org.pepstock.charba.client.items
-
Wrapper of legend node of CHART.JS.
This is a wrapper of legend node of Chart (of CHART.JS). - LegendNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.LegendNode
-
Creates the item using an envelop with the native java script object which contains all properties.
- LegendNode.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- legendTextHandler - Variable in class org.pepstock.charba.client.items.LegendLabelItem
- legendTextHandler - Variable in class org.pepstock.charba.client.options.LegendTitle
- LegendTextHandler - Class in org.pepstock.charba.client.items
-
Manages the TEXT property of options in order to use the same logic between legend items and title.
- LegendTextHandler(AbstractNode, NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendTextHandler
-
Creates a legend text handler with the native object where TEXT property must be managed.
- LegendTextHandler(AbstractNode, OptionsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.LegendTextHandler
-
Creates a legend text handler with the envelop of the native object where TEXT property must be managed.
- LegendTextHandler(NativeObject) - Constructor for class org.pepstock.charba.client.items.LegendTextHandler
-
Creates a legend text handler with the native object where TEXT property must be managed.
- LegendTextHandler.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- legendTitle - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegendTitle
- legendTitle - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegend
- LegendTitle - Class in org.pepstock.charba.client.configuration
-
This is the title configuration of the legend.
- LegendTitle - Class in org.pepstock.charba.client.options
-
This is the title configuration of the legend.
- LegendTitle(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.LegendTitle
-
Builds the object storing the chart instance and the root options element.
- LegendTitle(Legend, Key, IsDefaultLegendTitle, NativeObject) - Constructor for class org.pepstock.charba.client.options.LegendTitle
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- LegendTitle.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- legendTitleTextGenerator - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
- LEK - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lek currency.
- LEKE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Leke script.
- LEMON_CHIFFON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lemonChiffon" -
- LEMON_LIME - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lemon Lime" -
- LEMON_TWIST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lemon Twist" -
- LEMPIRA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lempira currency.
- length() - Method in class org.pepstock.charba.client.commons.Array
-
Returns the number of elements in this array.
- length() - Method in class org.pepstock.charba.client.dom.elements.TextNode
-
Returns the value representing the size of the string contained in data.
- length() - Method in class org.pepstock.charba.client.dom.events.TouchList
-
Returns the number of touch objects in the touch list.
- length() - Method in class org.pepstock.charba.client.dom.NamedNodeMap
-
Returns the number of nodes in the node map.
- length() - Method in class org.pepstock.charba.client.dom.NodeList
-
Returns the number of nodes in the node list.
- LENGTH - org.pepstock.charba.client.annotation.Arrow.Property
- LENGTH - org.pepstock.charba.client.annotation.elements.ArrowElement.Property
- LENGTH - org.pepstock.charba.client.geo.Legend.Property
- LENGTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Arrow
- LENGTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.Legend
- LengthCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- LengthCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to set
lengthproperty at runtime inLegenditem. - lengthCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Arrow
- lengthCallbackProxy - Variable in class org.pepstock.charba.client.geo.Legend
- LENSOD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lensod" -
- LEONE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Leone currency.
- LEPC - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for lepc numbering system.
- LEPC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lepcha (Róng) script.
- LESOTHO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Lesotho region.
- LESS_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
- LESS_THANT - org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
- lessThanOrDefault(double, double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrDefault(int, int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrThreshold(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrThreshold(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrZero(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- lessThanOrZero(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is less than number and returns it.
- LIBERIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Liberia region.
- LIBERIAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Liberian Dollar currency.
- LIBYA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Libya timezone.
- LIBYA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Libya region.
- LIBYAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Libyan Dinar currency.
- LIECHTENSTEIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Liechtenstein region.
- LIGHT_BLUE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE" -
- LIGHT_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightBlue" -
- LIGHT_BLUE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_ACCENT_1" -
- LIGHT_BLUE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_ACCENT_2" -
- LIGHT_BLUE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_ACCENT_3" -
- LIGHT_BLUE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_ACCENT_4" -
- LIGHT_BLUE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_DARKEN_1" -
- LIGHT_BLUE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_DARKEN_2" -
- LIGHT_BLUE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_DARKEN_3" -
- LIGHT_BLUE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_DARKEN_4" -
- LIGHT_BLUE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_1" -
- LIGHT_BLUE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_2" -
- LIGHT_BLUE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_3" -
- LIGHT_BLUE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_4" -
- LIGHT_BLUE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_BLUE_LIGHTEN_5" -
- LIGHT_CORAL - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightCoral" -
- LIGHT_CYAN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightCyan" -
- LIGHT_GOLDEN_ROD_YELLOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightGoldenRodYellow" -
- LIGHT_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightGray" -
- LIGHT_GREEN - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN" -
- LIGHT_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightGreen" -
- LIGHT_GREEN_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_ACCENT_1" -
- LIGHT_GREEN_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_ACCENT_2" -
- LIGHT_GREEN_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_ACCENT_3" -
- LIGHT_GREEN_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_ACCENT_4" -
- LIGHT_GREEN_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_DARKEN_1" -
- LIGHT_GREEN_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_DARKEN_2" -
- LIGHT_GREEN_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_DARKEN_3" -
- LIGHT_GREEN_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_DARKEN_4" -
- LIGHT_GREEN_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_1" -
- LIGHT_GREEN_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_2" -
- LIGHT_GREEN_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_3" -
- LIGHT_GREEN_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_4" -
- LIGHT_GREEN_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIGHT_GREEN_LIGHTEN_5" -
- LIGHT_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightGrey" -
- LIGHT_ORANGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Light Orange" -
- LIGHT_PINK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightPink" -
- LIGHT_SALMON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSalmon" -
- LIGHT_SEA_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSeaGreen" -
- LIGHT_SKY_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSkyBlue" -
- LIGHT_SLATE_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSlateGray" -
- LIGHT_SLATE_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSlateGrey" -
- LIGHT_STEEL_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightSteelBlue" -
- LIGHT_YELLOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lightYellow" -
- LIGHTEN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Retains the lightest pixels of both layers.
- LIGHTER - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Where both shapes overlap the color is determined by adding color values.
- LIGHTER - org.pepstock.charba.client.enums.Weight
-
Defines lighter characters.
- LILANGENI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Lilangeni currency.
- LIMB - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for limb numbering system.
- LIMB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Limbu script.
- LIME - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME" -
- LIME - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "lime" -
- LIME - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "LIME" -
- LIME_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_ACCENT_1" -
- LIME_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_ACCENT_2" -
- LIME_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_ACCENT_3" -
- LIME_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_ACCENT_4" -
- LIME_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_DARKEN_1" -
- LIME_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_DARKEN_2" -
- LIME_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_DARKEN_3" -
- LIME_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_DARKEN_4" -
- LIME_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "limeGreen" -
- LIME_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_1" -
- LIME_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_2" -
- LIME_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_3" -
- LIME_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_4" -
- LIME_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "LIME_LIGHTEN_5" -
- LIMEADE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Limeade" -
- limits - Variable in class org.pepstock.charba.client.zoom.DefaultOptions
- limits - Variable in class org.pepstock.charba.client.zoom.ZoomOptions
- Limits - Class in org.pepstock.charba.client.zoom
-
Entity of
ZoomPlugin.IDconfiguration in order to define the limits of X and Y scales for pan and zoom. - Limits(IsDefaultLimits, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Limits
-
Creates new limit element, using stored native object instance and the default values options.
- LIMITS - org.pepstock.charba.client.zoom.ZoomOptions.Property
- Limits.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- LINA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Linear A script.
- LINB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Linear B script.
- line - Variable in class org.pepstock.charba.client.configuration.Elements
- line - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLine
- line - Variable in class org.pepstock.charba.client.defaults.globals.DefaultElements
- line - Variable in class org.pepstock.charba.client.options.Elements
- Line - Class in org.pepstock.charba.client.colors.tiles
-
LINE drawer to design a line in the tile.
It designs a line in the following tile sections (A and B):
- Line - Class in org.pepstock.charba.client.configuration
-
Line elements are used to represent the line in a line chart.
- Line - Class in org.pepstock.charba.client.options
-
Line elements are used to represent the line in a line chart.
- Line() - Constructor for class org.pepstock.charba.client.colors.tiles.Line
- Line(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Line
-
Builds the object with options, root and setting the line element.
- Line(Elements, Key, IsDefaultLine, NativeObject) - Constructor for class org.pepstock.charba.client.options.Line
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- LINE - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a LINE annotation which draws a line in the a chart.
- LINE - org.pepstock.charba.client.ChartType
-
A line chart is a way of plotting data points on a line.
- LINE - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.LINE. - LINE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a line on the tile.
- LINE - org.pepstock.charba.client.enums.PointStyle
- LINE - org.pepstock.charba.client.options.Elements.Property
- LINE_CAP - org.pepstock.charba.client.items.LegendItem.Property
- LINE_CAP_STYLE - org.pepstock.charba.client.treemap.Dividers.Property
- LINE_COLOR - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- LINE_COLOR - org.pepstock.charba.client.treemap.Dividers.Property
- LINE_DASH - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- LINE_DASH - org.pepstock.charba.client.items.LegendItem.Property
- LINE_DASH - org.pepstock.charba.client.treemap.Dividers.Property
- LINE_DASH_OFFSET - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- LINE_DASH_OFFSET - org.pepstock.charba.client.items.LegendItem.Property
- LINE_DASH_OFFSET - org.pepstock.charba.client.treemap.Dividers.Property
- LINE_HEIGHT - org.pepstock.charba.client.options.Font.Property
- LINE_JOIN - org.pepstock.charba.client.items.LegendItem.Property
- LINE_SEPARATOR - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for LINE SEPARATOR, "\n".
- LINE_THROUGH - org.pepstock.charba.client.dom.enums.TextDecoration
-
Each line of text has a decorative line going through its middle.
- LINE_WIDTH - org.pepstock.charba.client.configuration.AbstractScaleLines.Property
- LINE_WIDTH - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- LINE_WIDTH - org.pepstock.charba.client.items.LegendItem.Property
- LINE_WIDTH - org.pepstock.charba.client.options.AngleLines.Property
- LINE_WIDTH - org.pepstock.charba.client.options.Grid.Property
- LINE_WIDTH - org.pepstock.charba.client.treemap.Dividers.Property
- LINE_WIDTHS - org.pepstock.charba.client.items.LegendNode.Property
- Line.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Line.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- LineAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a LINE annotation which draws a line in the a chart.
- LineAnnotation() - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptionsinstance.
The annotation id is calculated automatically. - LineAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - LineAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - LineAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - LineAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptionsinstance, using the native object and defaults passed as argument. - LineAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates a line annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - LineAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation
-
Creates the object wrapping an existing native object.
- LineAnnotation.LineElementFactory - Class in org.pepstock.charba.client.annotation
-
Specific element factory for line annotation elements.
- LineAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- LINEAR - org.pepstock.charba.client.colors.GradientType
-
Creates an image consisting of a progressive transition between two or more colors along a straight line.
Here is the definition. - LINEAR - org.pepstock.charba.client.enums.ChartAxisType
-
The linear scale is use to chart numerical data.
- LINEAR - org.pepstock.charba.client.enums.Easing
- LINEAR - org.pepstock.charba.client.enums.RegressionType
-
Identify a simple linear regression,
LinearRegression. - LINEAR - org.pepstock.charba.client.ml.RegressionFactory
-
Identify a simple linear regression,
LinearRegression. - linearAxis - Variable in class org.pepstock.charba.client.configuration.TimeSeriesScales
- LinearRegression - Class in org.pepstock.charba.client.ml
-
Simple Linear Regression is a type of Regression algorithms that models the relationship between a dependent variable and a single independent variable.
The relationship shown by a Simple Linear Regression model is linear or a sloped straight line, hence it is called Simple Linear Regression.
The key point in Simple Linear Regression is that the dependent variable must be a continuous/real value.
However, the independent variable can be measured on continuous or categorical values.
The Simple Linear Regression model can be represented using the below equation:
y = a0 + a1x
where
a0 is the intercept of the Regression line (can be obtained putting x=0) a1 is the slope of the regression line, which tells whether the line is increasing or decreasing - LinearRegression(List<Double>, List<Double>) - Constructor for class org.pepstock.charba.client.ml.LinearRegression
-
Creates the simple linear regression object, using the passed data to calculate the formula.
- LinearRegression(RegressionDescriptor) - Constructor for class org.pepstock.charba.client.ml.LinearRegression
-
Creates the simple linear regression object, using the passed regression descriptor.
- LinearTickHandler<T extends Tick> - Class in org.pepstock.charba.client.configuration
-
Base object to map an axis tick for LINEAR axes,
CartesianLinearAxis,CartesianLogarithmicAxisorRadialAxis.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration. - LinearTickHandler(Axis, T) - Constructor for class org.pepstock.charba.client.configuration.LinearTickHandler
-
Builds the object storing the axis instance and options element, based on different kind of axis.
- LinearTickHandler.ProxyTickCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback when tick is created.
Must be an interface with only 1 method. - LinearTickOptionsHandler - Class in org.pepstock.charba.client.configuration
-
This object is used to provide the scriptable options of
IsLinearTickticks. - LinearTickOptionsHandler(Axis) - Constructor for class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Builds the object storing the axis which this tick belongs to.
- LinearTickOptionsHandler.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- LineBreak - Class in org.pepstock.charba.client.dom.elements
-
Produces a line break in text (carriage-return).
- LineBreak() - Constructor for class org.pepstock.charba.client.dom.elements.LineBreak
-
To avoid any instantiation
- lineCap - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
- LineChart - Class in org.pepstock.charba.client
-
LINE chart implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - LineChart() - Constructor for class org.pepstock.charba.client.LineChart
-
Builds the object.
- LineChart(Type) - Constructor for class org.pepstock.charba.client.LineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - LineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
LINE chart GWT WIDGET implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - LineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.LineChartWidget
-
Builds the object.
- LineChartWidget(LineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.LineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - LineDataset - Class in org.pepstock.charba.client.data
-
The line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on. - LineDataset() - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates a dataset.
It uses the global options has default. - LineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates a dataset.
It uses the global options has default. - LineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates the dataset using a default.
- LineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates the dataset using a default.
- LineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates the dataset using chart type related to the dataset.
- LineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- LineDataset.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- LineElementFactory(String) - Constructor for class org.pepstock.charba.client.annotation.LineAnnotation.LineElementFactory
-
Creates the factory by the key of object, as string.
- lineHeight - Variable in class org.pepstock.charba.client.utils.toast.ImmutableFont
- lineHeightAsString - Variable in class org.pepstock.charba.client.utils.toast.ImmutableFont
- lineJoin - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
- LineLabel - Class in org.pepstock.charba.client.annotation
-
Implements a LABEL to apply on a LINE annotation.
- LineLabel(LineAnnotation, IsDefaultsLineLabel) - Constructor for class org.pepstock.charba.client.annotation.LineLabel
-
To avoid any instantiation because is added in the all
LineAnnotation. - LineLabel(LineAnnotation, NativeObject, IsDefaultsLineLabel) - Constructor for class org.pepstock.charba.client.annotation.LineLabel
-
To avoid any instantiation because is added in the all
LineAnnotation. - LineLabel.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- LINEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "linen" -
- LineOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for LINE chart.
- LineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.LineOptions
-
Builds the object storing the chart instance and default values.
- LINES - org.pepstock.charba.client.items.TooltipBodyItem.Property
- lineTo(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
adds a straight line to the current sub-path by connecting the sub-path's last point to the specified (x, y) coordinates.
- lineWidthCallback - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
- lineWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractScaleLines
- LINGALA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lingala language.
- LiningDataset - Class in org.pepstock.charba.client.data
-
The chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
This class collects a set of common field for Line and Radar charts. - LiningDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.LiningDataset
-
Creates the data set using a default and chart type related to the data set.
- LiningDataset.InternalCanvasObjectProperty - Enum in org.pepstock.charba.client.data
-
Name of common properties of native object related to a data set.
- LiningDataset.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- LiningDatasetFillHandler - Class in org.pepstock.charba.client.data
-
Manages the FILL property of options for lining datasets, implementing the FILL callback for scriptable options.
- LiningDatasetFillHandler(AbstractNode, IsFill, NativeObject) - Constructor for class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
- LINK_SCALES - org.pepstock.charba.client.controllers.WrapperController.Property
- linkScales(String, ControllerContext) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
-
Invokes the default
linkScalesmethod. - linkScales(ControllerType, ControllerContext) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Invokes the default
linkScalesmethod. - linkScalesCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
- list(E[], E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of enumeration values (instance of
Key). - list(E[], ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of enumeration values by an java script array of strings.
- list(IsColor...) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of strings by an array of colors (instance of
IsColor). - list(ArrayCanvas) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of canvas by a java script array of canvas.
- list(ArrayDouble) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of doubles by a java script array of doubles.
- list(ArrayDoubleArray, NativeArrayContainerFactory<ArrayDouble, E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of java script native double array container by a java script array and a factory.
- list(ArrayImage) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of images by a java script array of images.
- list(ArrayInteger) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of integers by a java script array of integers.
- list(ArrayObject) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of generic java script objects by a java script array.
- list(ArrayObject, NativeObjectContainerFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of java script native object container by a java script array and a factory.
- list(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of strings by a java script array of strings.
- list(ArrayTouch) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of touches by a java script array of touches.
- LIST_ITEM - org.pepstock.charba.client.dom.enums.Display
-
The element generates a block box for the content and a separate list-item inline box.
- listeners - Variable in class org.pepstock.charba.client.datalabels.DefaultOptions
- listeners - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- Listeners - Class in org.pepstock.charba.client.datalabels
-
This is the LISTENER options of
DataLabelsPlugin.IDplugin allows to register callback(s) to be notified when an event is detected on a specific label. - Listeners(LabelItem, Key, IsDefaultListeners, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.Listeners
-
Creates the object with native object instance to be wrapped.
- LISTENERS - org.pepstock.charba.client.datalabels.LabelItem.Property
- LISTENERS - Static variable in class org.pepstock.charba.client.Charts
- Listeners.ProxyHandlerEventWithReturn - Interface in org.pepstock.charba.client.datalabels
-
Java script FUNCTION callback called to provide events generated by DataLabelsPlugin.
- listIterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns a list iterator over the elements in this list
- listIterator() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns a list iterator over the elements in this list
- listIterator(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one. - listIterator(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
The specified index indicates the first element that would be returned by an initial call to next.
An initial call to previous would return the element with the specified index minus one. - ListIteratorImpl<E> - Class in org.pepstock.charba.client.commons
-
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
- ListIteratorImpl(int, List<E>) - Constructor for class org.pepstock.charba.client.commons.ListIteratorImpl
-
Creates an iterator of a list
- LISU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lisu (Fraser) script.
- LITER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for liter.
- LITERAL - org.pepstock.charba.client.intl.enums.FormatPartType
-
Any literal strings or whitespace in the formatted number or the string used for separating date and time values, for example "/", ",", "o'clock", "de", etc.
- LITHIUM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lithium" -
- LITHUANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Lithuania region.
- LITHUANIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lithuanian language.
- LITTLE_LEAF - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Little Leaf" -
- LIZARD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lizard" -
- load(String...) - Method in class org.pepstock.charba.client.data.Labels
-
Loads single line labels.
- load(List<String>) - Method in class org.pepstock.charba.client.data.Labels
-
Loads single line labels.
- load(Map<String, IsEvent>, IsEvent[]) - Method in class org.pepstock.charba.client.options.DefinedEvents
-
Loads the values of a event type in the map.
- load(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Loads the
NativeObjectin the envelop passed as argument.
This method is called fromHelpers.formatNumber(double, CLocale, NumberFormatOptions). - load(ArrayMixedObject) - Static method in class org.pepstock.charba.client.data.Labels
-
Loads the labels form a native array.
- load(NativeObjectContainer, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
-
Merges the chart options, built after the chart initialization on the chart configuration in order that the configuration can contain all values, also the defaults.
- load(IsChart, NativeObjectContainer, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
-
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global) and chart options.
The chain of priority is:
chart options chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global) - load(IsChart, Configuration) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
- load(IsChart, Configuration) - Method in interface org.pepstock.charba.client.ConfigurationElement
-
Called to enable to load in the a configuration object the specific configuration item (by native object).
- load(IsChart, Configuration) - Method in class org.pepstock.charba.client.data.Data
- load(IsChart, Configuration) - Method in class org.pepstock.charba.client.plugins.Plugins
- load(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.NativeExponentialRegression
-
Creates new regression by a descriptor.
- load(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.NativeLinearRegression
-
Creates new regression by a descriptor.
- load(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.NativePolynomialRegression
-
Creates new regression by a descriptor.
- load(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.NativePowerRegression
-
Creates new regression by a descriptor.
- load(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.NativeRobustPolynomialRegression
-
Creates new regression by a descriptor.
- load(RegressionDescriptor) - Static method in class org.pepstock.charba.client.ml.NativeTheilSenRegression
-
Creates new regression by a descriptor.
- load(Type, ChartEnvelop<ChartOptions>, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
-
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global) - load(Type, ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.Merger
-
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global) - loadBackgroundColor(TooltipLabelColor) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Loads the background color in the
TooltipLabelColorinstance. - loadBorderColor(TooltipLabelColor) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Loads the border color in the
TooltipLabelColorinstance. - loadChartJS(DeferredResources, Runnable) - Static method in class org.pepstock.charba.client.resources.EntryPointStarter
-
Loads CHART.JS source code in asynchronously way.
After CHART.JS loading, it will load the date time library. - loadData - Variable in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- loadData(Configuration, NativeObjectContainer) - Static method in class org.pepstock.charba.client.commons.ConfigurationLoader
-
Loads the DATA in the configuration CHART.JS object.
- loadDataPoints(RegressionDataset, List<Double>, List<Double>, boolean) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Loads the data in the dataset as
DataPoints. - loadDatetimeLibrary(DeferredResources, Runnable) - Static method in class org.pepstock.charba.client.resources.EntryPointStarter
-
Loads date time library source code in asynchronously way.
After date time library loading, it will execute the runnable. - loadDefaults(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
-
Loads the default values from CHART.JS default in order to maintain the defaults.
- loadDefaultsPluginOptions(IsDefaultPlugins, AbstractPluginOptionsFactory<G>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
-
Loads the default plugin options from defaults.
If factory, passed as argument, isnull, returnsnull. - loadElements(NodeList<BaseNode>) - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Loads a list of HTML elements from a list of nodes, added or removed ones.
- loadGlobalsPluginOptions(AbstractPluginOptionsFactory<T>) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Loads the default plugin options from defaults.
- loadInteraction(InteractionEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.Helpers
-
Loads the interaction module from CHART.JS.
- loadLabels(List<Feature>, String) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates and loads a
Labelsobject with the label of feature object by the property. - loadLabels(List<Feature>, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates and loads a
Labelsobject with the label of feature object by the property. - loadLabels(List<Feature>, FeatureLabelCallback) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates and loads a
Labelsobject with the label of feature object by the callback. - loadLabels(List<Feature>, FeatureLabelCallback, Key) - Static method in class org.pepstock.charba.client.geo.GeoUtil
-
Creates and loads a
Labelsobject with the label of feature object by the property or by the callback. - loadMap(Map<Key, String>) - Method in class org.pepstock.charba.client.gradient.Colors
-
Loads a map of values and colors to the colors container, removing all existing values.
- loadNativeObject(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the native object instance inside an envelop.
It can be called only fromorg.pepstock.charba.clientpackage. - loadNativeObject(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Returns the native object instance inside an envelop.
It can be called only fromorg.pepstock.charba.clientpackage. - loadOptions(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global) and chart options.
The chain of priority is:
chart options chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global) - loadOptions(Configuration, NativeObjectContainer) - Static method in class org.pepstock.charba.client.commons.ConfigurationLoader
-
Loads the OPTIONS in the configuration CHART.JS object.
- loadOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.CharbaPlugin
-
Loads the plugin options from the chart configuration and stores it in the cache.
- loadPadding(Key, IsDefaultPadding) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Loads the padding size or object from the abstract model, replacing the property, if is a number, with the object which is returned.
- loadParametersMap(String) - Static method in class org.pepstock.charba.client.dom.BaseLocationUtil
-
Builds an unmodifiable map that contains all parameters, parsed from query string.
- loadPlugin(PluginsEnvelop<Plugin>) - Method in class org.pepstock.charba.client.impl.plugins.CharbaPluginContainer
- loadPlugin(PluginsEnvelop<Plugin>) - Method in interface org.pepstock.charba.client.plugins.PluginContainer
-
Loads the plugin to the envelop in order to pass it without exposing the methods.
- loadPlugin(PluginsEnvelop<SmartPlugin>) - Method in class org.pepstock.charba.client.impl.plugins.CharbaSmartPluginContainer
- loadPlugin(PluginsEnvelop<SmartPlugin>) - Method in interface org.pepstock.charba.client.plugins.SmartPluginContainer
-
Loads the plugin to the envelop in order to pass it without exposing the methods.
- loadXValues(int, double, double) - Method in class org.pepstock.charba.client.ml.MLUtil
-
Loads a list of X values with the passed amount, starting value and increment.
- locale - Variable in class org.pepstock.charba.client.intl.AbstractFormat
- LOCALE - org.pepstock.charba.client.adapters.DateAdapterOptions.Property
- LOCALE - org.pepstock.charba.client.options.Options.CommonProperty
-
Property key to manage locale option.
- LOCALE_KEY - Static variable in class org.pepstock.charba.client.intl.CLocale
- LOCALE_MACTHER - org.pepstock.charba.client.intl.BaseFormatOptions.Property
- LOCALE_QUERY_STRING_PARAM_KEY - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Query string parameter key, used to retrieve the locale value, dynamically.
- LocaleMatcher - Enum in org.pepstock.charba.client.intl.enums
-
The list of locales specified by the locales argument, after Unicode extensions have been removed from them, is interpreted as a prioritized request from the application.
The runtime compares it against the locales it has available and picks the best one available.
Two matching algorithms exist, "lookup" and "best fit". - LocaleMatcher(String) - Constructor for enum org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Creates with the property value to use in the native object.
- LocaleRegExpGroups(NativeObject) - Constructor for class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups
-
Creates the object with native object instance to be wrapped.
- LocaleRegExpGroupsFactory() - Constructor for class org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroupsFactory
- LOCALES - Static variable in class org.pepstock.charba.client.intl.CLocaleBuilder
- LOCATION - org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
- log(Object...) - Static method in class org.pepstock.charba.client.utils.Console
-
Outputs a message to the Web Console.
- log(Object...) - Method in interface org.pepstock.charba.client.utils.NativeConsole
-
Outputs a message to the Web Console.
- LOGARITHMIC - org.pepstock.charba.client.enums.ChartAxisType
-
The logarithmic scale is use to chart numerical data.
- LOMA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Loma script.
- LONG - org.pepstock.charba.client.intl.enums.CompactDisplay
-
Long formatting to display the number.
- LONG - org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Long formatting to display the date and/or time.
- LONG - org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Long representation of unit of measure (e.g., 16 litres).
- LONG - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Long setting for month (e.g., March).
- LONG - org.pepstock.charba.client.intl.enums.StringItemStyle
-
Long setting for era (e.g., Anno Domini), for weekday (e.g., Thursday).
- LONG - org.pepstock.charba.client.intl.enums.TimeZoneName
-
Long setting for time zone name (e.g., British Summer Time).
- longitude - Variable in class org.pepstock.charba.client.geo.Coordinates
- LONGITUDE - org.pepstock.charba.client.geo.BubbleMapDataPoint.Property
- LONGITUDE - org.pepstock.charba.client.geo.DataPointCenter.Property
- lookForConsistentInstance() - Method in class org.pepstock.charba.client.AbstractChart
-
Returns the CHART.JS instance, check if the inner one is not consistent yet and then looking for the stored one in the
Charts. - lookForDatasetMetaItem(IsChart, LegendItem) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
-
Returns a data set element options instance using the legend item locator (data set or data index) or
nullif not found. - lookForLegendItem(List<LegendLabelItem>) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
-
Looks from a list of legend items which is related to the HTML legend id, checking the dataset and data indexes.
- lookup(String) - Method in class org.pepstock.charba.client.options.DefinedEvents
-
Searches in the map the event for its value.
- LOOKUP - org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Used to select the single language tag that best matches the language priority list for a given request.
When performing lookup, each language range in the language priority list is considered in turn, according to priority.
By contrast with filtering, each language range represents the most specific tag that is an acceptable match.
See BCP 47 for more details. - LOOKUP - Static variable in class org.pepstock.charba.client.intl.BaseFormatOptions
- LOOP - org.pepstock.charba.client.options.AbstractAnimation.Property
- LOOP_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AbstractAnimation
- LoopCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
loopproperty ofAnimationat runtime. - loopCallbackProxy - Variable in class org.pepstock.charba.client.options.AbstractAnimation
- LOST_POINTER_CAPTURE - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired after pointer capture is released for a pointer.
- LOTI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Loti currency.
- LOVE_AND_LIBERTY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Love and Liberty" -
- LOVE_COUPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Love Couple" -
- LOW_GERMAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Low German language.
- LOWER_SORBIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lower Sorbian language.
- LT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for LESS THAN, "<".
- LTTB - org.pepstock.charba.client.enums.DecimationAlgorithm
-
LTTB (Largest Triangle Three Bucket) decimation reduces the number of data points significantly.
This is most useful for showing trends in data using only a few data points. - LUBA_KATANGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Luba-Katanga language.
- LULE_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Lule Sami language.
- LUMINOSITY - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Preserves the hue and chroma of the bottom layer, while adopting the luma of the top layer.
- LUNADA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lunada" -
- LUO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Luo (Kenya and Tanzania) language.
- LUSH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Lush" -
- LUXEMBOURG - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Luxembourg region.
- LUXEMBOURGISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Luxembourgish language.
- LUXON_ADAPTER_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'LuxonAdapterResource' class.
- LUXON_LIBRARY_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'LuxonLibraryResource' class.
- LuxonAdapterResource - Class in org.pepstock.charba.client.resources
-
Contains the content of
chartjs-adapter-luxon.min.jsto inject. - LuxonAdapterResource() - Constructor for class org.pepstock.charba.client.resources.LuxonAdapterResource
-
Creates the injectable resource with
chartjs-adapter-luxon.min.jscontent. - LuxonLibraryResource - Class in org.pepstock.charba.client.resources
-
Contains the content of
luxon.min.jsto inject. - LuxonLibraryResource() - Constructor for class org.pepstock.charba.client.resources.LuxonLibraryResource
-
Creates the injectable resource with
luxon.min.jscontent. - LUYIA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Luyia language.
- LYCI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lycian script.
- LYDI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Lydian script.
M
- MACAU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Macau region.
- MACEDONIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Macedonian language.
- MACHAME - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Machame language.
- MADAGASCAR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Madagascar region.
- MADISON6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Madison6" -
- MAGENTA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "magenta" -
- MAGIC - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Magic" -
- MAGMA - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color magma.
- MAHJ - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mahajani script.
- MAIN - org.pepstock.charba.client.dom.enums.EventButton
-
The event is not being processed at this time..
- MAIN_EVENT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "MainEvent6" -
- MAINTAIN_ASPECT_RATIO - org.pepstock.charba.client.options.Options.Property
- MAITHILI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Maithili language.
- major - Variable in class org.pepstock.charba.client.configuration.Tick
- major - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTicks
- major - Variable in class org.pepstock.charba.client.options.Ticks
- Major - Class in org.pepstock.charba.client.configuration
-
It defines options for the major tick marks that are generated by the axis.
- Major - Class in org.pepstock.charba.client.options
-
It defines options for the major tick marks that are generated by the axis.
- Major(Axis, Tick) - Constructor for class org.pepstock.charba.client.configuration.Major
-
Creates the major tick
- Major(Ticks, Key, IsDefaultMajor, NativeObject) - Constructor for class org.pepstock.charba.client.options.Major
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- MAJOR - org.pepstock.charba.client.items.ScaleTickItem.Property
- MAJOR - org.pepstock.charba.client.options.Ticks.Property
- Major.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- MAKA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Makasar script.
- MAKHUWA_MEETTO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Makhuwa-Meetto language.
- MAKONDE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Makonde language.
- MALAGASY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Malagasy language.
- MALAGASY_ARIARY - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Malagasy Ariary currency.
- MALAWI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Malawi region.
- MALAWI_KWACHA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Malawi Kwacha currency.
- MALAY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Malay (macrolanguage) language.
- MALAYALAM - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Malayalam language.
- MALAYSIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Malaysia region.
- MALAYSIAN_RINGGIT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Malaysian Ringgit currency.
- MALDIVES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Maldives" -
- MALDIVES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Maldives region.
- MALI - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mali region.
- MALTA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Malta region.
- MALTESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Maltese language.
- MAN_OF_STEEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Man of Steel" -
- manageClickEvent(IsChart, NativeAbstractMouseEvent, SelectionHandler) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Manages the CLICK event on selection area.
Returnstrueif must continue the event management. - manageDataPoints - Variable in class org.pepstock.charba.client.ml.RegressionDataset
- manageDates - Variable in class org.pepstock.charba.client.ml.RegressionDataset
- managedHoveredAxis(NativeAbstractMouseEvent, ScaleItem, Axis) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
-
Manages hover event on axis where hovered axis is already found.
- manageElement(Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Manages the object of the replace function checking if is a DOM element and then returning the DOM string.
- manageEventInChartArea(IsChart, PluginEventArgument, CrosshairOptions, ChartEventContext) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Manages all actions when the event is out of chart area.
- manageEventOutOfChartArea(IsChart, PluginEventArgument, CrosshairOptions) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Manages all actions when the event is out of chart area.
- manageHoverEventOnAxis(NativeBaseEvent, ScaleItem, Axis) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
-
Manages hover event on axis.
- manageHovingDataset(IsChart, ColorSchemesOptions, HoverDataset, IsColor, List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
-
Manages the colors for HOVING datasets.
- manageHovingFlexDataset(HoverFlexDataset, LegendLabelItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
Manages the colors for HOVING FLEX datasets.
- manageHovingFlexDataset(ColorSchemesOptions, HoverFlexDataset, IsColor, List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
-
Manages the colors for HOVING FLEX datasets.
- manageLegendDisplay(IsChart, HtmlLegendOptions) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Manages if the legend must be displayed or not based on choice of user and what can be changed in the chart configuration after the chart initialization bu a
chart.reconfigure. - manageLegendElement(IsChart, Div, Position) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Manages the HTML legend element to the right position in the chart element, depending on
Positionset for legend.
This method is called when a legend element is already added and the position could be changed comparing when the element has been created. - manageLiningDataset(LiningDataset, LegendLabelItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
Manages the colors for LINING datasets.
- manageLiningDataset(ColorSchemesOptions, LiningDataset, IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
-
Manages the colors for LINING datasets.
- manageObject(Set<Object>, Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Manages the object of the replace function.
- managePlainText(IsChart, T, Div, String, C) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
-
Manages the plain text of legend item or legend title, checking if to invoke a callback or split by a break point.
- managePointStyleType(PointStyleType) - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Manages the type of point style.
- manageQueue(ToastOptions, String, ArrayString, Map<String, Object>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Manages the options if it must put in the queue or discard.
- manager - Variable in class org.pepstock.charba.client.events.HandlerRegistration
- manageRadiusByChartNode(DatasetItem, Radius) - Method in class org.pepstock.charba.client.data.DatasetCanvasObjectFactory
-
Manages radius values inspecting chart node and its values.
- manageScope(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Creates the scope which is to be stored in the callback wrapper in order to know where the callback is used.
[scope]-[incremental] - manageSelection(IsChart, SelectionHandler) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Invoked when the chart is already drawn and takes care about the selection logic.
- manageText(Div, String) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendTextGenerator
-
Manages the plain text of legend element (item or title), checking if to split by a break point.
- MAND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mandaic, Mandaean script.
- MANDARIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mandarin Chinese language.
- MANGO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mango" -
- MANGO_PAPAYA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mango Papaya" -
- MANGO_PULP - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mango Pulp" -
- MANI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Manichaean script.
- MANIPURI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Manipuri language.
- MANTLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mantle" -
- MANX - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Manx language.
- MAORI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Maori language.
- mapper - Variable in class org.pepstock.charba.client.geo.ColorAxis
- mapper - Variable in class org.pepstock.charba.client.geo.ColorLogarithmicAxis
- mapper - Variable in class org.pepstock.charba.client.geo.Legend
- mapper - Variable in class org.pepstock.charba.client.geo.ProjectionAxis
- mapper - Variable in class org.pepstock.charba.client.geo.SizeAxis
- mapper - Variable in class org.pepstock.charba.client.geo.SizeLogarithmicAxis
- mapToButton(int) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Scans all items of enumeration to get the right button related to passed argument.
See NativeA - mapToButtons(int) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Scans all items of enumeration to get the list of buttons related to passed argument.
- MAPUDUNGUN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mapudungun language.
- MARATHI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Marathi language.
- MARC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Marchen script.
- Margin - Class in org.pepstock.charba.client.geo
-
Defines the margin pixels for legend such that it doesn't stick to the edge of the chart .
- Margin() - Constructor for class org.pepstock.charba.client.geo.Margin
-
Creates an empty margin object.
- Margin(int, int) - Constructor for class org.pepstock.charba.client.geo.Margin
-
Creates an margin setting top-bottom and left-right initial values.
- Margin(int, int, int, int) - Constructor for class org.pepstock.charba.client.geo.Margin
-
Creates an margin setting top-bottom and left-right initial values.
- Margin(NativeObject) - Constructor for class org.pepstock.charba.client.geo.Margin
-
Creates the item using a native java script object which contains all properties.
- MARGIN - org.pepstock.charba.client.annotation.Callout.Property
- MARGIN - org.pepstock.charba.client.annotation.elements.CalloutElement.Property
- MARGIN - org.pepstock.charba.client.geo.Legend.Property
- MARGIN - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- MARGIN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Callout
- MARGIN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.Legend
- Margin.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- MarginCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface to set
marginproperty at runtime inCalloutitem. - MarginCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to set
marginproperty at runtime inLegenditem. - marginCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Callout
- marginCallbackProxy - Variable in class org.pepstock.charba.client.geo.Legend
- MARGO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Margo" -
- MAROON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "maroon" -
- MARQUEE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Marquee6" -
- MARSHALL_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Marshall Islands region.
- MARTINI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Martini" -
- MARTINIQUE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Martinique region.
- MASAI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Masai language.
- MASTER_CARD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Master Card" -
- MATHBOLD - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathbold numbering system.
- MATHDBL - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathdbl numbering system.
- MATHMONO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathmono numbering system.
- MATHSANB - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathsanb numbering system.
- MATHSANS - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mathsans numbering system.
- MATRIX_CONTROLLER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS MATRIX controller.
- MATRIX_CONTROLLER_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'MatrixControllerResource' class.
- MATRIX_EXTENDED_CHART_TYPE - Static variable in class org.pepstock.charba.client.matrix.MatrixChart
- MatrixChart - Class in org.pepstock.charba.client.matrix
-
A matrix chart shows magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space. - MatrixChart() - Constructor for class org.pepstock.charba.client.matrix.MatrixChart
-
Builds the object.
- MatrixChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
MATRIX chart GWT WIDGET implementation.
A matrix chart shows magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space. - MatrixChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
-
Builds the object.
- MatrixChartWidget(MatrixChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - matrixController - Variable in class org.pepstock.charba.client.matrix.MatrixChart
- MatrixController - Class in org.pepstock.charba.client.matrix
-
Controller implementation to create matrix chart.
- MatrixController(ControllerType) - Constructor for class org.pepstock.charba.client.matrix.MatrixController
-
Creates the controller using the type passed as argument.
- MatrixController.MatrixControllerProvier - Class in org.pepstock.charba.client.matrix
-
Inner class which is implementing a
ControllerProviderto create a matrix controller. - MatrixControllerProvier() - Constructor for class org.pepstock.charba.client.matrix.MatrixController.MatrixControllerProvier
- MatrixControllerResource - Class in org.pepstock.charba.client.matrix
-
Contains the content of
chartjs-chart-matrix.min.jsto inject. - MatrixControllerResource() - Constructor for class org.pepstock.charba.client.matrix.MatrixControllerResource
-
Creates the injectable resource with
chartjs-chart-matrix.min.jscontent. - MatrixDataPoint - Class in org.pepstock.charba.client.matrix
-
Maps the data passed to a matrix dataset.
- MatrixDataPoint() - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with an empty native object.
- MatrixDataPoint(double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(double, double, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(double, String, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(double, Date, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(String, double, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(String, String, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(String, Date, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(Date, double, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(Date, String, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(Date, Date, double) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with the passed point values.
- MatrixDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Creates the object with a native object passed as argument.
- MatrixDataPoint.MatrixDataPointFactory - Class in org.pepstock.charba.client.matrix
-
Creates
MatrixDataPointform aNativeObject. - MatrixDataPoint.Property - Enum in org.pepstock.charba.client.matrix
-
Name of properties of native object.
- MatrixDataPointFactory() - Constructor for class org.pepstock.charba.client.matrix.MatrixDataPoint.MatrixDataPointFactory
-
To avoid any instantiation
- MatrixDataset - Class in org.pepstock.charba.client.matrix
-
The matrix data set allows to specify the values for showing magnitude of a phenomenon as color in two dimensions.
The variation in color may be by hue or intensity, giving obvious visual cues to the reader about how the phenomenon is clustered or varies over space. - MatrixDataset() - Constructor for class org.pepstock.charba.client.matrix.MatrixDataset
-
Creates a data set.
It uses the global options has default. - MatrixDataset(ControllerType, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataset
-
Creates a data set by defaults value and the controller type.
- MatrixDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.matrix.MatrixDataset
-
Creates a data set setting the defaults value.
- MatrixDataset.DataPointFactory - Class in org.pepstock.charba.client.matrix
-
Factory to create a matrix data point from a native object, used for array container lists.
- MatrixDataset.Property - Enum in org.pepstock.charba.client.matrix
-
Name of properties of native object.
- MatrixElement - Class in org.pepstock.charba.client.matrix
-
Maps the CHART.JS element used by Matrix controller.
- MatrixElement(NativeObject) - Constructor for class org.pepstock.charba.client.matrix.MatrixElement
-
Creates the item using a native java script object which contains all properties.
- MatrixElement.MatrixElementFactory - Class in org.pepstock.charba.client.matrix
-
Inner class to create matrix data element by a native object.
- MatrixElement.Property - Enum in org.pepstock.charba.client.matrix
-
Name of properties of native object.
- MatrixElementFactory() - Constructor for class org.pepstock.charba.client.matrix.MatrixElement.MatrixElementFactory
- MatrixElementOptions - Class in org.pepstock.charba.client.matrix
-
Maps the out-of-the-box CHART.JS element options used to represents boxes for matrix on the charts.
- MatrixElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Creates the item using a native java script object which contains all properties.
- MatrixElementOptions.MatrixElementOptionsFactory - Class in org.pepstock.charba.client.matrix
-
Specific element factory for matrix element options.
- MatrixElementOptions.Property - Enum in org.pepstock.charba.client.matrix
-
Name of properties of native object.
- MatrixElementOptionsFactory(String) - Constructor for class org.pepstock.charba.client.matrix.MatrixElementOptions.MatrixElementOptionsFactory
-
Creates the factory by the key of object, as string.
- MatrixExtendedChartType - Class in org.pepstock.charba.client.matrix
-
This is a fake controller in order to set it as extended chart type for matrix chart.
- MatrixExtendedChartType() - Constructor for class org.pepstock.charba.client.matrix.MatrixExtendedChartType
-
To avoid any instantiation
- MatrixOptions - Class in org.pepstock.charba.client.matrix
-
Specific options for matrix chart.
Disables legend at the beginning but you can enable when needed. - MatrixOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.matrix.MatrixOptions
-
Builds the object storing the chart instance and defaults.
- MAURITANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mauritania region.
- MAURITIUS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mauritius region.
- MAURITIUS_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mauritius Rupee currency.
- MAUVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mauve" -
- max - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- MAX - org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
- MAX - org.pepstock.charba.client.items.ScaleItem.Property
- MAX - org.pepstock.charba.client.options.AbstractScale.Property
- MAX - org.pepstock.charba.client.sankey.enums.Size
-
This is the default.
- MAX - org.pepstock.charba.client.zoom.ScaleRange.Property
- MAX_BAR_THICKNESS - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- MAX_HEIGHT - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- MAX_HEIGHT - org.pepstock.charba.client.options.Legend.Property
- MAX_PERCENTAGE - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
- MAX_ROTATION - org.pepstock.charba.client.options.Ticks.Property
- MAX_TICKS_LIMIT - org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
- MAX_TICKS_LIMIT - org.pepstock.charba.client.options.Ticks.Property
- MAX_WIDTH - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- MAX_WIDTH - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- MAX_WIDTH - org.pepstock.charba.client.options.Legend.Property
- maxCallback - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- maxCallbackProxy - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- maxDigitsFormula - Variable in class org.pepstock.charba.client.ml.BaseRegression
- maxHistoryItems - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- MAXIMUM_AXES_COUNT - Static variable in class org.pepstock.charba.client.geo.BaseGeoChart
- MAXIMUM_AXES_COUNT - Static variable in class org.pepstock.charba.client.matrix.MatrixChart
- MAXIMUM_AXES_COUNT - Static variable in class org.pepstock.charba.client.PolarAreaChart
- MAXIMUM_AXES_COUNT - Static variable in class org.pepstock.charba.client.RadarChart
- MAXIMUM_AXES_COUNT - Static variable in class org.pepstock.charba.client.sankey.SankeyChart
- MAXIMUM_CUTOUT_PERCENTAGE - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
- MAXIMUM_DATASETS_COUNT - Static variable in class org.pepstock.charba.client.geo.BaseGeoChart
- MAXIMUM_DATASETS_COUNT - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterChart
- MAXIMUM_DATASETS_COUNT - Static variable in class org.pepstock.charba.client.matrix.MatrixChart
- MAXIMUM_DATASETS_COUNT - Static variable in class org.pepstock.charba.client.sankey.SankeyChart
- MAXIMUM_DATASETS_COUNT - Static variable in class org.pepstock.charba.client.treemap.TreeMapChart
- MAXIMUM_FRACTION_DIGITS - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- MAXIMUM_LEGEND_COLUMNS - org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
- MAXIMUM_OPEN_ITEMS - Static variable in class org.pepstock.charba.client.utils.toast.Toaster
-
Maximum amount of open and shown toasts.
- MAXIMUM_PERCENTAGE - Static variable in class org.pepstock.charba.client.items.BarElementOptions
- MAXIMUM_PERCENTAGE - Static variable in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
- MAXIMUM_SIGNIFICANT_DIGITS - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- MaximumOpenItemsPolicy - Enum in org.pepstock.charba.client.utils.toast.enums
-
Enumerates the policy to use when the maximum amount of open items is reached and new message is requested.
- MaximumOpenItemsPolicy() - Constructor for enum org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
- MAXIMUN_PERCENTAGE - Static variable in class org.pepstock.charba.client.annotation.ControlPoint
-
Maximum value as percentage, 1000.0
- maxOpenItems - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- maxTicksLimitCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
- MaxTicksLimitCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
maxTicksLimitproperty at runtime, forIsLinearTickinstances. - maxTicksLimitCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
- MAYA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mayan hieroglyphs script.
- MAYOTTE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mayotte region.
- MAZANDERANI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mazanderani language.
- measureText(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns a text metric item that contains information about the measured text.
- MeasureUnit - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the untis of measure to configure the number formatting.
Possible values are core unit identifiers, defined here.
Pairs of simple units can be concatenated with "-per-" to make a compound unit.
There is no default value; if the style is "unit", the unit property must be provided. - MeasureUnit(String) - Constructor for enum org.pepstock.charba.client.intl.enums.MeasureUnit
-
Creates with the property value to use in the native object.
- MeasureUnitDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options to set the unit formatting style to use in unit formatting.
The defaults is "short". - MeasureUnitDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Creates with the property value to use in the native object.
- MEDF - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Medefaidrin (Oberi Okaime, Oberi Ɔkaimɛ) script.
- MEDIAN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Median6" -
- MEDIUM - org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Long formatting to display the date and/or time.
- MEDIUM_AQUA_MARINE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumAquaMarine" -
- MEDIUM_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumBlue" -
- MEDIUM_ORCHID - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumOrchid" -
- MEDIUM_PURPLE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumPurple" -
- MEDIUM_SEA_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumSeaGreen" -
- MEDIUM_SLATE_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumSlateBlue" -
- MEDIUM_SPRING_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumSpringGreen" -
- MEDIUM_TURQUOISE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumTurquoise" -
- MEDIUM_VIOLET_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mediumVioletRed" -
- MEGABIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for megabit.
- MEGABYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for megabyte.
- MEGATRON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "MegaTron" -
- MELLO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mello" -
- MEMARIANI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Memariani" -
- MEND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mende Kikakui script.
- MERC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Meroitic Cursive script.
- MERCATOR - org.pepstock.charba.client.geo.enums.Projection
-
Projection mercator.
- merge(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Merge a native object in the this one with a specific property name.
This is used by plugins implementation (native java script ones) when they are not using the standard way to add plugin configuration in the options of chart. - merge(NativeObjectContainer, NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Copies
sourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property is - merge(NativeObjectContainer, NativeObject, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Copies
sourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property is - merge(NativeObject, NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Copies
sourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property is - merge(NativeObject, NativeObject, String) - Method in class org.pepstock.charba.client.commons.Merger
-
Copies
sourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property is - mergeDefaults(AnnotationOptions) - Method in class org.pepstock.charba.client.annotation.AnnotationPlugin
-
Merges the original defaults of plugin to the options of plugin.
- mergeDefaults(DataLabelsOptions) - Method in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
-
Merges the original defaults of plugin to the options of plugin.
- mergeDefaults(ZoomOptions) - Method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Merges the original defaults of plugin to the options of plugin.
- mergeIf(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.Helpers
-
Recursively deep copies source properties in the target only if not defined in target.
IMPORTANT: target is not cloned and will be updated with source properties. - mergeIf(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.NativeHelpers
-
Recursively deep copies source properties in the target only if not defined in target.
IMPORTANT: target is not cloned and will be updated with source properties. - mergeNativeObjects(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.commons.Merger
-
Copies
sourceproperties in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties. - Merger - Class in org.pepstock.charba.client.commons
-
Singleton utility to merge java script object in the another one and provide the service to get the chart options with all defaults.
- Merger() - Constructor for class org.pepstock.charba.client.commons.Merger
-
To avoid any instantiation
- Merger.Property - Enum in org.pepstock.charba.client.commons
-
Name of properties of native objects to use to creates defaults for chart by its type.
- MERIDIAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Meridian" -
- MERO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Meroitic Hieroglyphs script.
- MERU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Meru language.
- MESH6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Mesh6" -
- Meta - Class in org.pepstock.charba.client.dom.elements
-
Represents an HTML <meta> element which contains descriptive metadata about a document.
- Meta() - Constructor for class org.pepstock.charba.client.dom.elements.Meta
-
To avoid any instantiation
- META - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Meta key.
- META - org.pepstock.charba.client.enums.ModifierKey
-
Used for entering keyboard shortcuts.
- META - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Meta' language.
- META - org.pepstock.charba.client.items.PluginDatasetArgument.Property
- META_KEY - org.pepstock.charba.client.dom.events.ModifiersHandler.Property
- METAIL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Metail6" -
- METALLIC_TOAD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Metallic Toad" -
- METAPOLIS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Metapolis" -
- METER - org.pepstock.charba.client.enums.ContextType
-
Meter and gauge controllers context type.
- METER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for meter.
- MeterChart - Class in org.pepstock.charba.client.impl.charts
-
METER chart implementation.
- MeterChart() - Constructor for class org.pepstock.charba.client.impl.charts.MeterChart
-
Builds the object.
- MeterChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
METER chart GWT WIDGET implementation.
- MeterChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
-
Builds the object.
- MeterContentCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to implement if wants to change the description label content to show inside of
MeterChartorGaugeChart. - MeterContext - Class in org.pepstock.charba.client.impl.charts
-
The callback context wrapper, created and passed by
MeterOptionswhich contains the link to the native chart. - MeterContext(BaseContext) - Constructor for class org.pepstock.charba.client.impl.charts.MeterContext
-
Creates a context getting the native object from
BaseContextwhich is storing chart and type properties in order to be able to extend theChartContext. - meterController - Variable in class org.pepstock.charba.client.impl.charts.BaseMeterChart
- MeterDataset - Class in org.pepstock.charba.client.impl.charts
-
The Meter chart allows a number of properties to be specified for each dataset.
- MeterDataset(double) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
-
Creates a dataset setting the maximum value of dataset.
- MeterDataset(double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
-
Creates a dataset setting the maximum value of dataset and defaults value.
- MeterDataset(ControllerType, double, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterDataset
-
Creates a dataset setting the maximum value of dataset and defaults value and the controller type in case of extension
- MeterDataset.Property - Enum in org.pepstock.charba.client.impl.charts
-
Name of properties of native object.
- MeterFormatCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to implement if wants to format the value to show inside of
MeterChartorGaugeChart. - MeterOptions - Class in org.pepstock.charba.client.impl.charts
-
Specific options for METER chart.
- MeterOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.impl.charts.MeterOptions
-
Builds the object storing the chart instance and defaults.
- METRO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Metro6" -
- METROPOLITAN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Metropolitan6" -
- MEXICAN_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mexican Peso currency.
- MEXICAN_UNIDAD_DE_INVERSION - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mexican Unidad de Inversion (UDI) currency.
- MEXICO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mexico region.
- MEXICO_BAJANORTE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Mexico/BajaNorte timezone.
- MEXICO_BAJASUR - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Mexico/BajaSur timezone.
- MEXICO_GENERAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Mexico/General timezone.
- MIAKA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Miaka" -
- MIAMI_DOLPHINS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Miami Dolphins" -
- MIDDLE - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the middle of the em square.
- MIDDLE - org.pepstock.charba.client.enums.BorderSkipped
-
The middle property sets the borders between bars are skipped.
- MIDDLE - org.pepstock.charba.client.enums.Stepped
-
Step-middle Interpolation
- MIDDLE - org.pepstock.charba.client.treemap.enums.Position
-
The text is in the middle of the rectangle.
- MIDNIGHT_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "midnightBlue" -
- MIDNIGHT_CITY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Midnight City" -
- MILD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mild" -
- MILE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for mile.
- MILE_SCANDINAVIAN - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for mile-scandinavian.
- MILLER_STONE11 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "MillerStone11" -
- MILLILITER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for milliliter.
- MILLIMETER - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for millimeter.
- MILLISECOND - org.pepstock.charba.client.enums.TimeUnit
-
Millisecond time unit
- MILLISECOND - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for millisecond.
- MIN - org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
- MIN - org.pepstock.charba.client.items.ScaleItem.Property
- MIN - org.pepstock.charba.client.options.AbstractScale.Property
- MIN - org.pepstock.charba.client.sankey.enums.Size
-
The mode to enable if flow overlap is preferred.
- MIN - org.pepstock.charba.client.zoom.ScaleRange.Property
- MIN_BAR_LENGTH - org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- MIN_MAX - org.pepstock.charba.client.enums.DecimationAlgorithm
-
Min-max decimation will preserve peaks in your data but could require up to 4 points for each pixel.
This type of decimation would work well for a very noisy signal where you need to see data peaks. - MIN_RANGE - org.pepstock.charba.client.zoom.ScaleLimit.Property
- MIN_ROTATION - org.pepstock.charba.client.options.Ticks.Property
- MIN_UNIT - org.pepstock.charba.client.options.Time.Property
- minCallback - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- minCallbackProxy - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- MINI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mini" -
- MINIMAL_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Minimal Red" -
- MINIMUM_CUTOUT_PERCENTAGE - Static variable in class org.pepstock.charba.client.impl.charts.MeterOptions
- MINIMUM_DEGREE - Static variable in class org.pepstock.charba.client.ml.PolynomialRegression
-
Minimum degree, 2.
- MINIMUM_DEGREE - Static variable in class org.pepstock.charba.client.ml.RobustPolynomialRegression
-
Minimum degree, 2.
- MINIMUM_FONT_SIZE - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
- MINIMUM_FRACTION_DIGITS - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- MINIMUM_INTEGER_DIGITS - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- MINIMUM_PERCENTAGE - Static variable in class org.pepstock.charba.client.items.BarElementOptions
- MINIMUM_PERCENTAGE - Static variable in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
- MINIMUM_SIDES - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Minimum value of polygon annotation sides, 3.
- MINIMUM_SIGNIFICANT_DIGITS - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- MINIMUM_SIZE - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
- MINIMUM_VALUE - Static variable in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Minimum value is 0.0.
- minimumFractionDigits - Variable in enum org.pepstock.charba.client.intl.enums.Currency
- MINIMUN_PERCENTAGE - Static variable in class org.pepstock.charba.client.annotation.ControlPoint
-
Maximum value as percentage, -1000.0
- MinMaxCallback<T> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
min,max,suggestedMinandsuggestedMaxproperties for the axes. - MinMaxCallbacksHandler<T> - Class in org.pepstock.charba.client.configuration
-
Base object to map the min, max, suggestedMin and suggestedMax options.
- MinMaxCallbacksHandler(Axis) - Constructor for class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Creates the handler with the axis which the handler belongs to.
- MinMaxCallbacksHandler.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- minMaxHandler - Variable in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
- minMaxHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- minMaxHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
- minMaxHandler - Variable in class org.pepstock.charba.client.configuration.CartesianTimeAxis
- minMaxHandler - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- MINNESOTA_VIKINGS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Minnesota Vikings" -
- MINT_CREAM - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mintCream" -
- MINUS - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for MINUS, "-".
- MINUS_SIGN - org.pepstock.charba.client.intl.enums.FormatPartType
-
The minus sign string ("-").
- MINUTE - org.pepstock.charba.client.enums.TimeUnit
-
Minute time unit
- MINUTE - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- MINUTE - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the minute, for example "00".
- MINUTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for minute.
- MIRAGE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mirage" -
- MIRROR - org.pepstock.charba.client.options.Ticks.Property
- MISSING - org.pepstock.charba.client.geo.ColorAxisMapper.Property
- MISSING - org.pepstock.charba.client.geo.SizeAxisMapper.Property
- MISSING_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.ColorAxisMapper
- MISSING_COLORS - Static variable in class org.pepstock.charba.client.colors.Gradient
- MISSING_PROPERTY - Static variable in class org.pepstock.charba.client.colors.CanvasObject
- MISSING_RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.SizeAxisMapper
- missingColorCallbackProxy - Variable in class org.pepstock.charba.client.geo.ColorAxisMapper
- missingRadiusCallbackProxy - Variable in class org.pepstock.charba.client.geo.SizeAxisMapper
- MISTY_MEADOW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Misty Meadow" -
- MISTY_ROSE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "mistyRose" -
- MITER - org.pepstock.charba.client.enums.JoinStyle
-
Connected segments are joined by extending their outside edges to connect at a single point, with the effect of filling an additional shaped area.
This is the default. - MixedItemStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the month.
- MixedItemStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Creates with the property value to use in the native object.
- ML_BASE_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML BaseRegression with name "ML.BaseRegression".
- ML_EXPONENTIAL_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML ExponentialRegression with name "ML.ExponentialRegression".
- ML_LIBRARY - org.pepstock.charba.client.resources.ResourceName
-
Script element id for ML JS library.
- ML_PLUGIN_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'MlPluginResource' class.
- ML_POLYNOMIAL_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML PolynomialRegression with name "ML.PolynomialRegression".
- ML_POWER_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML PowerRegression with name "ML.PowerRegression".
- ML_REGRESSION_SCORE - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML RegressionScore with name "ML.RegressionScore".
- ML_ROBUST_POLYNOMIAL_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML RobustPolynomialRegression with name "ML.RobustPolynomialRegression".
- ML_SIMPLE_LINEAR_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML SimpleLinearRegression with name "ML.SimpleLinearRegression".
- ML_THEIL_SEN_REGRESSION - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as ML TheilSenRegression with name "ML.TheilSenRegression".
- MLInjector - Class in org.pepstock.charba.client.ml
-
Injects the ML java script in the application.
- MLInjector() - Constructor for class org.pepstock.charba.client.ml.MLInjector
-
To avoid any instantiation
- MlPluginResource - Class in org.pepstock.charba.client.ml
-
Contains the content of
ml.min.jsto inject. - MlPluginResource() - Constructor for class org.pepstock.charba.client.ml.MlPluginResource
-
Creates the injectable resource with
ml.min.jscontent. - MLUtil - Class in org.pepstock.charba.client.ml
-
Internal utility to transform data from a requested format.
- MLUtil() - Constructor for class org.pepstock.charba.client.ml.MLUtil
-
To avoid any instantiation
- MLYM - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mlym numbering system.
- MLYM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Malayalam script.
- MOCCASIN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "moccasin" -
- mode - Variable in class org.pepstock.charba.client.enums.AbstractDatasetIndexFill
- mode - Variable in enum org.pepstock.charba.client.enums.Fill
- mode - Variable in class org.pepstock.charba.client.interaction.AbstractInteractioner
- Mode - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the operation modes for the scale, area means that the area is linearly increasing whereas radius the radius is.
- Mode - Enum in org.pepstock.charba.client.zoom.enums
-
Defines which directions are used for panning and zooming.
- Mode(String) - Constructor for enum org.pepstock.charba.client.geo.enums.Mode
-
Creates with the property value to use in the native object.
- Mode(String) - Constructor for enum org.pepstock.charba.client.zoom.enums.Mode
-
Creates with the property value to use in the native object.
- MODE - org.pepstock.charba.client.annotation.Interaction.Property
- MODE - org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
- MODE - org.pepstock.charba.client.geo.SizeAxisMapper.Property
- MODE - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- MODE - org.pepstock.charba.client.items.InteractionOptions.Property
- MODE - org.pepstock.charba.client.items.PluginUpdateArgument.Property
- MODE - org.pepstock.charba.client.options.AbstractInteraction.Property
- MODE - org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
- MODE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.SizeAxisMapper
- MODE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- ModeCallback - Interface in org.pepstock.charba.client.geo.callbacks
- ModeCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.IDplugin to set the mode (pan and zoom) directions at runtime. - modeCallbackProxy - Variable in class org.pepstock.charba.client.geo.SizeAxisMapper
- modeCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- model - Variable in class org.pepstock.charba.client.callbacks.TooltipContext
- model - Variable in class org.pepstock.charba.client.items.TooltipNode
- MODERN_GREEK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Modern Greek (1453-) language.
- modes - Variable in class org.pepstock.charba.client.interaction.Interactions
- Modes(NativeObject) - Constructor for class org.pepstock.charba.client.interaction.Interactions.Modes
-
Creates the object with native object instance to be wrapped.
- MODES - org.pepstock.charba.client.interaction.Interactions.NativeInteractionOptions.Property
- MODI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for modi numbering system.
- MODI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Modi, Moḍī script.
- modifier - Variable in enum org.pepstock.charba.client.enums.ModifierKey
- MODIFIER_KEY - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- MODIFIER_KEY - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- MODIFIER_KEY - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- MODIFIER_KEY - org.pepstock.charba.client.zoom.Drag.Property
- MODIFIER_KEY - org.pepstock.charba.client.zoom.Pan.Property
- MODIFIER_KEY - org.pepstock.charba.client.zoom.Wheel.Property
- ModifierKey - Enum in org.pepstock.charba.client.enums
-
A modifier key modifies the action of another key when the keys are pressed at the same time.
- ModifierKey(String, KeyboardModifierKey) - Constructor for enum org.pepstock.charba.client.enums.ModifierKey
-
Creates with the property value to use in the native object.
- modifierKeysToKeyboardModifierKeys(ModifierKey...) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Transforms an array of
ModifierKeys to a list ofKeyboardModifierKeys. - ModifiersHandler - Class in org.pepstock.charba.client.dom.events
-
Implements an modifier key handler for an event initialization object.
- ModifiersHandler(NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Creates the object with native object instance to be wrapped.
- ModifiersHandler.Property - Enum in org.pepstock.charba.client.dom.events
-
Name of properties of native object.
- MODULE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Module6" -
- MOHAWK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mohawk language.
- MOJITO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mojito" -
- MOLDOVA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Moldova region.
- MOLDOVAN_LEU - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Moldovan Leu currency.
- MONACO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Monaco region.
- MONDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is MONDAY.
- MONG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mong numbering system.
- MONG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mongolian script.
- MONGOLIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mongolia region.
- MONGOLIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mongolian language.
- MONOTONE - org.pepstock.charba.client.enums.CubicInterpolationMode
-
The 'monotone' algorithm is more suited to datasets: it preserves monotonicity (or piecewise monotonicity) of the dataset being interpolated, and ensures local extremums (if any) stay at input data points.
- MONTE_CARLO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Monte Carlo" -
- MONTENEGRIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Montenegrin language.
- MONTENEGRO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Montenegro region.
- MONTH - org.pepstock.charba.client.enums.TimeUnit
-
Month time unit
- MONTH - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- MONTH - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the month, for example "12".
- MONTH - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for month.
- MONTSERRAT - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Montserrat region.
- MOON - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Moon (Moon code, Moon script, Moon type) script.
- MOON_PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moon Purple" -
- MOONLIT_ASTEROID - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moonlit Asteroid" -
- MOONRISE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moonrise" -
- MOONWALKER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moonwalker" -
- MOOR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moor" -
- MORISYEN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Morisyen language.
- MOROCCAN_DIRHAM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Moroccan Dirham currency.
- MOROCCO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Morocco region.
- MOSS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Moss" -
- MOUSE - org.pepstock.charba.client.dom.enums.PointerType
-
The event was generated by a mouse device.
- MOUSE_DOWN - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device button is pressed on an element.
- MOUSE_DOWN - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse button is released over an element
- MOUSE_ENTER - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved onto the element that has the listener attached.
- MOUSE_ENTER - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse pointer entries in an element.
- MOUSE_LEAVE - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved off the element that has the listener attached.
- MOUSE_LEAVE - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse pointer leaves from an element.
- MOUSE_MOVE - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved over an element.
- MOUSE_MOVE - org.pepstock.charba.client.dom.enums.MouseEventType
-
Every mouse move over an element triggers that event.
- MOUSE_OUT - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved off the element that has the listener attached or off one of its children.
- MOUSE_OUT - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse pointer comes out from an element.
- MOUSE_OVER - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device is moved onto the element that has the listener attached or onto one of its children.
- MOUSE_OVER - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse pointer comes over from an element.
- MOUSE_UP - org.pepstock.charba.client.annotation.enums.Event
-
A pointing device button is released over an element.
- MOUSE_UP - org.pepstock.charba.client.dom.enums.MouseEventType
-
Mouse button is clicked over an element
- mouseDownCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- MouseEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeMouseEvent. - MouseEventInit() - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an empty object
- MouseEventInit(double, double) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, setting the clientX and clientY values.
- MouseEventInit(double, double, double, double) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, setting the clientX, clientY, screenX and screenY values.
- MouseEventInit(NativeAbstractMouseEvent) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, cloning all source event data
- MouseEventInit(NativeMouseEvent) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, cloning all source event data
- MouseEventInit(NativeMouseEvent, BaseHtmlElement) - Constructor for class org.pepstock.charba.client.dom.events.MouseEventInit
-
Creates an initialization object, cloning all source event data and new related target.
- MouseEventInit.Property - Enum in org.pepstock.charba.client.dom.events
-
Name of properties of native object.
- MouseEventType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the DOM event type of the mouse.
- MouseEventType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.MouseEventType
-
Creates with the property value to use in the native object.
- mouseLeaveCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- mouseMoveCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- mouseUpCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- MOVE - org.pepstock.charba.client.dom.enums.CursorType
-
Something is to be moved.
- moveTo(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Begins a new sub-path at the point specified by the given (x, y) coordinates.
- MOZAMBIQUE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Mozambique region.
- MOZAMBIQUE_METICAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mozambique Metical currency.
- MROO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mroo numbering system.
- MROO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mro, Mru script.
- MTEI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mtei numbering system.
- MTEI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Meitei Mayek (Meithei, Meetei) script.
- MULT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Multani script.
- MULTI - org.pepstock.charba.client.ScaleType
-
Multiple scales are defined for the chart, based on its type.
- MULTI_KEY_BACKGROUND - org.pepstock.charba.client.options.Tooltips.Property
- MultilineTextAnnotationBuilder - Class in org.pepstock.charba.client.utils
-
Utility to build a canvas, to add to a chart, which contains the content where fonts and colors can be applied for each row.
Usually helpful to use in theAnnotationPlugin. - MultilineTextAnnotationBuilder(List<String>) - Constructor for class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
To avoid any instantiation
- MULTIPLY - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The pixels of the top layer are multiplied with the corresponding pixel of the bottom layer.
A darker picture is the result. - multiScales - Variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
- MUNDANG - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Mundang language.
- mustAddToBottom(Position) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Checks if the legend must be added in the chart element on top or bottom.
- mustBeActivated(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
-
Checks the type of the chart and if this plugin could be applicable.
TheGaugeChartandMeterChartare not supported. - mustBeActivated(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Returns
trueif the chart is consistent and the scale type isScaleType.MULTIandIndexAxis.X.
If ZoomPlugin is activated, this plugin will be disabled. - mustBeActivated(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Returns
trueif the chart is consistent and the scale type isScaleType.MULTI. - mustBeDisplay(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Returns
trueif the plugin must be manage the legend, creating it. - mustBeRegistered() - Method in interface org.pepstock.charba.client.Controller
-
Returns
falseif the controller does not have to be registered because is a OUT-OF-THE-BOX controller (in javascript) and does not have to be transformed. - mustBeRegistered() - Method in class org.pepstock.charba.client.geo.BaseGeoController
- mustBeRegistered() - Method in class org.pepstock.charba.client.matrix.MatrixController
- mustBeRegistered() - Method in class org.pepstock.charba.client.sankey.SankeyController
- mustBeRegistered() - Method in class org.pepstock.charba.client.treemap.TreeMapController
- mustBeTriggered(AnnotationContext, Object) - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Returns
trueif the context, inner chart and callbacks instance are consistent. - mustBorderBeDrawn(int, IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
-
Returns
trueif the line can be drawn, width greater than 0 and color not transparent. - mustInjectDateLibrary() - Method in class org.pepstock.charba.client.resources.AbstractResources
-
Returns
trueif it must inject the LUXON date library. - mustKeepDefaultsAligned - Static variable in class org.pepstock.charba.client.intl.CLocale
- mustKeepDefaultsAligned() - Static method in class org.pepstock.charba.client.intl.CLocale
-
Returns
trueif the default locale must kept aligned with theOptions.setLocale(CLocale). - mustUseDataPoints() - Method in class org.pepstock.charba.client.data.BubbleDataset
- mustUseDataPoints() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns
trueif data set must use only data points otherwisefalse.
The data set which can set this capabilities, must override this method. - mustUseDataPoints() - Method in class org.pepstock.charba.client.data.ScatterDataset
- MutationHandler - Interface in org.pepstock.charba.client
-
Defines the methods needed to manage the attach and detach of the chart in the and from the DOM tree.
- MutationItem - Class in org.pepstock.charba.client
-
Object used to invoke a mutation handler when is attached or detached an element.
This object can not be instantiated out of this package to avoid that anyone (apart the observer) will invoke the methods of a mutation handler. - MutationItem() - Constructor for class org.pepstock.charba.client.MutationItem
-
To avoid any instantiation
- MutationObserver - Class in org.pepstock.charba.client.dom
-
Provides the ability to watch for changes being made to the DOM tree.
- MutationObserver(MutationObserver.MutationObserverCallback) - Constructor for class org.pepstock.charba.client.dom.MutationObserver
-
Creates and returns a new mutation observer which will invoke a specified callback function when DOM changes occur.
- MutationObserver.MutationObserverCallback - Interface in org.pepstock.charba.client.dom
-
A function which will be called on each DOM change that qualifies given the targeted node or subtree and options.
- MutationObserverInit - Interface in org.pepstock.charba.client.dom
-
A dictionary interface which describes the configuration of a mutation observer.
As such, it's primarily used as the type of the options parameter on theMutationObserver.observe(BaseNode, MutationObserverInit)method. - MutationRecord - Class in org.pepstock.charba.client.dom
-
Represents an individual DOM mutation.
- MutationRecord() - Constructor for class org.pepstock.charba.client.dom.MutationRecord
-
To avoid any instantiation
- MutationType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates all types which can be set in the a
MutationObserverand consumable byMutationRecord.getType(). - MutationType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.MutationType
-
Creates with the property value to use in the native object.
- MVDOL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Mvdol currency.
- MYANMAR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Myanmar region.
- MYMR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mymr numbering system.
- MYMR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Myanmar (Burmese) script.
- MYMRSHAN - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mymrshan numbering system.
- MYMRTLNG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for mymrtlng numbering system.
- MYSTIC - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Mystic" -
N
- N_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the top cursor;Some edge is to be moved.
- NAIRA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Naira currency.
- NAKFA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Nakfa currency.
- name - Variable in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
- name - Variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
- name - Variable in class org.pepstock.charba.client.impl.charts.Threshold
- name - Variable in enum org.pepstock.charba.client.intl.enums.Currency
- name - Variable in enum org.pepstock.charba.client.intl.Language
- name - Variable in enum org.pepstock.charba.client.intl.Region
- name - Variable in enum org.pepstock.charba.client.intl.Script
- name - Variable in class org.pepstock.charba.client.positioner.AbstractTooltipPositioner
- name - Variable in class org.pepstock.charba.client.positioner.CustomTooltipPosition
- name - Variable in class org.pepstock.charba.client.resources.AbstractInjectableResource
- name - Variable in class org.pepstock.charba.client.utils.toast.AbstractStandardType
- name - Variable in class org.pepstock.charba.client.utils.toast.AbstractTypeBuilder
- NAME - org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
To use a localized currency name such as "dollar".
- NAME_PROGRESS_PREFIX - Static variable in class org.pepstock.charba.client.utils.toast.CssInjectableResource
- NAME_TYPE_PREFIX - Static variable in class org.pepstock.charba.client.utils.toast.CssInjectableResource
- NameChecker - Class in org.pepstock.charba.client.utils.toast
-
Checks if the name passed to create
IsToastTypeorIsProgressBarTypemust be acceptable. - NameChecker() - Constructor for class org.pepstock.charba.client.utils.toast.NameChecker
-
To avoid any instantiation
- NamedNodeMap<T extends BaseNode> - Class in org.pepstock.charba.client.dom
-
Represents a collection of attributes objects.
- NamedNodeMap() - Constructor for class org.pepstock.charba.client.dom.NamedNodeMap
- names() - Method in class org.pepstock.charba.client.interaction.Interactions.Modes
-
Returns the list of all defined interaction modes.
- NAMIBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Namibia region.
- NAMIBIA_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Namibia Dollar currency.
- NAMN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Namn" -
- NAN - org.pepstock.charba.client.intl.enums.FormatPartType
-
The
Double.NaNstring ("NaN"). - NAN_AS_STRING - Static variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Default value of
Double.NaNas string, "NaN". - NAND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Nandinagari script.
- NARB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old North Arabian (Ancient North Arabian) script.
- NARROW - org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Short representation of unit of measure without spaces (e.g., 16l).
- NARROW - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Narrow setting for month (e.g., M).
Two months may have the same narrow style for some locales (e.g. - NARROW - org.pepstock.charba.client.intl.enums.StringItemStyle
-
Narrow setting for era (e.g., A), for weekday (e.g., T).
Two weekdays may have the same narrow style for some locales (e.g. - NARROW_SYMBOL - org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
To use a narrow format symbol ("$100" rather than "US$100").
- NATIVE - org.pepstock.charba.client.events.ChartEventContext.Property
- NATIVE_CHARTS_INSTANCES - Static variable in class org.pepstock.charba.client.Charts
- NativeAbstractDescriptor - Class in org.pepstock.charba.client.commons
-
A property descriptor is a record which describes a java script property.
A property descriptor contains of the following attributes:
value: the value associated with the property (data descriptors only). - NativeAbstractDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeAbstractDescriptor
- NativeAbstractMouseEvent - Class in org.pepstock.charba.client.dom.events
-
Contains all common properties and methods of a DOM mouse event.
- NativeAbstractMouseEvent() - Constructor for class org.pepstock.charba.client.dom.events.NativeAbstractMouseEvent
-
Create a mouse event by its type and initialization configuration.
- nativeAdapter - Variable in class org.pepstock.charba.client.adapters.DateAdapter
- nativeAddColorStop(double, String) - Method in class org.pepstock.charba.client.dom.elements.CanvasGradientItem
-
Adds a new stop, defined by an offset and a color, to the gradient.
If the offset is not between 0 and 1, inclusive, an INDEX_SIZE_ERR is raised.
If the color can't be parsed as a CSS color, a SYNTAX_ERR is raised. - nativeArray - Variable in class org.pepstock.charba.client.commons.NativeArrayContainer
- NativeArrayContainer<T extends Array> - Class in org.pepstock.charba.client.commons
-
Base class for all classes which are wrapping a native java script array.
- NativeArrayContainer(T) - Constructor for class org.pepstock.charba.client.commons.NativeArrayContainer
-
Creates the object with native array instance to be wrapped.
- NativeArrayContainerFactory<A extends Array,T extends NativeArrayContainer<A>> - Interface in org.pepstock.charba.client.commons
-
Interface to be implemented to load elements from an array of native array.
- NativeArrayDoubleContainer - Class in org.pepstock.charba.client.commons
-
Extends the base class of an array container where the wrapped array is an array of doubles.
- NativeArrayDoubleContainer(ArrayDouble) - Constructor for class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
-
Creates the object with native double array instance to be wrapped.
- NativeBaseEvent - Class in org.pepstock.charba.client.dom.events
-
Represents an base event which takes place in the DOM.
There are many types of events, some of which use other interfaces based on the main event interface.
Event itself contains the properties and methods which are common to all events. - NativeBaseEvent() - Constructor for class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
To avoid any instantiation
- NativeBaseLinearRegression - Class in org.pepstock.charba.client.ml
-
Base class for Linear Regression which is a type of Regression algorithms that models the relationship between a dependent variable and a single independent variable.
- NativeBaseLinearRegression() - Constructor for class org.pepstock.charba.client.ml.NativeBaseLinearRegression
- NativeBasePolynomialRegression - Class in org.pepstock.charba.client.ml
-
Base class for Polynomial Regression which is a regression algorithm that models the relationship between a dependent(y) and independent variable(x) as nth degree polynomial.
- NativeBasePolynomialRegression() - Constructor for class org.pepstock.charba.client.ml.NativeBasePolynomialRegression
- NativeBaseRegression - Class in org.pepstock.charba.client.ml
-
Native base regression class with common methods for all regressions.
It maps mljs/regression-base. - NativeBaseRegression() - Constructor for class org.pepstock.charba.client.ml.NativeBaseRegression
- NativeCallback - Class in org.pepstock.charba.client.callbacks
-
Enables the capability to create callback directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects. - NativeCallback(String, String) - Constructor for class org.pepstock.charba.client.callbacks.NativeCallback
-
Creates a new
Functionobject.
Calling the constructor directly can create functions dynamically but suffers from security and similar (but far less significant) performance issues toeval.
However, unlikeeval, theFunctionconstructor creates functions that execute in the global scope only. - NativeChartHandler() - Constructor for class org.pepstock.charba.client.Defaults.NativeChartHandler
-
Creates the plugin, using
Defaults.ID. - NativeConsole - Interface in org.pepstock.charba.client.utils
-
This object is the wrapper to console java script object.
The console object provides access to the browser's debugging console - NativeCustomEvent - Class in org.pepstock.charba.client.dom.events
-
Internal implementation of a custom native event.
- NativeCustomEvent(String) - Constructor for class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Create a custom event by its type.
- NativeCustomEvent(String, NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Create a custom event by its type and initialization configuration.
- NativeDate - Class in org.pepstock.charba.client.intl
-
JavaScript Date objects represent a single moment in time in a platform-independent format.
Date objects contain a Number that represents milliseconds since 1 January 1970 UTC.
See MDN for more details. - NativeDate(double) - Constructor for class org.pepstock.charba.client.intl.NativeDate
-
Creates a JavaScript Date instance that represents a single moment in time in a platform-independent format.Date objects contain a Number that represents milliseconds since 1 January 1970 UTC.
- NativeDateAdapter - Class in org.pepstock.charba.client.adapters
-
It maps a date adapter of CHART.JS.
An adapter is the reference to an external date library. - NativeDateAdapter() - Constructor for class org.pepstock.charba.client.adapters.NativeDateAdapter
- NativeDateTimeFormat - Class in org.pepstock.charba.client.intl
-
The object is a constructor for objects that enable language-sensitive date and time formatting.
See MDN for more details. - NativeDateTimeFormat(String, NativeObject) - Constructor for class org.pepstock.charba.client.intl.NativeDateTimeFormat
-
Creates object that enables language sensitive date time formatting.
- nativeDrawImage(Canvas, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- nativeDrawImage(Canvas, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- nativeDrawImage(Canvas, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a canvas image source onto the canvas.
- nativeDrawImage(Img, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- nativeDrawImage(Img, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws an image onto the canvas.
- nativeDrawImage(Img, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a canvas image source onto the canvas.
- nativeEvent - Variable in class org.pepstock.charba.client.events.AbstractEvent
- NativeExponentialRegression - Class in org.pepstock.charba.client.ml
-
Exponential regression is a non-linear regression technique that looks like this:
y = A * eB * x
It maps mljs/regression-exponential. - NativeExponentialRegression(ArrayDouble, ArrayDouble) - Constructor for class org.pepstock.charba.client.ml.NativeExponentialRegression
-
Creates the exponential regression object, using the passed data to calculate the formula.
- nativeFormat - Variable in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
- NativeFunction - Class in org.pepstock.charba.client.controllers
-
Every javaScript function is actually a
Functionobject and this class can map it. - NativeFunction(String) - Constructor for class org.pepstock.charba.client.controllers.NativeFunction
-
Creates a new
Functionobject.
Calling the constructor directly can create functions dynamically but suffers from security and similar (but far less significant) performance issues toeval.
However, unlikeeval, theFunctionconstructor creates functions that execute in the global scope only. - nativeGetAddedNodes() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the nodes added.
Will be an empty node list if no nodes were added. - nativeGetBorderStyle() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'borderStyle' property from element.
- nativeGetCursor() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'cursor' property from element.
- nativeGetData() - Method in class org.pepstock.charba.client.dom.elements.ImageData
-
Returns the array which is representing a one-dimensional array containing the data in the RGBA order, with integer values between 0 and 255 (inclusive).
- nativeGetDisplay() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'display' property from element.
- nativeGetFillStyle() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the filling styling is used for colors and styles inside shapes.
- nativeGetGlobalCompositeOperation() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the type of compositing operation to apply when drawing new shapes.
- nativeGetLineCap() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the shape used to draw the end points of lines.
- nativeGetLineJoin() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the type of corners where two lines meet.
- nativeGetNodeType() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Returns an unsigned short representing the type of the node.
- nativeGetPosition() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'position' property from element.
- nativeGetRemovedNodes() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns the nodes removed.
Will be an empty list if no nodes were removed. - nativeGetStrokeStyle() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the stroke styling is used for the lines around shapes.
The color, gradient, or pattern to use for the strokes (outlines) around shapes.
The default is #000 (black). - nativeGetTextAlign() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text alignment used when drawing text.
- nativeGetTextBaseline() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Returns the current text baseline used when drawing text.
- nativeGetTextDecoration() - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Returns the CSS 'textDecoration' property from element.
- nativeGetType() - Method in class org.pepstock.charba.client.dom.MutationRecord
-
Returns
MutationType.ATTRIBUTESif the mutation was an attribute mutation,MutationType.CHARACTER_DATAif it was a mutation to a CharacterData node, andMutationType.CHILD_LISTif it was a mutation to the tree of nodes. - NativeHelpers - Class in org.pepstock.charba.client
-
This is the java script native object which is the helpers utility of CHART.JS.
It maps the java script objectchart.helpers. - NativeHelpers() - Constructor for class org.pepstock.charba.client.NativeHelpers
- NativeHook - Class in org.pepstock.charba.client.plugins
-
Enables the capability to create a plugin hook directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects.
The hook will receive only 3 arguments, to use in the java script code,"chart","args","options".
See CHART.JS doc about the arguments. - NativeHook(String, String, String, String) - Constructor for class org.pepstock.charba.client.plugins.NativeHook
-
Creates a new
Functionobject.
Calling the constructor directly can create functions dynamically but suffers from security and similar (but far less significant) performance issues toeval.
However, unlikeeval, theFunctionconstructor creates functions that execute in the global scope only. - NativeIntegerDescriptor - Class in org.pepstock.charba.client.commons
-
A property descriptor is a record which describes a java script property (integer).
It is used to store thehashCode. - NativeIntegerDescriptor() - Constructor for class org.pepstock.charba.client.commons.NativeIntegerDescriptor
- NativeInteraction - Class in org.pepstock.charba.client.interaction
-
Enables the capability to create custom interaction directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects. - NativeInteraction(String, String, String, String, String) - Constructor for class org.pepstock.charba.client.interaction.NativeInteraction
-
Creates a new
Functionobject.
Calling the constructor directly can create functions dynamically but suffers from security and similar (but far less significant) performance issues toeval.
However, unlikeeval, theFunctionconstructor creates functions that execute in the global scope only. - NativeInteractioner - Class in org.pepstock.charba.client.interaction
-
Maps a custom interaction mode implementation which is implemented in java script by the user.
- NativeInteractioner(String, NativeInteraction) - Constructor for class org.pepstock.charba.client.interaction.NativeInteractioner
-
Creates the interactioner passing the name of interaction mode as argument.
- NativeInteractionOptions(NativeObject) - Constructor for class org.pepstock.charba.client.interaction.Interactions.NativeInteractionOptions
-
Creates the object with native object instance to be wrapped.
- nativeJoin(String) - Method in class org.pepstock.charba.client.commons.Array
-
Creates and returns a new string by concatenating all of the elements in an array (or an array-like object), separated by commas or a specified separator string.
If the array has only one item, then that item will be returned without using the separator. - NativeJsAnnotationHelper - Class in org.pepstock.charba.client.annotation.elements
-
Internal utility of
AnnotationPluginto interact withAnnotationElement. - NativeJsAnnotationHelper() - Constructor for class org.pepstock.charba.client.annotation.elements.NativeJsAnnotationHelper
-
To avoid any instantiation
- NativeJsChartHelper - Class in org.pepstock.charba.client
-
This is a wrapper for Java native object which is wrapping a CHARBA java script object implementation with some utilities to invoke CHART.JS callbacks, provided out of the box, the default one.
- NativeJsChartHelper() - Constructor for class org.pepstock.charba.client.NativeJsChartHelper
-
To avoid any instantiation
- NativeJsControllerHelper - Class in org.pepstock.charba.client.controllers
-
This is a Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS controllers.
- NativeJsControllerHelper() - Constructor for class org.pepstock.charba.client.controllers.NativeJsControllerHelper
-
To avoid any instantiation
- NativeJsDataLabelsHelper - Class in org.pepstock.charba.client.datalabels
-
Internal utility for
DataLabelsPluginto register the plugin globally to Chart.js.
This is needed because from the plugin version for Chart.js 3, the plugin doesn't register itself globally anymore and delegate this operation to the user.
To maintain the same capabilities of Charba, this object register the plugin globally. - NativeJsDataLabelsHelper() - Constructor for class org.pepstock.charba.client.datalabels.NativeJsDataLabelsHelper
-
To avoid any instantiation
- NativeJsDateAdapterHelper - Class in org.pepstock.charba.client.adapters
-
This is a singleton wrapper for Java native object which is wrapping a CHARBA java script object implementation to create a date adapter from CHART.JS.
- NativeJsDateAdapterHelper() - Constructor for class org.pepstock.charba.client.adapters.NativeJsDateAdapterHelper
-
To avoid any instantiation
- NativeJsGeoHelper - Class in org.pepstock.charba.client.geo
-
Internal utility for GEo charts to invoke
ChartGeo.topojsonutility provided by the controller package.
TopoJson is packaged with this plugin to convert data, it is exposed as in the global context. - NativeJsGeoHelper() - Constructor for class org.pepstock.charba.client.geo.NativeJsGeoHelper
-
To avoid any instantiation
- NativeJsGradientHelper - Class in org.pepstock.charba.client.gradient
-
Internal utility for
GradientPluginto register the plugin globally to Chart.js.
This is needed because the plugin doesn't register itself globally anymore and delegate this operation to the user.
To maintain the same capabilities of Charba, this object register the plugin globally. - NativeJsGradientHelper() - Constructor for class org.pepstock.charba.client.gradient.NativeJsGradientHelper
-
To avoid any instantiation
- NativeJsHelper - Class in org.pepstock.charba.client.commons
-
Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects.
- NativeJsHelper() - Constructor for class org.pepstock.charba.client.commons.NativeJsHelper
-
To avoid any instantiation
- NativeJsItemsHelper - Class in org.pepstock.charba.client.items
-
Java native object which is wrapping a CHARBA java script object implementation with some utilities to act on java script objects for CHARBA items.
- NativeJsItemsHelper() - Constructor for class org.pepstock.charba.client.items.NativeJsItemsHelper
-
To avoid any instantiation
- NativeJsMLHelper - Class in org.pepstock.charba.client.ml
-
Internal utility for to use ML.
- NativeJsMLHelper() - Constructor for class org.pepstock.charba.client.ml.NativeJsMLHelper
-
To avoid any instantiation
- NativeJsPluginHelper - Class in org.pepstock.charba.client.plugins
-
This is a Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS plugins.
- NativeJsPluginHelper() - Constructor for class org.pepstock.charba.client.plugins.NativeJsPluginHelper
-
To avoid any instantiation
- NativeJsPositionerHelper - Class in org.pepstock.charba.client.positioner
-
This is a Java native object which is wrapping a CHARBA java script object implementation with some utilities to manage CHART.JS tooltips positioner.
- NativeJsPositionerHelper() - Constructor for class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
-
To avoid any instantiation
- NativeJsZoomHelper - Class in org.pepstock.charba.client.zoom
-
Internal utility of
ZoomPluginto reset zooming.
This is done a native javascript object because the plugin adds a function to original CHART.JS chart instance.
To maintainChartclean from custom functions and properties, this helper has benn implemented. - NativeJsZoomHelper() - Constructor for class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
To avoid any instantiation
- NativeKeyboardEvent - Class in org.pepstock.charba.client.dom.events
-
Describes a user interaction with the keyboard; each event describes a single interaction between the user and a key (or combination of a key with modifier keys) on the keyboard.
The event type (keydown or keyup) identifies what kind of keyboard activity occurred. - NativeKeyboardEvent(String, NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Create a keyboard event by its type and initialization configuration.
- NativeLinearRegression - Class in org.pepstock.charba.client.ml
-
Simple Linear Regression is a type of Regression algorithms that models the relationship between a dependent variable and a single independent variable.
The relationship shown by a Simple Linear Regression model is linear or a sloped straight line, hence it is called Simple Linear Regression.
The key point in Simple Linear Regression is that the dependent variable must be a continuous/real value.
However, the independent variable can be measured on continuous or categorical values.
The Simple Linear Regression model can be represented using the below equation:
y = a0 + a1x
where
a0 is the intercept of the Regression line (can be obtained putting x=0) a1 is the slope of the regression line, which tells whether the line is increasing or decreasing
It maps mljs/regression-simple-linear. - NativeLinearRegression(ArrayDouble, ArrayDouble) - Constructor for class org.pepstock.charba.client.ml.NativeLinearRegression
-
Creates the simple linear regression object, using the passed data to calculate the formula.
- NativeMouseEvent - Class in org.pepstock.charba.client.dom.events
-
Represents a mouse events that occur due to the user interacting with a pointing device.
- NativeMouseEvent(String, NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Create a mouse event by its type and initialization configuration.
- NativeName - Class in org.pepstock.charba.client.commons
-
Constants with java script object name to use in the
JsTypenative objects. - NativeName() - Constructor for class org.pepstock.charba.client.commons.NativeName
-
To avoid any instantiation
- NativeNumberFormat - Class in org.pepstock.charba.client.intl
-
The object is a constructor for objects that enable language sensitive number formatting.
See MDN for more details. - NativeNumberFormat() - Constructor for class org.pepstock.charba.client.intl.NativeNumberFormat
-
Creates object that enables language sensitive number formatting, with default.
Used only internally to retrieve the locale default of the platform. - NativeNumberFormat(String, NativeObject) - Constructor for class org.pepstock.charba.client.intl.NativeNumberFormat
-
Creates object that enables language sensitive number formatting.
- nativeObject - Variable in class org.pepstock.charba.client.commons.NativeObjectContainer
- nativeObject - Variable in class org.pepstock.charba.client.Helpers
- nativeObject - Variable in class org.pepstock.charba.client.items.DataItem
- nativeObject() - Method in class org.pepstock.charba.client.AbstractChart.ActiveElementsPoint
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.ChartOptions
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.Configuration
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.configuration.Segment.BaseContext
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Wraps the protected method to get the java script object.
- nativeObject() - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.datalabels.AbstractElement
-
Exposes the native object for callback.
- nativeObject() - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.events.ChartEventContext
-
Wraps the protected method to get the java script object in order to consume it.
- nativeObject() - Method in class org.pepstock.charba.client.geo.BaseGeoOptions.InternalOptionsWrapper
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.geo.Feature
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.geo.Graticule
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.geo.Margin
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.geo.PositionPoint
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.geo.TopoJson
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.GlobalScale
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.impl.charts.BaseContext
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.ChartElement
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.FillBaseline
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.FillColors
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.FontItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.InteractionItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.InteractionOptions
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.LegendItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.NumberFormatItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.PaddingItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.ScaleItem
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Wraps the protected method to get the java script object in order to consume it.
- nativeObject() - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.options.AnimationTransition
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.options.Font
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.options.Padding
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.options.Scale
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.plugins.AbstractBasePlugin
-
Returns the native java script object.
- nativeObject() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.plugins.PluginReference
-
Returns the plugin as native object.
- nativeObject() - Method in class org.pepstock.charba.client.positioner.Point
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.positioner.PositionerContext
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Wraps the protected method to get the java script object in order to consume it to configure the chart update or render.
- nativeObject() - Method in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.utils.toast.ToastItem.DateTime
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Exposes the native object.
- nativeObject() - Method in class org.pepstock.charba.client.zoom.Amount
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Returns the native object instance.
- nativeObject() - Method in class org.pepstock.charba.client.zoom.ZoomPoint
-
Returns the native object of the point.
- NativeObject - Interface in org.pepstock.charba.client.commons
-
Base object for all native objects implemented in Charba.
it wraps java script object with and withoutprototype.
It's also mapping the java scriptproxy, used by CHART.JS.
PAY ATTENTION that the java script object class name is "?" because otherwise J2CL is not able to cast to an object.
Please be also aware that you can not useinstanceofagainst this class. - NativeObjectContainer - Class in org.pepstock.charba.client.commons
-
Base class for all classes which are wrapping a native java script object.
- NativeObjectContainer() - Constructor for class org.pepstock.charba.client.commons.NativeObjectContainer
-
Creates the object with an empty native object instance.
- NativeObjectContainer(NativeObject) - Constructor for class org.pepstock.charba.client.commons.NativeObjectContainer
-
Creates the object with native object instance to be wrapped.
- NativeObjectContainerFactory<T extends NativeObjectContainer> - Interface in org.pepstock.charba.client.commons
-
Interface to be implemented to load elements from an array of native object.
- NativeObjectHashing - Class in org.pepstock.charba.client.commons
-
Utility class to redefine hash code for
NativeObject, setting the hashCode property as not enumerable and not configurable. - NativeObjectHashing() - Constructor for class org.pepstock.charba.client.commons.NativeObjectHashing
-
To avoid any instantiation
- NativeObjectUtil - Class in org.pepstock.charba.client.commons
-
Utility object to manage all native objects implemented in Charba by
NativeObject.
It implements some common methods to set and get properties in the native object. - NativeObjectUtil() - Constructor for class org.pepstock.charba.client.commons.NativeObjectUtil
-
To avoid any instantiation
- NativePointerEvent - Class in org.pepstock.charba.client.dom.events
-
Much of today's web content assumes the user's pointing device will be a mouse.
However, since many devices support other types of pointing input devices, such as pen/stylus and touch surfaces, extensions to the existing pointing device event models are needed.
Pointer events address that need. - NativePointerEvent(String, NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.NativePointerEvent
-
Create a pointer event by its type and initialization configuration.
- NativePolynomialRegression - Class in org.pepstock.charba.client.ml
-
Polynomial Regression is a regression algorithm that models the relationship between a dependent(y) and independent variable(x) as nth degree polynomial.
The Polynomial Regression equation is given below:
y = b0 + b1x1 + b2x12 + b2x13 +...... - NativePolynomialRegression(ArrayDouble, ArrayDouble, int) - Constructor for class org.pepstock.charba.client.ml.NativePolynomialRegression
-
Creates the polynomial regression object, using the passed data to calculate the formula.
- NativePowerRegression - Class in org.pepstock.charba.client.ml
-
Power regression is a non-linear regression technique that looks like this:
y = A * xB
It maps mljs/regression-power. - NativePowerRegression(ArrayDouble, ArrayDouble) - Constructor for class org.pepstock.charba.client.ml.NativePowerRegression
-
Creates the power regression object, using the passed data to calculate the formula.
- nativeRegression - Variable in class org.pepstock.charba.client.ml.BaseRegression
- NativeRobustPolynomialRegression - Class in org.pepstock.charba.client.ml
-
Robust regression is a form of regression analysis designed to overcome some limitations of traditional parametric and non-parametric methods.
Regression analysis seeks to find the relationship between one or more independent variables and a dependent variable. - NativeRobustPolynomialRegression(ArrayDouble, ArrayDouble, int) - Constructor for class org.pepstock.charba.client.ml.NativeRobustPolynomialRegression
-
Creates the robust polynomial regression object, using the passed data to calculate the formula.
- nativeSetBorderStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderStyle' property in the element.
- nativeSetCursor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'cursor' property in the element.
- nativeSetDisplay(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'display' property in the element.
- nativeSetFillStyle(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for colors and styles inside shapes.
- nativeSetGlobalCompositeOperation(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the type of compositing operation to apply when drawing new shapes.
- nativeSetLineCap(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the shape used to draw the end points of lines.
- nativeSetLineJoin(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the type of corners where two lines meet.
- nativeSetPosition(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'position' property in the element.
- nativeSetStrokeStyle(Object) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke styling is used for the lines around shapes.
The color, gradient, or pattern to use for the strokes (outlines) around shapes.
The default is #000 (black). - nativeSetTextAlign(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text alignment used when drawing text.
- nativeSetTextBaseline(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text baseline used when drawing text.
- nativeSetTextDecoration(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textDecoration' property in the element.
- NativeTheilSenRegression - Class in org.pepstock.charba.client.ml
-
In TheilSen Regression, the estimation of the model is done by calculating the slopes and intercepts of a subpopulation of all possible combinations of p subsample points.
If an intercept is fitted, p must be greater than or equal to n_features + 1.
The final slope and intercept is then defined as the spatial median of these slopes and intercepts.
The TheilSen Regression model can be represented using the below equation:
y = a0 + a1x
where
a0 is the intercept of the Regression line (can be obtained putting x=0) a1 is the slope of the regression line, which tells whether the line is increasing or decreasing
It maps mljs/regression-theil-sen. - NativeTheilSenRegression(ArrayDouble, ArrayDouble) - Constructor for class org.pepstock.charba.client.ml.NativeTheilSenRegression
-
Creates the TheilSen regression object, using the passed data to calculate the formula.
- NativeToasting - Class in org.pepstock.charba.client.utils.toast
-
Wraps toast JavaScript library for displaying toast notifications with progress bars on the page.
- NativeToasting() - Constructor for class org.pepstock.charba.client.utils.toast.NativeToasting
-
To avoid any instantiation
- nativeToDataURL(String, double) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image in the image format, passed as argument.
The returned image is in a resolution of 96dpi. - NativeTouchEvent - Class in org.pepstock.charba.client.dom.events
-
Represents an
NativeUIEventwhich is sent when the state of contacts with a touch-sensitive surface changes.
This surface can be a touch screen or trackpad, for example.
The event can describe one or more points of contact with the screen and includes support for detecting movement, addition and removal of contact points, and so forth. - NativeTouchEvent(String, NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.NativeTouchEvent
-
Create a touch event by its type and initialization configuration.
- NativeUIEvent - Class in org.pepstock.charba.client.dom.events
-
Represents simple user interface events, in DOM.
- NativeUIEvent() - Constructor for class org.pepstock.charba.client.dom.events.NativeUIEvent
-
To avoid any instantiation
- NativeUtil - Class in org.pepstock.charba.client.commons
-
Reference to static methods of a java script object, used to manage
NativeObject.
It wraps some native methods. - NativeUtil() - Constructor for class org.pepstock.charba.client.commons.NativeUtil
-
To avoid any instantiation
- NATURAL_EARTH1 - org.pepstock.charba.client.geo.enums.Projection
-
Projection naturalEarth1.
- NAURU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Nauru region.
- NAVAJO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Navajo timezone.
- NAVAJO_WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "navajoWhite" -
- NAVY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "navy" -
- NBAT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Nabataean script.
- NE_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the top-right corner cursor
- NEAR - org.pepstock.charba.client.enums.CrossAlign
-
the property sets the near cross alignment.
- NEAREST - org.pepstock.charba.client.enums.DefaultInteractionMode
-
Gets the item that is nearest to the point.
The nearest item is determined based on the distance to the center of the chart item (point, bar).
If 2 or more items are at the same distance, the one with the smallest area is used. - NEAREST - org.pepstock.charba.client.enums.TooltipPosition
-
Will place the tooltip at the position of the element closest to the event position.
- NEGATIVE_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
- NEGATIVE_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- NEGATIVE_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- NEGATIVE_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- NEGATIVE_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- negativeOrDefault(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a negative number and returns it.
- negativeOrDefault(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a negative number and returns it.
- negativeOrZero(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a negative number and returns it.
- negativeOrZero(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a negative number and returns it.
- NELSON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Nelson" -
- NEON_GREEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Neon Green" -
- NEON_LIFE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Neon Life" -
- NEPAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Nepal" -
- NEPAL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Nepal region.
- NEPALESE_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Nepalese Rupee currency.
- NEPALI_INDIVIDUAL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nepali (individual language) language.
- NEPALI_MACRO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nepali (macrolanguage) language.
- NESW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
- NETFLIX - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Netflix" -
- NETHERLANDS_ANTILLEAN_GUILDER - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Netherlands Antillean Guilder currency.
- NEUROMANCER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Neuromancer" -
- NEVER - org.pepstock.charba.client.intl.enums.SignDisplay
-
To never display sign.
- NEW_CALEDONIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for New Caledonia region.
- NEW_ISRAELI_SHEQEL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for New Israeli Sheqel currency.
- NEW_TAIWAN_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for New Taiwan Dollar currency.
- NEW_ZEALAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for New Zealand region.
- NEW_ZEALAND_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for New Zealand Dollar currency.
- NEWA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for newa numbering system.
- NEWA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Newa, Newar, Newari, Nepāla lipi script.
- newCallbackProxy() - Method in class org.pepstock.charba.client.commons.JsHelper
-
Creates new proxy for callback which will pass
thisenvironment of java script as first argument of callback method. - newCallbackProxy() - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Creates new proxy for callback which will pass
thisenvironment of java script as first argument of callback method. - newDataset() - Method in class org.pepstock.charba.client.HorizontalBarChart
- newDataset() - Method in interface org.pepstock.charba.client.IsDatasetCreator
-
Creates a new dataset related to chart type.
- newDataset() - Method in class org.pepstock.charba.client.VerticalLineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.AreaChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.BarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.BubbleChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.DoughnutChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.geo.BubbleMapChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.geo.ChoroplethChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AreaChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.BarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.DoughnutChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.HorizontalBarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.LineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.PieChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedHorizontalBarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedLineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.StackedVerticalLineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
- newDataset(boolean) - Method in class org.pepstock.charba.client.HorizontalBarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
- newDataset(boolean) - Method in interface org.pepstock.charba.client.IsDatasetCreator
-
Creates a new dataset related to chart type.
- newDataset(boolean) - Method in class org.pepstock.charba.client.LineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.matrix.MatrixChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.PieChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.PolarAreaChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.RadarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.ScatterChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.StackedAreaChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.StackedBarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.StackedHorizontalBarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.StackedLineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.StackedVerticalLineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.TimeSeriesBarChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.TimeSeriesLineChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapChart
- newDataset(boolean) - Method in class org.pepstock.charba.client.VerticalLineChart
- newDataset(double) - Method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
-
Returns a dataset with a maximum value.
- newDataset(double) - Method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
-
Returns a dataset with a maximum value.
- newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Returns a data set with a maximum value.
- newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeChart
- newDataset(double) - Method in class org.pepstock.charba.client.impl.charts.MeterChart
- NEWS_PRINT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "NewsPrint6" -
- NEWSPAPER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Newspaper" -
- next() - Method in class org.pepstock.charba.client.commons.IteratorImpl
-
Returns the next element in the iteration.
- next() - Method in interface org.pepstock.charba.client.dom.elements.Uint8ClampedArray.JsIterator
-
Returns an object with two properties done and value.
- nextIndex() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Returns the index of the element that would be returned by a subsequent call to
next(). - NGIEMBOON - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ngiemboon language.
- NGOMBA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ngomba language.
- NGULTRUM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Ngultrum currency.
- NICARAGUA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Nicaragua region.
- NIGER - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Niger region.
- NIGERIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Nigeria region.
- NIGERIAN_PIDGIN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nigerian Pidgin language.
- NIGHTHAWK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Nighthawk" -
- NIMVELO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Nimvelo" -
- NIUE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Niue region.
- NKDB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Naxi Dongba (na²¹ɕi³³ to³³ba²¹, Nakhi Tomba) script.
- NKGB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Naxi Geba (na²¹ɕi³³ gʌ²¹ba²¹, 'Na-'Khi ²Ggŏ-¹baw, Nakhi Geba) script.
- NKO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for N'Ko language.
- NKOO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for nkoo numbering system.
- NKOO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for N’Ko script.
- NO_DROP - org.pepstock.charba.client.dom.enums.CursorType
-
An item may not be dropped at the current location.
- NO_REPEAT - org.pepstock.charba.client.dom.enums.Repetition
-
No repeat, neither direction.
- node - Variable in class org.pepstock.charba.client.items.PluginTooltipArgument
- NODE_WIDTH - org.pepstock.charba.client.sankey.SankeyDataset.Property
- NoDefaults - Class in org.pepstock.charba.client.defaults
-
It is an uninstantiable placeholder class to hold a reference for models (of options) which do not have any defaults.
- NoDefaults() - Constructor for class org.pepstock.charba.client.defaults.NoDefaults
-
To avoid any instantiation
- NodeList<T extends BaseNode> - Class in org.pepstock.charba.client.dom
-
Maps the java script object which is a collections of nodes,
- NodeList() - Constructor for class org.pepstock.charba.client.dom.NodeList
-
To avoid any instantiation
- NodeType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates all possible types of a
BaseNode.
An integer is representing the type of the node. - NodeType(int) - Constructor for enum org.pepstock.charba.client.dom.enums.NodeType
-
Creates a type of node by its integer representation.
- NodeUpdateListener - Interface in org.pepstock.charba.client.commons
-
Interface to listen when an
AbstractNodeinstance has been changed. - NodeWrapper(NativeObjectContainer) - Constructor for class org.pepstock.charba.client.commons.CallbackPropertyHandler.NodeWrapper
-
Creates the object with native object to map java script properties.
- NONE - org.pepstock.charba.client.dom.enums.BorderStyle
-
Like the hidden keyword, displays no border.
- NONE - org.pepstock.charba.client.dom.enums.CursorType
-
No cursor is rendered.
- NONE - org.pepstock.charba.client.dom.enums.Display
-
Turns off the display of an element so that it has no effect on layout (the document is rendered as though the element did not exist).
All descendant elements also have their display turned off. - NONE - org.pepstock.charba.client.dom.enums.EventPhase
-
The event is not being processed at this time..
- NONE - org.pepstock.charba.client.dom.enums.TextDecoration
-
Produces no text decoration.
- NONE - org.pepstock.charba.client.enums.DefaultTransitionMode
-
Uses to configure the animation to ignore the animation.
- NONE - org.pepstock.charba.client.ScaleType
-
No scale is defined for the chart, based on its type.
- noneScale - Variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
- NOON_TO_DUSK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Noon to Dusk" -
- NORFOLK_ISLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Norfolk Island region.
- NORMAL - org.pepstock.charba.client.enums.FontStyle
-
The browser displays a normal font style.
- NORMAL - org.pepstock.charba.client.enums.Weight
-
Defines normal characters.
- NORMAL - org.pepstock.charba.client.impl.charts.DefaultThreshold
-
the normal threshold
- NORMALIZED - org.pepstock.charba.client.data.Dataset.InternalProperty
- NORTH_AZERBAIJANI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for North Azerbaijani language.
- NORTH_KOREA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for North Korea region.
- NORTH_KOREAN_WON - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for North Korean Won currency.
- NORTH_MACEDONIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for North Macedonia region.
- NORTH_NDEBELE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for North Ndebele language.
- NORTHERN_KURDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Kurdish language.
- NORTHERN_LURI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Luri language.
- NORTHERN_MARIANA_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Northern Mariana Islands region.
- NORTHERN_PASHTO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Pashto language.
- NORTHERN_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Sami language.
- NORTHERN_UZBEK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Northern Uzbek language.
- NORWAY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Norway region.
- NORWEGIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Norwegian language.
- NORWEGIAN_BOKMAL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Norwegian Bokmål language.
- NORWEGIAN_KRONE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Norwegian Krone currency.
- NORWEGIAN_NYNORSK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Norwegian Nynorsk language.
- NoSelectedDatasetTicksCallback - Class in org.pepstock.charba.client.impl.callbacks
-
Implementation of tick callback in order to avoid that when all datasets are hidden, the ticks will get a wrong double precision.
- NoSelectedDatasetTicksCallback() - Constructor for class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
-
Creates the callback using the
NoSelectedDatasetTicksCallback.DEFAULT_PRECISION. - NoSelectedDatasetTicksCallback(int) - Constructor for class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
-
Creates the callback using the argument as amount of decimals places to apply to ticks.
- NOT_ALLOWED - org.pepstock.charba.client.dom.enums.CursorType
-
The requested action will not be carried out.
- NOT_EQUALS_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
- NOT_FOUND - Static variable in class org.pepstock.charba.client.commons.AbstractArrayList
- NOT_SHOWED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast has been removed from queue because the user decided to hide all toast items and cleared the queue.
- NOT_STARTED - org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
- Notation - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options in order to set the formatting that should be displayed for the number.
The defaults is "standard". - Notation(String) - Constructor for enum org.pepstock.charba.client.intl.enums.Notation
-
Creates with the property value to use in the native object.
- NOTATION - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- NOTATION_NODE - org.pepstock.charba.client.dom.enums.NodeType
- notifier - Variable in class org.pepstock.charba.client.commons.CallbackPropertyManager
- NS_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
- NSHU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Nüshu script.
- NUER - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nuer language.
- NULL_STRING - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for NULL string, "<null>".
- nullable - Variable in class org.pepstock.charba.client.commons.ImmutableEnvelop
- NUM_LOCK - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The NumLock (Number Lock) key.
- NUM_STEPS - org.pepstock.charba.client.items.AnimationItem.Property
- NUMBER - org.pepstock.charba.client.commons.ObjectType
-
According to the ECMAScript standard, there is only one number type: the double-precision 64-bit binary format IEEE 754 value (numbers between -(2^53 -1) and 2^53 -1).
- NUMBER - org.pepstock.charba.client.enums.AnimationType
-
Uses a number to interpolate animation.
- NUMBER - org.pepstock.charba.client.enums.DataPointType
-
The data property is set a number.
- NUMBER - org.pepstock.charba.client.enums.ScaleDataType
-
The data property is set as a double.
Used byCartesianLinearAxis,CartesianLogarithmicAxisandRadialAxis. - NUMBER_FORMAT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object number formatter for localization, "Intl.NumberFormat".
- numberFormat - Variable in class org.pepstock.charba.client.options.Ticks
- NumberFormat - Class in org.pepstock.charba.client.intl
-
The object is a constructor for objects that enable language sensitive number formatting.
See MDN for more details. - NumberFormat() - Constructor for class org.pepstock.charba.client.intl.NumberFormat
-
Creates object that enable language sensitive number formatting, using the defualt locale.
- NumberFormat(CLocale) - Constructor for class org.pepstock.charba.client.intl.NumberFormat
-
Creates object that enable language sensitive number formatting, using the locale options.
- NumberFormat(CLocale, NumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormat
-
Creates object that enables language sensitive number formatting, using the locale options and specific options.
- numberFormatCallback - Variable in class org.pepstock.charba.client.configuration.NumericTickOptionsHandler
- NumberFormatCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set a number format element at runtime.
- numberFormatCallbackProxy - Variable in class org.pepstock.charba.client.configuration.NumericTickOptionsHandler
- NumberFormatItem - Class in org.pepstock.charba.client.items
-
Number format options item to use for numeric tick callbacks.
- NumberFormatItem() - Constructor for class org.pepstock.charba.client.items.NumberFormatItem
-
Creates an empty font to use for chart configuration with global defaults.
- NumberFormatItem(IsDefaultNumberFormatOptions) - Constructor for class org.pepstock.charba.client.items.NumberFormatItem
-
Creates an empty font to use for chart configuration when the font is created by a callback.
- numberFormatOptions - Variable in class org.pepstock.charba.client.options.AbstractNumberFormat
- NumberFormatOptions - Class in org.pepstock.charba.client.intl
-
The object configures a number formatter.
See MDN for more details. - NumberFormatOptions() - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions
-
Creates new number format options object.
- NumberFormatOptions(NativeObject) - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions
-
Creates the object with native object instance to be wrapped.
- NumberFormatOptions(NativeObject, IsDefaultNumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions
-
Creates the object with native object instance to be wrapped.
- NumberFormatOptions.NumberFormatOptionsFactory - Class in org.pepstock.charba.client.intl
-
Creates a number format options by a native object and a default values instance.
- NumberFormatOptions.Property - Enum in org.pepstock.charba.client.intl
-
Name of properties of native object.
- NumberFormatOptionsFactory() - Constructor for class org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
-
To avoid any instantiation
- numberFormatter - Variable in class org.pepstock.charba.client.configuration.CartesianNumericTick
- numberFormatter - Variable in class org.pepstock.charba.client.configuration.RadialLinearTick
- NumberFormatter - Class in org.pepstock.charba.client.configuration
-
Manages a
NumberFormatOptionsin order to set and get all number format options. - NumberFormatter(AbstractDynamicConfiguration.IsProvider<IsNumberFormat>) - Constructor for class org.pepstock.charba.client.configuration.NumberFormatter
-
Creates the number formatter by a number format options provider.
- NumberFormatWrapper - Class in org.pepstock.charba.client.intl
-
It wraps the
NativeNumberFormatJavaScript object in order to format numbers. - NumberFormatWrapper(CLocale, NumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormatWrapper
-
Creates object that enables language sensitive number formatting, using the locale options and specific options.
- NumberFormatWrapper.ResolvedOptions - Class in org.pepstock.charba.client.intl
-
Wrapper of a number format options in order to be consumed by its interface, when the resolve options methods has been invoked.
Wrapper is need in order to return only the interface with "get" methods. - NUMBERING_SYSTEM - org.pepstock.charba.client.adapters.DateAdapterOptions.Property
- NUMBERING_SYSTEM - org.pepstock.charba.client.intl.BaseFormatOptions.Property
- NumberingSystem - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the numbering system to manage the number formatting.
A numeral system is a system for expressing numbers.
The numbering system property helps to represent the different numeral systems used by various countries, regions, and cultures around the world. - NumberingSystem(String) - Constructor for enum org.pepstock.charba.client.intl.enums.NumberingSystem
-
Creates with the property value to use in the native object.
- NumberItemStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the numeric item of a date (year, day, hour, minute, second).
- NumberItemStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.NumberItemStyle
-
Creates with the property value to use in the native object.
- NUMBERS - org.pepstock.charba.client.enums.DataType
-
The data property is set as array of doubles.
- NUMBERS - org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Defines the default animation collection for numbers.
- NUMBERS - org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
-
The tree property is set as array of doubles.
- NUMBERS_COLLECTION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
- NUMERIC - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Numeric setting for month (e.g., 2).
- NUMERIC - org.pepstock.charba.client.intl.enums.NumberItemStyle
-
Numeric setting for item (e.g., 1).
- NumericTickOptionsHandler - Class in org.pepstock.charba.client.configuration
-
This object is used to provide the scriptable options of
IsLinearTickticks. - NumericTickOptionsHandler(Axis) - Constructor for class org.pepstock.charba.client.configuration.NumericTickOptionsHandler
-
Builds the object storing the axis which this tick belongs to.
- NumericTickOptionsHandler.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- NURIEL_STONE9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "NurielStone9" -
- NW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the top-left corner cursor
- NWSE_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
- NYANKOLE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Nyankole language.
- NZ - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for NZ timezone.
- NZ_CHAT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for NZ-CHAT timezone.
O
- OBJECT - org.pepstock.charba.client.commons.ObjectType
-
Objects can be seen as a collection of properties.
- OBJECT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind PLAIN java script object as object with name "Object".
See MDN. - objects - Variable in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
- objects - Variable in class org.pepstock.charba.client.geo.TopoJson
- Objects(NativeObject) - Constructor for class org.pepstock.charba.client.geo.TopoJson.Objects
-
Creates the object with native object instance to be wrapped.
- OBJECTS - org.pepstock.charba.client.enums.BorderItemType
-
When border width or radius are stored as an object,
BarBorderRadiusorBarBorderWidth. - OBJECTS - org.pepstock.charba.client.geo.TopoJson.Property
- OBJECTS - org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
-
The data property is set as array of objects.
- objectsKeys() - Method in class org.pepstock.charba.client.geo.TopoJson
-
Returns the list of properties names of the objects node.
- objectsKeysAsString() - Method in class org.pepstock.charba.client.geo.TopoJson
-
Provides the list of the available keys as string, for exception message.
- ObjectType - Enum in org.pepstock.charba.client.commons
-
Enumerates all java script types.
The latest ECMAScript standard defines seven data types:
Six data types that are primitives:
Boolean Function Undefined Number String Symbol
and other 2 objects types:
Object Array
See https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/typeof - ObjectType() - Constructor for enum org.pepstock.charba.client.commons.ObjectType
- OBLIQUE - org.pepstock.charba.client.enums.FontStyle
-
The browser displays an oblique font style
- observe(BaseNode) - Method in class org.pepstock.charba.client.dom.MutationObserver
-
Configures the mutation observer to begin receiving notifications through its callback function when DOM changes matching the given options occur.
- observe(BaseNode, MutationObserverInit) - Method in class org.pepstock.charba.client.dom.MutationObserver
-
Configures the mutation observer to begin receiving notifications through its callback function when DOM changes matching the given options occur.
- OCCITAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Occitan (post 1500) language.
- ODIA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Odia language.
- of(double...) - Static method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method creates new array instance with a variable number of
doublearguments. - of(int...) - Static method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method creates new array instance with a variable number of
intarguments. - of(String...) - Static method in class org.pepstock.charba.client.commons.ArrayString
-
This method creates new array instance with a variable number of
stringarguments. - of(ArrayDouble...) - Static method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
This method creates new array instance with a variable number of arrays of
doublearguments. - of(NativeObject...) - Static method in class org.pepstock.charba.client.commons.ArrayObject
-
This method creates new array instance with a variable number of
objectsarguments. - of(Canvas...) - Static method in class org.pepstock.charba.client.commons.ArrayCanvas
-
This method creates new array instance with a variable number of
HTMLCanvasElementarguments. - of(CanvasGradientItem...) - Static method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method creates new array instance with a variable number of
CanvasGradientItemarguments. - of(CanvasPatternItem...) - Static method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method creates new array instance with a variable number of
CanvasPatternItemarguments. - of(Img...) - Static method in class org.pepstock.charba.client.commons.ArrayImage
-
This method creates new array instance with a variable number of
ImageElementarguments. - of(Touch...) - Static method in class org.pepstock.charba.client.commons.ArrayTouch
-
This method creates new array instance with a variable number of
Toucharguments. - OFFICE2007_2010_6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Office2007_2010_6" -
- OFFICE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Office6" -
- OfficeScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Microsoft Office schemes.
To configureColorSchemes.IDplugin, where category is "office".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme. - OfficeScheme(String, String...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Builds a scheme using argument as list of colors in HEX format.
- OFFSET - org.pepstock.charba.client.configuration.Arc.Property
- OFFSET - org.pepstock.charba.client.configuration.CartesianAxis.Property
- OFFSET - org.pepstock.charba.client.data.PieDataset.Property
- OFFSET - org.pepstock.charba.client.datalabels.LabelItem.Property
- OFFSET - org.pepstock.charba.client.items.ArcElementOptions.Property
- OFFSET - org.pepstock.charba.client.options.AbstractScale.Property
- OFFSET - org.pepstock.charba.client.options.Arc.Property
- OFFSET - org.pepstock.charba.client.options.Grid.Property
- OFFSET_AFTER_AUTOSKIP - org.pepstock.charba.client.options.AbstractScale.Property
- OFFSET_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- OFFSET_X - org.pepstock.charba.client.items.DatasetItemController.Property
- OFFSET_Y - org.pepstock.charba.client.items.DatasetItemController.Property
- offsetCallback - Variable in class org.pepstock.charba.client.configuration.Arc
- offsetCallback - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- offsetCallback - Variable in class org.pepstock.charba.client.data.PieDataset
- OffsetCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
offsetproperty at runtime. - offsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Arc
- offsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- offsetCallbackProxy - Variable in class org.pepstock.charba.client.data.PieDataset
- offsetCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- OGAM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ogham script.
- OHHAPPINESS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ohhappiness" -
- OLCK - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for olck numbering system.
- OLCK - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ol Chiki (Ol Cemet’, Ol, Santali) script.
- OLD_LACE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "oldLace" -
- OLIVE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "olive" -
- OLIVE_DRAB - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "oliveDrab" -
- OMAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Oman region.
- OMOLON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Omolon" -
- ON_CLICK - org.pepstock.charba.client.enums.ChartEventProperty
-
Property to set a callback to catch click events.
- ON_CLICK - org.pepstock.charba.client.enums.LegendEventProperty
-
Property to set a callback to catch click events.
- ON_CLICK - org.pepstock.charba.client.utils.toast.ActionItem.Property
- ON_CLICK - org.pepstock.charba.client.utils.toast.ToastOptions.Property
- ON_CLOSE - org.pepstock.charba.client.utils.toast.ToastOptions.Property
- ON_COMPLETE - org.pepstock.charba.client.configuration.Animation.Property
- ON_HOVER - org.pepstock.charba.client.enums.ChartEventProperty
-
Property to set a callback to catch mouse over events.
- ON_HOVER - org.pepstock.charba.client.enums.LegendEventProperty
-
Property to set a callback to catch mouse over events.
- ON_LEAVE - org.pepstock.charba.client.enums.LegendEventProperty
-
Property to set a callback to catch mouse out events.
- ON_OPEN - org.pepstock.charba.client.utils.toast.ToastOptions.Property
- ON_PAN - org.pepstock.charba.client.zoom.Pan.Property
- ON_PAN_COMPLETED - org.pepstock.charba.client.zoom.Pan.Property
- ON_PAN_REJECTED - org.pepstock.charba.client.zoom.Pan.Property
- ON_PAN_START - org.pepstock.charba.client.zoom.Pan.Property
- ON_PROGRESS - org.pepstock.charba.client.configuration.Animation.Property
- ON_RESIZE - org.pepstock.charba.client.enums.ChartEventProperty
-
Property to set a callback to catch resize events.
- ON_ZOOM - org.pepstock.charba.client.zoom.Zoom.Property
- ON_ZOOM_COMPLETED - org.pepstock.charba.client.zoom.Zoom.Property
- ON_ZOOM_REJECTED - org.pepstock.charba.client.zoom.Zoom.Property
- ON_ZOOM_START - org.pepstock.charba.client.zoom.Zoom.Property
- onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Animation
- onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
- onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
- onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.EventTitleHandler
- onAdd(AddHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Legend
- onAdd(AddHandlerEvent) - Method in interface org.pepstock.charba.client.events.AddHandlerEventHandler
-
Invoked when a new event handler is added.
- onAfterBody(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
- onAfterBody(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipBodyCallback
-
Returns text to render after the body section.
If returnsnullor empty list, it will be ignored. - onAfterBodyCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the BODY callback invocation
- onAfterBuildTicks(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
-
Callback that runs after ticks are created.
- onAfterBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - onAfterBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterBuildTicksHook
-
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - onAfterBuildTicksCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes BUILD TICKS axis callback.
- onAfterCalculateLabelRotation(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateLabelRotationCallback
-
Callback that runs after tick rotation is determined.
- onAfterCalculateLabelRotationCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes CALCULATE TICK rotation conversion axis callback.
- onAfterConfigure(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called after 'chart' has been configured.
- onAfterDataLimits(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
-
Callback that runs after data limits are determined.
- onAfterDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - onAfterDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDataLimitsHook
-
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - onAfterDataLimitsCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes DATA LIMITS axis callback.
- onAfterDatasetDraw(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - onAfterDatasetDraw(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDatasetDrawHook
-
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - onAfterDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - onAfterDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDatasetsDrawHook
-
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - onAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - onAfterDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDatasetsUpdateHook
-
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - onAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - onAfterDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDatasetUpdateHook
-
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - onAfterDestroy(IsChart) - Method in class org.pepstock.charba.client.annotation.AnnotationSharedObjects
- onAfterDestroy(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called after the chart has been destroyed.
- onAfterDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- onAfterDestroy(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the chart has been destroyed.
- onAfterDestroy(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDestroyHook
-
Called after the chart has been destroyed.
- onAfterDraw(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called after it draws the representation of the data set.
- onAfterDraw(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
- onAfterDraw(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
- onAfterDraw(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- onAfterDraw(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- onAfterDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - onAfterDraw(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterDrawHook
-
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - onAfterEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
- onAfterEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
- onAfterEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - onAfterEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterEventHook
-
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - onAfterFit(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisFitCallback
-
Callback that runs after the scale fits to the canvas.
- onAfterFitCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes FIT conversion axis callback.
- onAfterFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
- onAfterFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
-
Text to render after the footer section.
If returnsnullor empty list, it will be ignored. - onAfterFooterCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the FOOTER callback invocation
- onAfterInit(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called after 'chart' has been initialized.
- onAfterInit(IsChart, Chart) - Method in class org.pepstock.charba.client.Defaults.NativeChartHandler
- onAfterInit(IsChart, Chart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after 'chart' has been initialized and before the first update.
- onAfterInit(IsChart, Chart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterInitHook
-
Called after 'chart' has been initialized and before the first update.
- onAfterInitialize(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called after it initializes the controller.
- onAfterLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns text to render after an individual label.
If returnsnullor empty list, it will be ignored. - onAfterLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
- onAfterLabelCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the LABEL callback invocation
- onAfterLayout(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - onAfterLayout(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterLayoutHook
-
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - onAfterLinkScales(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called after it ensures that the data set represented by this controller is linked to a scale.
- onAfterParse(ControllerContext, IsChart, int, int) - Method in interface org.pepstock.charba.client.Controller
-
Called after it invokes to parse the data into the controller meta data.
- onAfterRegister(ControllerType, boolean) - Method in interface org.pepstock.charba.client.controllers.ControllerRegistrationHandler
-
Invoked after the controller is registered to CHART.JS.
- onAfterRender(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - onAfterRender(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterRenderHook
-
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - onAfterSetDimensions(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDimensionsCallback
-
Callback that runs after dimensions are set.
- onAfterSetDimensionsCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes SET DIMENSION axis callback.
- onAfterTickToLabelConversion(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
-
Callback that runs after ticks are converted in the strings.
- onAfterTickToLabelConversionCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes TICK TO LABEL conversion axis callback.
- onAfterTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
- onAfterTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
-
Returns text to render after the title.
If returnsnullor empty list, it will be ignored. - onAfterTitleCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the TITLE callback invocation
- onAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - onAfterTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterTooltipDrawHook
-
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - onAfterUpdate(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
-
Callback that runs at the end of the update process.
- onAfterUpdate(ControllerContext, IsChart, TransitionMode) - Method in interface org.pepstock.charba.client.Controller
-
Called after it updates the elements in response to new data.
- onAfterUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - onAfterUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.AfterUpdateHook
-
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - onAfterUpdateCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes UPDATE conversion axis callback.
- onAlign(NativeObject) - Method in class org.pepstock.charba.client.geo.Legend
-
Returns a string as align when the callback has been activated.
- onAlign(DataLabelsContext, Align) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns a double or
Alignwhen the callback has been activated. - onAttach(MutationItem) - Method in class org.pepstock.charba.client.AbstractChart
- onAttach(MutationItem) - Method in interface org.pepstock.charba.client.MutationHandler
-
Invoked by mutation observer when a chart has been attached in the DOM tree.
- onAxisClickHandlers - Variable in class org.pepstock.charba.client.configuration.EventAxesHandler
- onAxisEnterHandlers - Variable in class org.pepstock.charba.client.configuration.EventAxesHandler
- onAxisHoverHandlers - Variable in class org.pepstock.charba.client.configuration.EventAxesHandler
- onAxisLeaveHandlers - Variable in class org.pepstock.charba.client.configuration.EventAxesHandler
- onBeforeBody(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipBodyCallback
- onBeforeBody(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipBodyCallback
-
Returns text to render before the body section.
If returnsnullor empty list, it will be ignored. - onBeforeBodyCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the BODY callback invocation
- onBeforeBuildTicks(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisBuildTicksCallback
-
Callback that runs before ticks are created.
- onBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - onBeforeBuildTicks(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeBuildTicksHook
-
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - onBeforeBuildTicksCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes BUILD TICKS axis callback.
- onBeforeCalculateLabelRotation(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisCalculateLabelRotationCallback
-
Callback that runs before tick rotation is determined.
- onBeforeCalculateLabelRotationCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes CALCULATE TICK rotation conversion axis callback.
- onBeforeConfigure(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called before configuring 'chart'.
- onBeforeDataLimits(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDataLimitsCallback
-
Callback that runs before data limits are determined.
- onBeforeDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - onBeforeDataLimits(IsChart, PluginScaleArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDataLimitsHook
-
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - onBeforeDataLimitsCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes DATA LIMITS axis callback.
- onBeforeDatasetDraw(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - onBeforeDatasetDraw(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDatasetDrawHook
-
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - onBeforeDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before drawing the 'chart' datasets.
- onBeforeDatasetsDraw(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDatasetsDrawHook
-
Called before drawing the 'chart' datasets.
- onBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - onBeforeDatasetsUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDatasetsUpdateHook
-
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - onBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - onBeforeDatasetUpdate(IsChart, PluginDatasetArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDatasetUpdateHook
-
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - onBeforeDestroy(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called before the chart has been destroyed.
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager.CallbackPropertyNotifier
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.data.CanvasObjectHandler
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- onBeforeDestroy(IsChart) - Method in class org.pepstock.charba.client.interaction.Interactions
- onBeforeDestroy(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before the chart is being destroyed.
- onBeforeDestroy(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDestroyHook
-
Called before the chart is being destroyed.
- onBeforeDraw(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called before it draws the representation of the data set.
- onBeforeDraw(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
- onBeforeDraw(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
- onBeforeDraw(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - onBeforeDraw(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeDrawHook
-
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - onBeforeElementsUpdate(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called during the update process, before any chart elements have been created.
- onBeforeElementsUpdate(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeElementsUpdateHook
-
Called during the update process, before any chart elements have been created.
- onBeforeEvent(IsChart, PluginEventArgument) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- onBeforeEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before processing the specified 'event'.
If any plugin returnsfalse, the event will be discarded. - onBeforeEvent(IsChart, PluginEventArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeEventHook
-
Called before processing the specified 'event'.
If any plugin returnsfalse, the event will be discarded. - onBeforeFit(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisFitCallback
-
Callback that runs before the scale fits to the canvas.
- onBeforeFitCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes FIT conversion axis callback.
- onBeforeFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
- onBeforeFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
-
Returns text to render before the footer section.
If returnsnullor empty list, it will be ignored. - onBeforeFooterCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the FOOTER callback invocation
- onBeforeInit(IsChart) - Method in interface org.pepstock.charba.client.ChartsLifecycleListener
-
Called before initializing 'chart'.
- onBeforeInit(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before initializing 'chart'.
- onBeforeInit(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeInitHook
-
Called before initializing 'chart'.
- onBeforeInitialize(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called before it initializes the controller.
- onBeforeInitialize(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
- onBeforeLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns text to render before an individual label.
This will be called for each item in the tooltip.
If returnsnullor empty list, it will be ignored. - onBeforeLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
- onBeforeLabelCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the LABEL callback invocation
- onBeforeLayout(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - onBeforeLayout(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeLayoutHook
-
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - onBeforeLinkScales(ControllerContext, IsChart) - Method in interface org.pepstock.charba.client.Controller
-
Called before it ensures that the data set represented by this controller is linked to a scale.
- onBeforeParse(ControllerContext, IsChart, int, int) - Method in interface org.pepstock.charba.client.Controller
-
Called before it invokes to parse the data into the controller meta data.
- onBeforePrint(WindowHelper.OnBeforePrintCallback) - Static method in class org.pepstock.charba.client.utils.Window
-
Sets the
onbeforeprintcallback. - onBeforeRegister(ControllerType) - Method in interface org.pepstock.charba.client.controllers.ControllerRegistrationHandler
-
Invoked before the controller will be register to CHART.JS.
- onBeforeRender(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before rendering 'chart'.
- onBeforeRender(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeRenderHook
-
Called before rendering 'chart'.
- onBeforeSetDimensions(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisDimensionsCallback
-
Callback that runs before dimensions are set.
- onBeforeSetDimensionsCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes SET DIMENSION axis callback.
- onBeforeTickToLabelConversion(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisTickToLabelConversionCallback
-
Callback that runs before ticks are converted in the strings.
- onBeforeTickToLabelConversionCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes TICK TO LABEL conversion axis callback.
- onBeforeTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
- onBeforeTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
-
Returns the text to render before the title.
If returnsnullor empty list, it will be ignored. - onBeforeTitleCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the TITLE callback invocation
- onBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before drawing the 'tooltip'.
If any plugin returnsfalse, the tooltip drawing is cancelled until another 'render' is triggered. - onBeforeTooltipDraw(IsChart, PluginTooltipArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeTooltipDrawHook
-
Called before drawing the 'tooltip'.
If any plugin returnsfalse, the tooltip drawing is cancelled until another 'render' is triggered. - onBeforeUpdate(Axis, AxisItem) - Method in interface org.pepstock.charba.client.callbacks.AxisUpdateCallback
-
Callback called before the update process starts.
- onBeforeUpdate(ControllerContext, IsChart, TransitionMode) - Method in interface org.pepstock.charba.client.Controller
-
Called before it updates the elements in response to new data.
- onBeforeUpdate(ControllerContext, IsChart, TransitionMode) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController
- onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerPlugin
- onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
- onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
- onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - onBeforeUpdate(IsChart, PluginUpdateArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.BeforeUpdateHook
-
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - onBeforeUpdateCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
-
Invokes UPDATE axis callback.
- onBeginDrawing(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- onBeginDrawing(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- onBeginDrawing(IsChart, boolean) - Method in interface org.pepstock.charba.client.Plugin
-
Called before every drawing cycle, coming from initialization, updating or rendering of chart.
- onBorderCapStyle(AnnotationContext, CapStyle) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Returns a
CapStylewhen the callback has been activated. - onBorderCapStyle(DatasetContext, CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns a
CapStylewhen the callback has been activated. - onBorderCapStyle(DatasetContext, CapStyleCallback<DatasetContext>, CapStyle) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns a
CapStylewhen the callback has been activated. - onBorderDash(AnnotationContext, BorderDashCallback<AnnotationContext>, List<Integer>) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Returns an array of integer when the callback has been activated.
- onBorderDash(DatasetContext, BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns an array of integer when the callback has been activated.
- onBorderDash(DatasetContext, BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Returns an array of integer when the callback has been activated.
- onBorderDash(ScaleContext, BorderDashCallback<ScaleContext>, List<Integer>) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Returns an array of integer when the callback has been activated.
- onBorderDash(Segment.BaseContext) - Method in class org.pepstock.charba.client.configuration.Segment
-
Returns an array of integer when the callback has been activated.
- onBorderItem(DatasetContext, Scriptable<Object, DatasetContext>, NativeObjectContainerFactory<T>, int) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Returns an object (integer or
AbstractBarBorderItem) when the callback has been activated. - onBorderJoinStyle(AnnotationContext, JoinStyle) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Returns a
JoinStylewhen the callback has been activated. - onBorderJoinStyle(DatasetContext, JoinStyleCallback<DatasetContext>, JoinStyle) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns a
JoinStylewhen the callback has been activated. - onBorderJoinStyle(DatasetContext, JoinStyleCallback<DatasetContext>, JoinStyle) - Method in class org.pepstock.charba.client.data.Dataset
-
Returns a
JoinStylewhen the callback has been activated. - onBorderRadius(DatasetContext) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns an integer or
BarBorderRadiuswhen the callback has been activated. - onBorderRadius(DatasetContext, BorderRadiusCallback<DatasetContext>, int) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns an integer when the callback has been activated.
- onBorderSkipped(DatasetContext) - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns an object (boolean or
BorderSkipped) when the callback has been activated. - onBorderSkipped(DatasetContext, BorderSkipped) - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns an object (boolean or
BorderSkipped) when the callback has been activated. - onBorderWidth(DatasetContext, BarBorderWidthCallback, int) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Returns an integer or
BarBorderWidthwhen the callback has been activated. - onCallback(DatasetContext, Scriptable<Object, DatasetContext>, Key) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Invokes the callback returning the value of from or to animations.
- onCallback(Axis, double, int, List<Double>) - Method in interface org.pepstock.charba.client.callbacks.TickCallback
-
Changes the tick marks to include information about the data type.
- onCallback(Axis, double, int, List<Double>) - Method in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
- onCallback(Axis, String, int) - Method in interface org.pepstock.charba.client.callbacks.PointLabelCallback
-
Callback function to transform data labels to point labels.
- onCallback(Axis, String, int, List<String>) - Method in interface org.pepstock.charba.client.callbacks.CategoryTickCallback
-
Changes the tick marks to include information about the data type.
- onCallback(Axis, Date, String, int, List<ScaleTickItem>) - Method in interface org.pepstock.charba.client.callbacks.TimeTickCallback
-
Changes the tick marks to include information about the data type.
- onChartConfigure(Configuration, IsChart) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Invokes the on configuration method to inform the plugins that the chart is going to be initialized.
- onChartConfigure(Configuration, IsChart) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Invokes the on configuration method to inform the plugins that the chart is going to be initialized.
- onClean(DatasetRangeCleanSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetRangeCleanSelectionEventHandler
-
Invoked when the user cleans an area on the chart.
- onClick(AnnotationContext, ChartEventContext) - Method in interface org.pepstock.charba.client.annotation.listeners.ClickCallback
-
Method called once click is fired.
- onClick(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Manages the CLICK event firing an annotation event.
- onClick(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns a boolean when the callback has been activated.
- onClick(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
- onClick(DataLabelsContext, ChartEventContext) - Method in interface org.pepstock.charba.client.datalabels.events.ClickEventHandler
-
Invoked to manage CLICK events on labels.
- onClick(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
- onClick(AxisClickEvent) - Method in interface org.pepstock.charba.client.events.AxisClickEventHandler
-
Invoked when the user clicks on the chart axis.
- onClick(ChartClickEvent) - Method in interface org.pepstock.charba.client.events.ChartClickEventHandler
-
Invoked when the user clicks on the chart.
- onClick(LegendClickEvent) - Method in interface org.pepstock.charba.client.events.LegendClickEventHandler
-
Invoked when the user clicks on the chart legend.
- onClick(LegendClickEvent) - Method in class org.pepstock.charba.client.impl.callbacks.AtLeastOneDatasetHandler
- onClick(SubtitleClickEvent) - Method in interface org.pepstock.charba.client.events.SubtitleClickEventHandler
-
Invoked when the user clicks on the chart subtitle.
- onClick(TitleClickEvent) - Method in interface org.pepstock.charba.client.events.TitleClickEventHandler
-
Invoked when the user clicks on the chart title.
- onClick(IsChart, LegendItem, NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Fires the CLICK event on specific legend item.
- onClick(ToastItem, NativeMouseEvent) - Method in interface org.pepstock.charba.client.utils.toast.handlers.ActionClickEventHandler
-
Invoked to manage CLICK events on toast action.
- onClick(ToastItem, NativeMouseEvent) - Method in interface org.pepstock.charba.client.utils.toast.handlers.ClickEventHandler
-
Invoked to manage CLICK events on toast item.
- onClickHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- onClickHandlers - Variable in class org.pepstock.charba.client.configuration.Legend
- onClose(ToastItem, ActionItem) - Method in interface org.pepstock.charba.client.utils.toast.handlers.CloseHandler
-
Invoked to be notified of toast item closing.
- onColor(ScaleContext, ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Returns a string as color when the callback has been activated.
- onColor(ScaleContext, ColorCallback<ScaleContext>, String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Returns a string as color when the callback has been activated.
- onColorMode(DatasetContext) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns a
ColorModewhen the callback has been activated. - onColors(DatasetContext, ColorsCallback, String) - Method in class org.pepstock.charba.client.treemap.Labels
-
Invokes and manages the result of the color callback, which is returning an array of strings of colors.
- onComplete(AnimationCompleteEvent) - Method in interface org.pepstock.charba.client.events.AnimationCompleteEventHandler
-
Invoked when chart animation is complete.
- onComplete(AnimationItem) - Method in class org.pepstock.charba.client.configuration.Animation
-
Callback called at the end of an animation.
- onCompleted(ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Method of function to be called to manage onPanComplete or onZoomComplete callbacks.
- onCompleted(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.CompletedCallback
-
Method called once zooming or panning is completed.
- onCompleteHandlers - Variable in class org.pepstock.charba.client.configuration.Animation
- onConfigure(IsChart) - Method in class org.pepstock.charba.client.data.CanvasObjectHandler
- onConfigure(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
- onConfigure(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- onConfigure(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- onConfigure(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called before initializing configuration of 'chart'.
- onConfigure(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.ConfigureHook
-
Called before initializing configuration of 'chart'.
- onContent(AnnotationContext) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns an object as string, array of string or
Imgwhen the callback has been activated. - onControlPoint(AnnotationContext, ControlPointCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Returns an object as double, string or control point
ControlPointwhen the callback has been activated. - onCubicInterpolationMode(DatasetContext) - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns a
CubicInterpolationModewhen the callback has been activated. - onCubicInterpolationMode(DatasetContext, CubicInterpolationModeCallback, CubicInterpolationMode) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns a
CubicInterpolationModewhen the callback has been activated. - onDash(ScaleContext, BorderDashCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Returns an array of integer when the callback has been activated.
- onDatasetSelectionHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- onDetach(MutationItem) - Method in class org.pepstock.charba.client.AbstractChart
- onDetach(MutationItem) - Method in interface org.pepstock.charba.client.MutationHandler
-
Invoked by mutation observer when a chart has been detached from the DOM tree.
- onDisplay(NativeObject) - Method in class org.pepstock.charba.client.configuration.Axis
- onDisplay(DataLabelsContext) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns a boolean or
Displaywhen the callback has been activated. - onDraw(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Draw the representation of the dataset.
- onEndDrawing(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- onEndDrawing(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after every drawing cycle, coming from initialization, updating or rendering of chart.
- onEnter(AnnotationContext, ChartEventContext) - Method in interface org.pepstock.charba.client.annotation.listeners.EnterCallback
-
Method called once enter is fired.
- onEnter(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Manages the ENTER event invoking the callback is exists.
- onEnter(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns a boolean when the callback has been activated.
- onEnter(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
- onEnter(DataLabelsContext, ChartEventContext) - Method in interface org.pepstock.charba.client.datalabels.events.EnterEventHandler
-
Invoked to manage ENTER events on labels.
- onEnter(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
- onEnter(AxisEnterEvent) - Method in interface org.pepstock.charba.client.events.AxisEnterEventHandler
-
Invoked when the user is entering on the chart axis.
- onEnter(SubtitleEnterEvent) - Method in interface org.pepstock.charba.client.events.SubtitleEnterEventHandler
-
Invoked when the user enters on the chart title.
- onEnter(TitleEnterEvent) - Method in interface org.pepstock.charba.client.events.TitleEnterEventHandler
-
Invoked when the user enters on the chart title.
- onExternal(IsChart, TooltipModel) - Method in interface org.pepstock.charba.client.callbacks.TooltipExternalCallback
-
External tooltips callback allows you to hook in the tooltip rendering process so that you can render the tooltip in your own custom way.
- onFill(DatasetContext) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
Returns a object which can be a boolean, integer, string or
IsFillwhen the callback has been activated. - onFill(DatasetContext, FillCallback, IsFill) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns a object which can be a boolean, integer, string or
IsFillwhen the callback has been activated. - onFilter(IsChart, T) - Method in interface org.pepstock.charba.client.callbacks.FilterCallback
-
Callback that filter items on chart components.
- onFonts(DatasetContext, FontsCallback, IsDefaultFont) - Method in class org.pepstock.charba.client.treemap.Labels
-
Invokes and manages the result of the font callback, which is returning an array of objects of fonts.
- onFooter(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipFooterCallback
- onFooter(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipFooterCallback
-
Returns text to render as the footer of the tooltip.
If returnsnullor empty list, it will be ignored. - onFooterCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the FOOTER callback invocation
- onFormatter(DatasetContext) - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Returns an array of string as formatted value when the callback has been activated.
- onFormatter(DataLabelsContext, Object) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Returns a string as formatted value when the callback has been activated.
- onGrace(ScaleContext, int) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Returns an object as string when the callback has been activated.
- onHover(AxisHoverEvent) - Method in interface org.pepstock.charba.client.events.AxisHoverEventHandler
-
Invoked when the user is hovering on the chart axis.
- onHover(ChartHoverEvent) - Method in interface org.pepstock.charba.client.events.ChartHoverEventHandler
-
Invoked when the user hovers on the chart.
- onHover(LegendHoverEvent) - Method in interface org.pepstock.charba.client.events.LegendHoverEventHandler
-
Invoked when the user hovers on the chart legend.
- onHover(IsChart, LegendItem, NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Fires the HOVER event on specific legend item.
- onHoverHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- onHoverHandlers - Variable in class org.pepstock.charba.client.configuration.Legend
- onImageSize(AnnotationContext, ImageSizeCallback, double, String) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns an object as string or double when the callback has been activated.
- onInflateAmount(DatasetContext, InflateAmountCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Returns a string (id auto inflate amount) or a integer when the callback has been activated.
- onInflateAmount(DatasetContext, InflateAmountCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns a string (id auto inflate amount) or a integer when the callback has been activated.
- onInitialize(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Initializes the controller.
- onInstall(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - onInstall(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.InstallHook
-
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - onInterpolateColor(double) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Returns a string as color when the callback has been activated.
- onInvoke(MutationRecord[], MutationObserver) - Method in interface org.pepstock.charba.client.dom.MutationObserver.MutationObserverCallback
-
The callback function takes as input two parameters:
an array ofMutationRecordobjects describing each change that occurred theMutationObserverwhich invoked the callback. - onItemSort(IsChart, T, T) - Method in interface org.pepstock.charba.client.callbacks.ItemSortCallback
-
Allows sorting of items, for tooltip or legend
- onLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
- onLabel(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns text to render for an individual item in the tooltip.
If returnsnullor empty list, it will be ignored. - onLabel(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
- onLabelCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the LABEL callback invocation
- onLabelColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
- onLabelColor(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns the colors and borders to render for the tooltip item.
If returnsnull, it will be ignored. - onLabelColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
- onLabelColorCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the LABEL callback invocation
- onLabelPointStyle(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns the point style to use instead of color boxes if
usePointStyleis true.
Default implementation uses the point style from the data set points. - onLabelPointStyle(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
- onLabelPointStyleCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the LABEL callback invocation
- onLabelTextColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipLabelCallback
- onLabelTextColor(IsChart, TooltipItem) - Method in interface org.pepstock.charba.client.callbacks.TooltipLabelCallback
-
Returns the colors for the text of the label for the tooltip item.
If returnsnull, it will be ignored. - onLabelTextColor(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
- onLabelTextColorCallback(NativeObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the LABEL callback invocation
- onLeave(AnnotationContext, ChartEventContext) - Method in interface org.pepstock.charba.client.annotation.listeners.LeaveCallback
-
Method called once leave is fired.
- onLeave(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Manages the LEAVE event firing an annotation event.
- onLeave(NativeObject, NativeObject) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Returns a boolean when the callback has been activated.
- onLeave(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.datalabels.events.AbstractEventHandler
- onLeave(DataLabelsContext, ChartEventContext) - Method in interface org.pepstock.charba.client.datalabels.events.LeaveEventHandler
-
Invoked to manage LEAVE events on labels.
- onLeave(DataLabelsContext, ChartEventContext) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsPointerHandler
- onLeave(AxisLeaveEvent) - Method in interface org.pepstock.charba.client.events.AxisLeaveEventHandler
-
Invoked when the user is leaving on the chart axis.
- onLeave(LegendLeaveEvent) - Method in interface org.pepstock.charba.client.events.LegendLeaveEventHandler
-
Invoked when the user leaves on the chart legend.
- onLeave(SubtitleLeaveEvent) - Method in interface org.pepstock.charba.client.events.SubtitleLeaveEventHandler
-
Invoked when the user leaves on the chart title.
- onLeave(TitleLeaveEvent) - Method in interface org.pepstock.charba.client.events.TitleLeaveEventHandler
-
Invoked when the user leaves on the chart title.
- onLeave(IsChart, LegendItem, NativeAbstractMouseEvent) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Fires the LEAVE event on specific legend item.
- onLeaveHandlers - Variable in class org.pepstock.charba.client.configuration.Legend
- onLinkScales(ControllerContext, IsChart) - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Ensures that the data set represented by this controller is linked to a scale.
Overridden to helpers.noop in the polar area and doughnut controllers as these chart types using a single scale. - onMargin(NativeObject) - Method in class org.pepstock.charba.client.geo.Legend
-
Returns a integer or a
NativeObjectas margin when the callback has been activated. - onMissingColor(NativeObject) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Returns a string as color when the callback has been activated.
- onMouseDown(NativeBaseEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Manages the mouse down event on canvas.
- onMouseLeave(NativeBaseEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Manages the mouse leave event on canvas.
- onMouseMove(NativeBaseEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Manages the mouse move event on canvas.
- onMouseUp(NativeBaseEvent) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Manages the mouse up event on canvas.
- onNumberFormat(ScaleContext, NumberFormatCallback, IsDefaultNumberFormatOptions) - Method in class org.pepstock.charba.client.configuration.NumericTickOptionsHandler
-
Returns a number format options when the callback has been activated.
- onOpen(ToastItem) - Method in interface org.pepstock.charba.client.utils.toast.handlers.OpenHandler
-
Invoked to be notified of toast item opening.
- onPadding(DatasetContext) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns a padding as double when the callback has been activated.
- onParse(ControllerContext, IsChart, int, int) - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Create elements for each piece of data in the dataset.
- onPointStyle(AnnotationContext, PointStyleCallback<AnnotationContext>, PointStyle) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- onPointStyle(DatasetContext) - Method in class org.pepstock.charba.client.data.BarDataset
-
Returns a
PointStyleorImgwhen the callback has been activated. - onPointStyle(DatasetContext) - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
- onPointStyle(DatasetContext, PointStyleCallback<DatasetContext>, PointStyle) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Returns a
PointStyleorImgwhen the callback has been activated. - onPosition(AnnotationContext, LabelAlignPositionCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns a native object of a
AlignPositionwhen the callback has been activated. - onPosition(AnnotationContext, LabelPosition) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns an object as string when the callback has been activated.
- onPosition(NativeObject) - Method in class org.pepstock.charba.client.geo.Legend
-
Returns a string or a
NativeObjectas position when the callback has been activated. - onProgress(AnimationProgressEvent) - Method in interface org.pepstock.charba.client.events.AnimationProgressEventHandler
-
Invoked when chart animation is progressing.
- onProgress(AnimationItem) - Method in class org.pepstock.charba.client.configuration.Animation
-
Callback called on each step of an animation.
- onProgress(ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Method of function to be called to manage onPan or onZoom callbacks.
- onProgress(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.ProgressCallback
-
Method called while the user is zooming or panning.
- onProgressHandlers - Variable in class org.pepstock.charba.client.configuration.Animation
- onRejected(ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Method of function to be called to manage onPanRejected or onZoomRejected callbacks.
- onRejected(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.RejectedCallback
-
Method called once zooming or panning is rejected.
- onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Animation
- onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
- onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
- onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.EventTitleHandler
- onRemove(RemoveHandlerEvent) - Method in class org.pepstock.charba.client.configuration.Legend
- onRemove(RemoveHandlerEvent) - Method in interface org.pepstock.charba.client.events.RemoveHandlerEventHandler
-
Invoked when a chart event handler is removed.
- onRender(LabelsContext) - Method in class org.pepstock.charba.client.labels.Label
-
Invokes the RENDER callback.
- onReset(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called during chart reset.
- onReset(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.ResetHook
-
Called during chart reset.
- onResize() - Method in class org.pepstock.charba.client.utils.WindowHelper
-
Resizes all active chart instances before printing.s
- onResize(ChartResizeEvent) - Method in interface org.pepstock.charba.client.events.ChartResizeEventHandler
-
Invoked when the chart has been resized.
- onResize(IsChart, PluginResizeArgument) - Method in class org.pepstock.charba.client.data.CanvasObjectHandler
- onResize(IsChart, PluginResizeArgument) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
- onResize(IsChart, PluginResizeArgument) - Method in interface org.pepstock.charba.client.Plugin
-
Called after the chart as been resized.
- onResize(IsChart, PluginResizeArgument) - Method in interface org.pepstock.charba.client.plugins.hooks.ResizeHook
-
Called after the chart as been resized.
- onResizeHandlers - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- onRotation(AnnotationContext, double) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Returns an object as string or double when the callback has been activated.
- onSelect(DatasetRangeSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetRangeSelectionEventHandler
-
Invoked when the user selects an area on the chart.
- onSelect(DatasetSelectionEvent) - Method in interface org.pepstock.charba.client.events.DatasetSelectionEventHandler
-
Invoked when the user clicks on the chart to select a dataset.
- onSize(DatasetContext) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Returns a
Sizewhen the callback has been activated. - onStart(AnnotationContext, double) - Method in class org.pepstock.charba.client.annotation.Callout
-
Returns an object as string when the callback has been activated.
- onStart(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - onStart(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.StartHook
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - onStart(ZoomContext) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Method of function to be called to manage onPanStart or onZoomStart callbacks.
- onStart(ZoomContext) - Method in interface org.pepstock.charba.client.zoom.callbacks.StartCallback
-
Method called when pan or zoom is about to start.
- onStepped(DatasetContext) - Method in class org.pepstock.charba.client.data.LineDataset
-
Returns a
Steppedwhen the callback has been activated. - onStepped(DatasetContext, SteppedCallback, Stepped) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns a
Steppedwhen the callback has been activated. - onStop(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - onStop(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.StopHook
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - onSubtitleClickHandlers - Variable in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- onSubtitleEnterHandlers - Variable in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- onSubtitleLeaveHandlers - Variable in class org.pepstock.charba.client.configuration.EventSubtitleHandler
- onText(ChartContext) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Returns an object as string or array of string when the callback has been activated.
- onTextAlign(AnnotationContext, TextAlign) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Returns an object as string when the callback has been activated.
- onTitle(IsChart, List<TooltipItem>) - Method in class org.pepstock.charba.client.callbacks.AbstractTooltipTitleCallback
- onTitle(IsChart, List<TooltipItem>) - Method in interface org.pepstock.charba.client.callbacks.TooltipTitleCallback
-
Returns text to render as the title of the tooltip.
If returnsnullor empty list, it will be ignored. - onTitleCallback(ArrayObject) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Manage the TITLE callback invocation
- onTitleClickHandlers - Variable in class org.pepstock.charba.client.configuration.EventTitleHandler
- onTitleEnterHandlers - Variable in class org.pepstock.charba.client.configuration.EventTitleHandler
- onTitleLeaveHandlers - Variable in class org.pepstock.charba.client.configuration.EventTitleHandler
- onToolipPosition(NativeObject, ArrayObject, NativeObject) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Returns the point where the tooltip will appear.
- onUninstall(IsChart) - Method in interface org.pepstock.charba.client.Plugin
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - onUninstall(IsChart) - Method in interface org.pepstock.charba.client.plugins.hooks.UninstallHook
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - onUpdate(ControllerContext, IsChart, String) - Method in class org.pepstock.charba.client.controllers.WrapperController
-
Update the elements in response to new data.
- onValue(AnnotationContext, ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Returns an object as double, string or date (as time) when the callback has been activated.
- onValue(ScaleContext, MinMaxCallback<T>) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Returns an object as double, string or date (as time) when the callback has been activated.
- OPA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Opa" -
- OPACITY - org.pepstock.charba.client.datalabels.LabelItem.Property
- OPACITY - org.pepstock.charba.client.items.TooltipModel.Property
- OPACITY - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
- OPACITY_COLLECTION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalAnimations
- OPACITY_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- OpacityCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.IDplugin to setopacityproperty at runtime, using the plugin context. - opacityCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- OPEN_BRACE - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for OPEN brace, "{".
- OPEN_ROUND_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for OPEN round bracket, "(".
- OPEN_SQUARE_BRACKET - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for OPEN square bracket, "[".
- openCallbackProxy - Variable in class org.pepstock.charba.client.utils.toast.ToastOptions
- OPENED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast is opened and showing.
- openHandler - Variable in class org.pepstock.charba.client.utils.toast.ToastOptions
- OpenHandler - Interface in org.pepstock.charba.client.utils.toast.handlers
-
Callback interface of
Toasterutility to be notified of toast item opening. - options - Variable in class org.pepstock.charba.client.AbstractChart
- options - Variable in class org.pepstock.charba.client.adapters.DateAdapter
- options - Variable in class org.pepstock.charba.client.AreaChart
- options - Variable in class org.pepstock.charba.client.BarChart
- options - Variable in class org.pepstock.charba.client.BubbleChart
- options - Variable in class org.pepstock.charba.client.ChartNode
- options - Variable in class org.pepstock.charba.client.configuration.Animation
- options - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptionsContainer
- options - Variable in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartOptions
- options - Variable in class org.pepstock.charba.client.Defaults
- options - Variable in class org.pepstock.charba.client.DoughnutChart
- options - Variable in class org.pepstock.charba.client.geo.BubbleMapChart
- options - Variable in class org.pepstock.charba.client.geo.ChoroplethChart
- options - Variable in class org.pepstock.charba.client.HorizontalBarChart
- options - Variable in class org.pepstock.charba.client.impl.charts.GaugeChart
- options - Variable in class org.pepstock.charba.client.impl.charts.MeterChart
- options - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
- options - Variable in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
- options - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
- options - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
- options - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
- options - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
- options - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- options - Variable in class org.pepstock.charba.client.items.ChartElement
- options - Variable in class org.pepstock.charba.client.items.ScaleLabelItem
- options - Variable in class org.pepstock.charba.client.labels.LabelsOptionsBuilder
- options - Variable in class org.pepstock.charba.client.LineChart
- options - Variable in class org.pepstock.charba.client.matrix.MatrixChart
- options - Variable in class org.pepstock.charba.client.PieChart
- options - Variable in class org.pepstock.charba.client.PolarAreaChart
- options - Variable in class org.pepstock.charba.client.RadarChart
- options - Variable in class org.pepstock.charba.client.sankey.SankeyChart
- options - Variable in class org.pepstock.charba.client.ScatterChart
- options - Variable in class org.pepstock.charba.client.StackedAreaChart
- options - Variable in class org.pepstock.charba.client.StackedBarChart
- options - Variable in class org.pepstock.charba.client.StackedHorizontalBarChart
- options - Variable in class org.pepstock.charba.client.StackedLineChart
- options - Variable in class org.pepstock.charba.client.StackedVerticalLineChart
- options - Variable in class org.pepstock.charba.client.TimeSeriesBarChart
- options - Variable in class org.pepstock.charba.client.TimeSeriesLineChart
- options - Variable in class org.pepstock.charba.client.treemap.TreeMapChart
- options - Variable in class org.pepstock.charba.client.utils.toast.ToastItem
- options - Variable in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
- options - Variable in class org.pepstock.charba.client.VerticalLineChart
- Options - Class in org.pepstock.charba.client.options
-
Base object which maps chart options.
- Options(String, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.options.Options
-
Creates the object only with default provider.
- Options(String, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.Options
-
Creates the object only with default provider and native object.
- OPTIONS - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- OPTIONS - org.pepstock.charba.client.Configuration.Property
- OPTIONS - org.pepstock.charba.client.items.ChartElement.Property
- OPTIONS - org.pepstock.charba.client.items.ScaleItem.Property
- OPTIONS - org.pepstock.charba.client.items.ScaleLabelItem.Property
- OPTIONS - Static variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
- OPTIONS_ARGUMENT - Static variable in class org.pepstock.charba.client.interaction.NativeInteraction
- Options.CommonProperty - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
Properties common with which extends this class. - Options.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- OptionsElement - Class in org.pepstock.charba.client.annotation.elements
-
Maps the options of a
AnnotationElementat runtime. - OptionsElement(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- OptionsElement.Property - Enum in org.pepstock.charba.client.annotation.elements
-
Name of properties of native object.
- OptionsEnvelop<T> - Class in org.pepstock.charba.client.options
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - OptionsEnvelop(T) - Constructor for class org.pepstock.charba.client.options.OptionsEnvelop
-
Create an envelop with the content passed as argument.
- OptionsEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.options.OptionsEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- optionsHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLinearTick
- optionsHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
- optionsHandler - Variable in class org.pepstock.charba.client.configuration.RadialLinearTick
- optionsHandler - Variable in class org.pepstock.charba.client.geo.BaseGeoOptions
- OptionsNode - Class in org.pepstock.charba.client.items
-
Wrapper of options node of CHART.JS.
- OptionsNode(String, IsDefaultScaledOptions, ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.OptionsNode
-
Creates the item using an envelop with the native java script object which contains all properties.
- OPULENT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Opulent6" -
- OR_RD - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color orRd.
- OR_RD3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd3" -
- OR_RD4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd4" -
- OR_RD5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd5" -
- OR_RD6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd6" -
- OR_RD7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd7" -
- OR_RD8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd8" -
- OR_RD9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "OrRd9" -
- ORANGE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE" -
- ORANGE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "orange" -
- ORANGE - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "ORANGE" -
- ORANGE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_ACCENT_1" -
- ORANGE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_ACCENT_2" -
- ORANGE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_ACCENT_3" -
- ORANGE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_ACCENT_4" -
- ORANGE_BLUE_LIGHT7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeBlueLight7" -
- ORANGE_BLUE_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeBlueWhite7" -
- ORANGE_BLUE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeBlue7" -
- ORANGE_CORAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Orange Coral" -
- ORANGE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_DARKEN_1" -
- ORANGE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_DARKEN_2" -
- ORANGE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_DARKEN_3" -
- ORANGE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_DARKEN_4" -
- ORANGE_FUN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Orange Fun" -
- ORANGE_GOLD20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeGold20" -
- ORANGE_LIGHT7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "OrangeLight7" -
- ORANGE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_1" -
- ORANGE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_2" -
- ORANGE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_3" -
- ORANGE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_4" -
- ORANGE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "ORANGE_LIGHTEN_5" -
- ORANGE_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "orangeRed" -
- ORANGE_RED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "OrangeRed6" -
- ORANGE20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Orange20" -
- ORANGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Orange6" -
- ORANGES - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color oranges.
- ORANGES3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges3" -
- ORANGES4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges4" -
- ORANGES5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges5" -
- ORANGES6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges6" -
- ORANGES7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges7" -
- ORANGES8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges8" -
- ORANGES9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Oranges9" -
- ORBIT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Orbit6" -
- ORCA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Orca" -
- ORCHID - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "orchid" -
- ORDER - org.pepstock.charba.client.data.OrderHandler.Property
- ORDER - org.pepstock.charba.client.items.DatasetItem.Property
- orderHandler - Variable in class org.pepstock.charba.client.data.BarDataset
- orderHandler - Variable in class org.pepstock.charba.client.data.BubbleDataset
- orderHandler - Variable in class org.pepstock.charba.client.data.LiningDataset
- OrderHandler - Class in org.pepstock.charba.client.data
-
Utility to manage the order option on chart datasets.
- OrderHandler(NativeObject) - Constructor for class org.pepstock.charba.client.data.OrderHandler
-
Creates the utility using dataset native object.
- OrderHandler.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- org.pepstock.charba.client - package org.pepstock.charba.client
-
Main package with all charts implementation, global classes and common interfaces.
- org.pepstock.charba.client.adapters - package org.pepstock.charba.client.adapters
-
Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.
- org.pepstock.charba.client.annotation - package org.pepstock.charba.client.annotation
-
Contains all classes to activate the
AnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js. - org.pepstock.charba.client.annotation.callbacks - package org.pepstock.charba.client.annotation.callbacks
-
Contains the
AnnotationPlugin.IDplugin callback interfaces to catch events. - org.pepstock.charba.client.annotation.elements - package org.pepstock.charba.client.annotation.elements
-
Contains the
AnnotationPlugin.IDplugin elements interfaces to use in the callbacks and events. - org.pepstock.charba.client.annotation.enums - package org.pepstock.charba.client.annotation.enums
-
Contains all enumerations to configure the
AnnotationPlugin.IDplugin. - org.pepstock.charba.client.annotation.listeners - package org.pepstock.charba.client.annotation.listeners
-
Contains all callback interfaces to implement for the
AnnotationPlugin.IDplugin. - org.pepstock.charba.client.callbacks - package org.pepstock.charba.client.callbacks
-
All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.
- org.pepstock.charba.client.colors - package org.pepstock.charba.client.colors
-
Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own colors and classes to define gradients of patterns for charts.
- org.pepstock.charba.client.colors.tiles - package org.pepstock.charba.client.colors.tiles
-
Contains all classes to build tiles to use in the a canvas patterns or a Charba pattern.
- org.pepstock.charba.client.commons - package org.pepstock.charba.client.commons
-
Core classes to manage the inter-operations with java script code.
- org.pepstock.charba.client.configuration - package org.pepstock.charba.client.configuration
-
Contains all elements to configure a chart instance (know as chart options at instance level).
- org.pepstock.charba.client.controllers - package org.pepstock.charba.client.controllers
-
Contains all classes to manage the implementations of controllers.
- org.pepstock.charba.client.data - package org.pepstock.charba.client.data
-
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
- org.pepstock.charba.client.datalabels - package org.pepstock.charba.client.datalabels
-
Contains all classes to activate the
DataLabelsPlugin.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js. - org.pepstock.charba.client.datalabels.callbacks - package org.pepstock.charba.client.datalabels.callbacks
-
Contains the
DataLabelsPlugin.IDplugin callback interfaces to configure the plugin itself. - org.pepstock.charba.client.datalabels.enums - package org.pepstock.charba.client.datalabels.enums
-
Contains all enumerations to configure the
DataLabelsPlugin.IDplugin. - org.pepstock.charba.client.datalabels.events - package org.pepstock.charba.client.datalabels.events
-
Contains the
DataLabelsPlugin.IDplugin event handlers interfaces to catch event of plugin. - org.pepstock.charba.client.defaults - package org.pepstock.charba.client.defaults
-
Contains all interfaces need to provide defaults values of the chart options.
- org.pepstock.charba.client.defaults.chart - package org.pepstock.charba.client.defaults.chart
-
Contains the default values of chart options based on type of chart instance.
- org.pepstock.charba.client.defaults.globals - package org.pepstock.charba.client.defaults.globals
-
Contains the default values of chart options for all chart types (CHART.JS options defaults).
- org.pepstock.charba.client.dom - package org.pepstock.charba.client.dom
-
Contains all classes needed to work with DOM tree, base classes of a DOM tree.
- org.pepstock.charba.client.dom.elements - package org.pepstock.charba.client.dom.elements
-
Contains a set of DOM elements that Charba is using.
- org.pepstock.charba.client.dom.enums - package org.pepstock.charba.client.dom.enums
-
Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.
- org.pepstock.charba.client.dom.events - package org.pepstock.charba.client.dom.events
-
Contains all classes to map and manage DOM events.
- org.pepstock.charba.client.dom.safehtml - package org.pepstock.charba.client.dom.safehtml
-
Contains the classes to use in order to create HTML encoded strings.
- org.pepstock.charba.client.enums - package org.pepstock.charba.client.enums
-
Contains all enumerations of some chart options where only a specific set of values can be set.
- org.pepstock.charba.client.events - package org.pepstock.charba.client.events
-
Contains all events to interact with chart instance.
- org.pepstock.charba.client.geo - package org.pepstock.charba.client.geo
-
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js) for CHART.js. - org.pepstock.charba.client.geo.callbacks - package org.pepstock.charba.client.geo.callbacks
-
Contains all callbacks to configure the GEO controllers.
- org.pepstock.charba.client.geo.enums - package org.pepstock.charba.client.geo.enums
-
Contains all enumerations to configure the GEO controllers.
- org.pepstock.charba.client.gradient - package org.pepstock.charba.client.gradient
-
Contains all classes to activate the
GradientPlugin.IDplugin (AKAchartjs-plugin-gradient.js) for CHART.js. - org.pepstock.charba.client.gwt - package org.pepstock.charba.client.gwt
-
Contains the fundamental java script resources to inject in order to use Charba by GWT.
- org.pepstock.charba.client.gwt.widgets - package org.pepstock.charba.client.gwt.widgets
-
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
- org.pepstock.charba.client.impl - package org.pepstock.charba.client.impl
-
Main package with the implementation out-of-the-box of callbacks, plugins and charts.
- org.pepstock.charba.client.impl.callbacks - package org.pepstock.charba.client.impl.callbacks
-
Contains some callbacks implementations, available out-of-the box.
- org.pepstock.charba.client.impl.charts - package org.pepstock.charba.client.impl.charts
-
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
- org.pepstock.charba.client.impl.plugins - package org.pepstock.charba.client.impl.plugins
-
Contains some plugins implementations, available out-of-the box.
- org.pepstock.charba.client.impl.plugins.enums - package org.pepstock.charba.client.impl.plugins.enums
-
Contains the enumeration items to configure out of the box CHARBA plugins.
- org.pepstock.charba.client.interaction - package org.pepstock.charba.client.interaction
-
Contains all classes to implement a custom interactions for CHART.JS.
- org.pepstock.charba.client.intl - package org.pepstock.charba.client.intl
-
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
- org.pepstock.charba.client.intl.enums - package org.pepstock.charba.client.intl.enums
-
Contains enumerations to use in order to configure the ECMAScript Internationalization API options.
- org.pepstock.charba.client.items - package org.pepstock.charba.client.items
-
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
- org.pepstock.charba.client.labels - package org.pepstock.charba.client.labels
-
Contains all classes to use
LabelsPlugin.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS. - org.pepstock.charba.client.labels.callbacks - package org.pepstock.charba.client.labels.callbacks
-
Contains the
LabelsPlugin.IDplugin callback interfaces to configure the plugin itself. - org.pepstock.charba.client.labels.enums - package org.pepstock.charba.client.labels.enums
-
Contains all enumerations to configure the
LabelsPlugin.IDplugin. - org.pepstock.charba.client.matrix - package org.pepstock.charba.client.matrix
-
Contains all classes to activate the Matrix controller (AKA
chartjs-chart-matrix.js) for CHART.js. - org.pepstock.charba.client.matrix.callbacks - package org.pepstock.charba.client.matrix.callbacks
-
Contains all callbacks to configure the MATRIX controllers.
- org.pepstock.charba.client.matrix.enums - package org.pepstock.charba.client.matrix.enums
-
Contains all enumerations to configure the MATRIX controllers.
- org.pepstock.charba.client.ml - package org.pepstock.charba.client.ml
-
Contains all classes to activate the ML library to use the regression capabilities.
- org.pepstock.charba.client.options - package org.pepstock.charba.client.options
-
Contains all elements to configure charts at global level (know as chart global options).
- org.pepstock.charba.client.plugins - package org.pepstock.charba.client.plugins
-
Contains all classes to manage the plugin implementations.
- org.pepstock.charba.client.plugins.hooks - package org.pepstock.charba.client.plugins.hooks
-
Contains all hooks interfaces used by
SmartPluginin order to activate a custom plugin. - org.pepstock.charba.client.positioner - package org.pepstock.charba.client.positioner
-
Contains all classes to implement a custom tooltip positioner for CHART.JS.
- org.pepstock.charba.client.resources - package org.pepstock.charba.client.resources
-
Contains the fundamental java script resources to inject in order to use Charba.
It provides all implementations to inject embedded resources for LUXON date adapters. - org.pepstock.charba.client.sankey - package org.pepstock.charba.client.sankey
-
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js) for CHART.js. - org.pepstock.charba.client.sankey.callbacks - package org.pepstock.charba.client.sankey.callbacks
-
Contains all callbacks to configure the SANKEY controllers.
- org.pepstock.charba.client.sankey.enums - package org.pepstock.charba.client.sankey.enums
-
Contains all enumerations to configure the SANKEY controllers.
- org.pepstock.charba.client.treemap - package org.pepstock.charba.client.treemap
-
Contains all classes to activate the TreeMap controller (AKA
chartjs-chart-treemap.js) for CHART.js. - org.pepstock.charba.client.treemap.callbacks - package org.pepstock.charba.client.treemap.callbacks
-
Contains the
TreeMapChartcontroller callback interfaces to configure the chart itself. - org.pepstock.charba.client.treemap.enums - package org.pepstock.charba.client.treemap.enums
-
Contains all enumerations to configure the
TreeMapChartcontroller. - org.pepstock.charba.client.utils - package org.pepstock.charba.client.utils
-
Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.
- org.pepstock.charba.client.utils.toast - package org.pepstock.charba.client.utils.toast
-
Contains all classes to use
Toasterutility. - org.pepstock.charba.client.utils.toast.enums - package org.pepstock.charba.client.utils.toast.enums
-
Contains all enumerations to configure the TOAST utility.
- org.pepstock.charba.client.utils.toast.handlers - package org.pepstock.charba.client.utils.toast.handlers
-
Contains all handlers to implement in order to manage events of change status of the TOAST utility.
- org.pepstock.charba.client.zoom - package org.pepstock.charba.client.zoom
-
Contains all classes to activate the
ZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. - org.pepstock.charba.client.zoom.callbacks - package org.pepstock.charba.client.zoom.callbacks
-
Contains the
ZoomPlugin.IDplugin callback interfaces to configure the plugin itself and to catch events. - org.pepstock.charba.client.zoom.enums - package org.pepstock.charba.client.zoom.enums
-
Contains the
ZoomPlugin.IDplugin enumerations to configure the plugin. - ORGANIC6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Organic6" -
- ORIEL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Oriel6" -
- orientation - Variable in class org.pepstock.charba.client.colors.GradientBuilder
- ORIGIN - org.pepstock.charba.client.enums.Fill
-
Fill the area from 0 axis to top or bottom, depending on value.
Default. - ORIGIN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Origin6" -
- ORIGINAL_LIMIT - Static variable in class org.pepstock.charba.client.zoom.ScaleLimit
- ORIYA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Oriya (macrolanguage) language.
- ORKH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Turkic, Orkhon Runic script.
- OROMO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Oromo language.
- ORTHOGRAPHIC - org.pepstock.charba.client.geo.enums.Projection
-
Projection orthographic.
- ORYA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for orya numbering system.
- ORYA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Oriya (Odia) script.
- OS - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Windows key, sometimes is reported instead of as
KeyboardModifierKey.META. - OSGE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Osage script.
- OSMA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for osma numbering system.
- OSMA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Osmanya script.
- OSSETIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ossetian language.
- OUGUIYA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Ouguiya currency.
- OUNCE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for ounce.
- OUT_IN - org.pepstock.charba.client.colors.GradientOrientation
-
From borders to the center (ONLY radial)
- outer - Variable in class org.pepstock.charba.client.colors.Radius
- OUTER_END - org.pepstock.charba.client.data.ArcBorderRadius.Property
- OUTER_RADIUS - org.pepstock.charba.client.items.ArcElement.Property
- OUTER_RADIUS - org.pepstock.charba.client.items.DatasetItemController.Property
- OUTER_START - org.pepstock.charba.client.data.ArcBorderRadius.Property
- OUTLINE - org.pepstock.charba.client.geo.CommonOptionsHandler.Property
- OUTLINE - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to outline.
- OUTLINE_BACKGROUND_COLOR - org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
- OUTLINE_BORDER_COLOR - org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
- OUTLINE_BORDER_WIDTH - org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
- OUTLINE_GRATICULE - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to outline and graticule.
- OUTPUT_CALENDAR - org.pepstock.charba.client.adapters.DateAdapterOptions.Property
- OUTSET - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a border that makes the element appear embossed.
- OUTSIDE - org.pepstock.charba.client.labels.enums.Position
-
The labels are located outisde of the chart.
- OUTSIDE_PADDING - org.pepstock.charba.client.labels.Label.Property
- OVER_SCALE_MODE - org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
- OVER_SCALE_MODE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- Overflow - Enum in org.pepstock.charba.client.treemap.enums
-
The overflow property controls what happens to a label that is too big to fit into a rectangle.
- Overflow(String) - Constructor for enum org.pepstock.charba.client.treemap.enums.Overflow
-
Creates with the property value to use in the native object.
- OVERFLOW - org.pepstock.charba.client.treemap.Labels.Property
- overflowCallback - Variable in class org.pepstock.charba.client.treemap.Labels
- OverflowCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface of
TreeMapChartcontroller to setoverflowproperty at runtime, using the dataset context. - overflowCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Labels
- OVERLAP - org.pepstock.charba.client.labels.Label.Property
- OVERLAY - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
A combination of multiply and screen.
Dark parts on the base layer become darker, and light parts become lighter. - OVERLINE - org.pepstock.charba.client.dom.enums.TextDecoration
-
Each line of text has a decorative line above it.
- override - Variable in enum org.pepstock.charba.client.resources.ResourceName
- override() - Method in class org.pepstock.charba.client.adapters.DefaultsFormatsOverrider
-
Invokes after the initialization of date adapter in order to override default formats if needed.
- overrides - Variable in class org.pepstock.charba.client.Defaults
- overrides - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- Overrides - Class in org.pepstock.charba.client
-
Default overrides options (maps the java script object chart.overrides).
- Overrides(NativeObject) - Constructor for class org.pepstock.charba.client.Overrides
-
Creates the object with the native object which maps the java script object chart.overrides.
- overScaleModeCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
P
- P_R_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color pRGn.
- P_R_GN10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn10" -
- P_R_GN11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn11" -
- P_R_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn3" -
- P_R_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn4" -
- P_R_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn5" -
- P_R_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn6" -
- P_R_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn7" -
- P_R_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn8" -
- P_R_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PRGn9" -
- P0 - org.pepstock.charba.client.callbacks.SegmentContext.Property
- P0_DATA_INDEX - org.pepstock.charba.client.callbacks.SegmentContext.Property
- P1 - org.pepstock.charba.client.callbacks.SegmentContext.Property
- P1_DATA_INDEX - org.pepstock.charba.client.callbacks.SegmentContext.Property
- PAANGA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pa’anga currency.
- PACIFIC_APIA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Apia timezone.
- PACIFIC_AUCKLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Auckland timezone.
- PACIFIC_CHATHAM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Chatham timezone.
- PACIFIC_CHUUK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Chuuk timezone.
- PACIFIC_DREAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pacific Dream" -
- PACIFIC_EASTER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Easter timezone.
- PACIFIC_EFATE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Efate timezone.
- PACIFIC_ENDERBURY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Enderbury timezone.
- PACIFIC_FAKAOFO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Fakaofo timezone.
- PACIFIC_FIJI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Fiji timezone.
- PACIFIC_FUNAFUTI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Funafuti timezone.
- PACIFIC_GALAPAGOS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Galapagos timezone.
- PACIFIC_GAMBIER - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Gambier timezone.
- PACIFIC_GUADALCANAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Guadalcanal timezone.
- PACIFIC_GUAM - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Guam timezone.
- PACIFIC_HONOLULU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Honolulu timezone.
- PACIFIC_JOHNSTON - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Johnston timezone.
- PACIFIC_KIRITIMATI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Kiritimati timezone.
- PACIFIC_KOSRAE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Kosrae timezone.
- PACIFIC_KWAJALEIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Kwajalein timezone.
- PACIFIC_MAJURO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Majuro timezone.
- PACIFIC_MARQUESAS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Marquesas timezone.
- PACIFIC_MIDWAY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Midway timezone.
- PACIFIC_NAURU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Nauru timezone.
- PACIFIC_NIUE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Niue timezone.
- PACIFIC_NORFOLK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Norfolk timezone.
- PACIFIC_NOUMEA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Noumea timezone.
- PACIFIC_PAGO_PAGO - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Pago_Pago timezone.
- PACIFIC_PALAU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Palau timezone.
- PACIFIC_PITCAIRN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Pitcairn timezone.
- PACIFIC_POHNPEI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Pohnpei timezone.
- PACIFIC_PONAPE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Ponape timezone.
- PACIFIC_PORT_MORESBY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Port_Moresby timezone.
- PACIFIC_RAROTONGA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Rarotonga timezone.
- PACIFIC_SAIPAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Saipan timezone.
- PACIFIC_SAMOA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Samoa timezone.
- PACIFIC_TAHITI - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Tahiti timezone.
- PACIFIC_TARAWA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Tarawa timezone.
- PACIFIC_TONGATAPU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Tongatapu timezone.
- PACIFIC_TRUK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Truk timezone.
- PACIFIC_WAKE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Wake timezone.
- PACIFIC_WALLIS - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Wallis timezone.
- PACIFIC_YAP - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Pacific/Yap timezone.
- PACKAGE_NAME_PREFIX - Static variable in class org.pepstock.charba.client.InjectorPrefixHelper
- pad(String) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Applies the padding to a string to 2 chars.
- padding - Variable in class org.pepstock.charba.client.annotation.DefaultBoxLabel
- padding - Variable in class org.pepstock.charba.client.annotation.DefaultLabel
- padding - Variable in class org.pepstock.charba.client.annotation.DefaultLineLabel
- padding - Variable in class org.pepstock.charba.client.annotation.elements.BaseElement
- padding - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- padding - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- padding - Variable in class org.pepstock.charba.client.configuration.CartesianScaleTitle
- padding - Variable in class org.pepstock.charba.client.configuration.Layout
- padding - Variable in class org.pepstock.charba.client.configuration.LegendTitle
- padding - Variable in class org.pepstock.charba.client.configuration.Tooltips
- padding - Variable in class org.pepstock.charba.client.datalabels.DefaultOptions
- padding - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- padding - Variable in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartPadding
- padding - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLayout
- padding - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLayout
- padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultLegendTitle
- padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultPadding
- padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultPointLabels
- padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScaleTitle
- padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultSubtitle
- padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTitle
- padding - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- padding - Variable in class org.pepstock.charba.client.geo.ProjectionAxisMapper
- padding - Variable in class org.pepstock.charba.client.options.AbstractPadding
- padding - Variable in class org.pepstock.charba.client.options.AbstractTitle
- padding - Variable in class org.pepstock.charba.client.options.Layout
- padding - Variable in class org.pepstock.charba.client.options.LegendTitle
- padding - Variable in class org.pepstock.charba.client.options.ScaleTitle
- padding - Variable in class org.pepstock.charba.client.options.Tooltips
- Padding - Class in org.pepstock.charba.client.annotation
-
Base object to map padding options for
AnnotationPlugin.IDplugin padding configuration.
It is applied to all sides of the label (left, top, right, bottom). - Padding - Class in org.pepstock.charba.client.configuration
-
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels.
- Padding - Class in org.pepstock.charba.client.datalabels
-
Base object to map padding options for
DataLabelsPlugin.IDplugin configuration.
It is applied to all sides of the label (left, top, right, bottom). - Padding - Class in org.pepstock.charba.client.geo
- Padding - Class in org.pepstock.charba.client.options
-
Maps the additional space to apply to the sides of elements (left, top, right, bottom), in pixels.
- Padding(AbstractNode, Key, IsDefaultPadding, NativeObject, int) - Constructor for class org.pepstock.charba.client.options.Padding
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Padding(AbstractDynamicConfiguration.IsProvider<IsPadding>) - Constructor for class org.pepstock.charba.client.configuration.Padding
-
Builds the object by a padding provider used to get the padding element for storing properties.
- Padding(LabelItem, IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.datalabels.Padding
-
Creates new padding element, using label item instance (where the padding is stored), stored native object instance and the default values options.
- Padding(IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.geo.Padding
- Padding(IsScriptablePaddingProvider<?>, AbstractDynamicConfiguration.IsProvider<IsPadding>) - Constructor for class org.pepstock.charba.client.configuration.Padding
-
Builds the object by a padding provider used to get the padding element for storing properties.
- Padding(IsScriptablePaddingProvider<AnnotationContext>, IsDefaultPadding, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.Padding
-
Creates new padding element, using label instance (where the padding is stored), stored native object instance and the default values options.
- PADDING - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- PADDING - org.pepstock.charba.client.annotation.LabelHandler.Property
- PADDING - org.pepstock.charba.client.configuration.AbstractTitle.Property
- PADDING - org.pepstock.charba.client.configuration.Layout.Property
- PADDING - org.pepstock.charba.client.configuration.RadialPointLabels.Property
- PADDING - org.pepstock.charba.client.datalabels.LabelItem.Property
- PADDING - org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
- PADDING - org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- PADDING - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- PADDING - org.pepstock.charba.client.options.AbstractPadding.Property
- PADDING - org.pepstock.charba.client.options.AbstractTitle.Property
- PADDING - org.pepstock.charba.client.options.Layout.Property
- PADDING - org.pepstock.charba.client.options.LegendLabels.Property
- PADDING - org.pepstock.charba.client.options.LegendTitle.Property
- PADDING - org.pepstock.charba.client.options.PointLabels.Property
- PADDING - org.pepstock.charba.client.options.ScaleTitle.Property
- PADDING - org.pepstock.charba.client.options.Ticks.Property
- PADDING - org.pepstock.charba.client.options.Tooltips.Property
- PADDING - org.pepstock.charba.client.sankey.SankeyDataset.Property
- PADDING - org.pepstock.charba.client.treemap.AbstractLabels.Property
- PADDING - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
- PADDING_BOTTOM - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- PADDING_DOUBLE_ZERO - Static variable in class org.pepstock.charba.client.colors.ColorUtil
- PADDING_LEFT - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- PADDING_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LabelHandler
- PADDING_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- PADDING_RIGHT - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- PADDING_TOP - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- PADDING_ZERO - Static variable in class org.pepstock.charba.client.colors.ColorUtil
- Padding.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- paddingBottom - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- paddingCallback - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- paddingCallback - Variable in class org.pepstock.charba.client.configuration.Layout
- paddingCallback - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- paddingCallback - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- PaddingCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set a padding element at runtime.
- PaddingCallback - Interface in org.pepstock.charba.client.sankey.callbacks
-
Callback interface to set
paddingproperty at runtime, toSankeyDataset. - paddingCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- paddingCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- paddingCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Layout
- paddingCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- paddingCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- paddingCallbackProxy - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- PaddingItem - Class in org.pepstock.charba.client.items
-
Padding options item to use mainly for callbacks.
- PaddingItem() - Constructor for class org.pepstock.charba.client.items.PaddingItem
-
Creates an empty padding to use for chart configuration with global defaults.
- PaddingItem(int) - Constructor for class org.pepstock.charba.client.items.PaddingItem
-
Creates an padding to use for chart configuration with global defaults and setting the same size for all dimensions.
- PaddingItem(IsDefaultPadding) - Constructor for class org.pepstock.charba.client.items.PaddingItem
-
Creates an empty padding to use for chart configuration when the font is created by a callback.
- PaddingItem(IsDefaultPadding, int) - Constructor for class org.pepstock.charba.client.items.PaddingItem
-
Creates an empty padding to use for chart configuration when the font is created by a callback and setting the same size for all dimensions.
- paddingTop - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- PAGE_DOWN - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The
Page Down(orPgDn) key. - PAGE_UP - org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
The
Page Up(orPgUp) key. - PAGE_X - org.pepstock.charba.client.dom.events.TouchInit.Property
- PAGE_Y - org.pepstock.charba.client.dom.events.TouchInit.Property
- PAIRED10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired10" -
- PAIRED11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired11" -
- PAIRED12 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired12" -
- PAIRED3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired3" -
- PAIRED4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired4" -
- PAIRED5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired5" -
- PAIRED6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired6" -
- PAIRED7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired7" -
- PAIRED8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired8" -
- PAIRED9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Paired9" -
- PAKISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Pakistan region.
- PAKISTAN_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pakistan Rupee currency.
- PALAU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Palau region.
- PALE_GOLDEN_ROD - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "paleGoldenRod" -
- PALE_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "paleGreen" -
- PALE_TURQUOISE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "paleTurquoise" -
- PALE_VIOLET_RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "paleVioletRed" -
- PALE_WOOD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pale Wood" -
- PALLADIUM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Palladium currency.
- PALM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Palmyrene script.
- pan - Variable in class org.pepstock.charba.client.zoom.DefaultOptions
- pan - Variable in class org.pepstock.charba.client.zoom.ZoomOptions
- pan(Chart, double) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Pans the chart on demand, programmatically.
- pan(Chart, double, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Pans the chart on demand, programmatically.
- pan(Chart, double, TransitionMode) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Pans the chart on demand, programmatically.
- pan(Chart, NativeObject) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Pans the chart on demand, programmatically.
- pan(Chart, NativeObject, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Pans the chart on demand, programmatically.
- pan(Chart, Amount, TransitionMode) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Pans the chart on demand, programmatically.
- pan(IsChart, double) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Pans the chart on demand, programmatically.
- pan(IsChart, double, TransitionMode) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Pans the chart on demand, programmatically.
- pan(IsChart, Amount) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Pans the chart on demand, programmatically.
- pan(IsChart, Amount, TransitionMode) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Pans the chart on demand, programmatically.
- Pan - Class in org.pepstock.charba.client.zoom
-
Base object to map pan options for
ZoomPlugin.IDplugin configuration.
It represents the container for PAN options. - Pan(IsDefaultPan, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Pan
-
Creates new panning element, using stored native object instance and the default values options.
- PAN - org.pepstock.charba.client.zoom.ZoomOptions.Property
- PAN_COMPLETED_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Pan
- PAN_PROGRESS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Pan
- PAN_REJECTED_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Pan
- PAN_START_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Pan
- Pan.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- PANAMA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Panama region.
- PANJABI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Panjabi language.
- PAPAYA_WHIP - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "papayaWhip" -
- PAPER6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Paper6" -
- PAPUA_NEW_GUINEA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Papua New Guinea region.
- PARAGUAY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Paraguay region.
- PARALLAX6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Parallax6" -
- PARCEL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Parcel6" -
- parent - Variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
- parent - Variable in class org.pepstock.charba.client.annotation.ArrowHeads
- parent - Variable in class org.pepstock.charba.client.annotation.Callout
- parent - Variable in class org.pepstock.charba.client.annotation.EventsHandler
- parent - Variable in class org.pepstock.charba.client.annotation.InnerLabel
- parent - Variable in class org.pepstock.charba.client.annotation.LineLabel
- parent - Variable in class org.pepstock.charba.client.commons.AbstractNode
- parent - Variable in class org.pepstock.charba.client.commons.IteratorImpl
- parent - Variable in class org.pepstock.charba.client.commons.PropertyHandler
- parent - Variable in class org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler
- parent - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- parent - Variable in class org.pepstock.charba.client.datalabels.Labels
- parent - Variable in class org.pepstock.charba.client.datalabels.Listeners
- parent - Variable in class org.pepstock.charba.client.defaults.globals.DefaultGrid
- parent - Variable in class org.pepstock.charba.client.geo.ColorAxis.ColorAxisRemappedOptionsFactory
- parent - Variable in class org.pepstock.charba.client.geo.SizeAxis.SizeAxisRemappedOptionsFactory
- parent - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
- parent - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
- parent - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
- parent - Variable in class org.pepstock.charba.client.items.DatasetItemController
- parent - Variable in class org.pepstock.charba.client.options.AbstractModel
- parentDrawTime - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- PARKLIFE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Parklife" -
- parse(String) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Returns a color parsing the string value passed as argument.
It's able to parse HEX, RGB, RGBA and named color representation. - parse(String, String) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Parses the given value and return the associated date.
- parse(String, String) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Parses the given value and return the associated timestamp.
- parse(String, ControllerContext, int, int) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
-
Invokes the default
parsemethod. - parse(List<String>) - Static method in class org.pepstock.charba.client.colors.ColorBuilder
-
Builds a list of colors starting from a list of strings which represent colors.
- parse(ControllerType, ControllerContext, int, int) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Invokes the default
parsemethod. - PARSE - org.pepstock.charba.client.controllers.WrapperController.Property
- parseCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
- parseCallbackResult(Object, String) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Parses the result of a
TickCallbackorPointLabelCallbackcallbacks, checking if it's a string or a list of strings. - parseCompoundUnitIdentifier(String) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Returns an unmodifiable list of units of units parsing a string which can represent a single unit or a compound one.
- parsed - Variable in class org.pepstock.charba.client.callbacks.AbstractDatasetContext
- parsed - Variable in class org.pepstock.charba.client.items.PointElement
- Parsed - Class in org.pepstock.charba.client.items
-
This object is wrapping the native java script object provided by
PointElementto know the parsed value. - Parsed(NativeObject) - Constructor for class org.pepstock.charba.client.items.Parsed
-
Creates the object with native object instance to be wrapped.
- PARSED - org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
- PARSED - org.pepstock.charba.client.items.PointElement.Property
- parseDataPoints(boolean, List<DataPoint>) - Method in class org.pepstock.charba.client.ml.MLUtil
-
Transforms a list of
DataPoints in a list of values. - parseDataPoints(boolean, DataPoint...) - Method in class org.pepstock.charba.client.ml.MLUtil
-
Transforms an array of
DataPoints in a list of values. - parseDates(Date...) - Method in class org.pepstock.charba.client.ml.MLUtil
-
Transforms an array of dates in a list of double, with UTC of the dates.
- parseDates(List<Date>) - Method in class org.pepstock.charba.client.ml.MLUtil
-
Transforms a list of dates in a list of double, with UTC of the dates.
- ParsedData - Class in org.pepstock.charba.client.callbacks
-
Represents the parsed data values for the given data index and dataset index.
- ParsedData(double) - Constructor for class org.pepstock.charba.client.callbacks.ParsedData
-
Creates the object with value (this is for charts without scales).
- ParsedData(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ParsedData
-
Creates the object with native object instance to be wrapped.
- ParsedData.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- parseForArray(String) - Static method in class org.pepstock.charba.client.utils.JSON
-
Parses a JSON string, constructing the JavaScript array described by the string.
- parseForObject(String) - Static method in class org.pepstock.charba.client.utils.JSON
-
Parses a JSON string, constructing the JavaScript value or object described by the string.
- PARSER - org.pepstock.charba.client.options.Time.Property
- parseTimeSeriesItems(boolean, List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.ml.MLUtil
-
Transforms a list of
TimeSeriesItems in a list of values. - parseTimeSeriesItems(boolean, TimeSeriesItem...) - Method in class org.pepstock.charba.client.ml.MLUtil
-
Transforms an array of
TimeSeriesItems in a list of values. - parseToArray(String) - Static method in class org.pepstock.charba.client.utils.JSON
-
Parses a JSON string, constructing the JavaScript array described by the string.
- parseToButtons(List<EventButton>) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Returns the
buttonsvalue to use as it's managed in the DOM. - parseToButtons(EventButton...) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Returns the
buttonsvalue to use as it's managed in the DOM. - parseToNativeObject(String) - Static method in class org.pepstock.charba.client.utils.JSON
-
Parses a JSON string, constructing the JavaScript value or object described by the string.
- PARSING - org.pepstock.charba.client.data.Dataset.InternalProperty
- PASSION - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Passion" -
- PASTE - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Paste from the clipboard.
- PASTEL_ORANGE_AT_THE_SUN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pastel Orange at the Sun" -
- PASTEL1_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_3" -
- PASTEL1_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_4" -
- PASTEL1_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_5" -
- PASTEL1_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_6" -
- PASTEL1_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_7" -
- PASTEL1_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_8" -
- PASTEL1_9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel1_9" -
- PASTEL2_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_3" -
- PASTEL2_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_4" -
- PASTEL2_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_5" -
- PASTEL2_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_6" -
- PASTEL2_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_7" -
- PASTEL2_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Pastel2_8" -
- PATACA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pataca currency.
- PATH - org.pepstock.charba.client.treemap.InnerData.Property
- pattern - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
- pattern - Variable in class org.pepstock.charba.client.utils.toast.StandardToastType
- pattern - Variable in class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
- Pattern - Class in org.pepstock.charba.client.colors
-
Entity to apply a canvas pattern in the a data set as background.
See here some interesting pattern images. - Pattern(String, CanvasPatternItem, int, int) - Constructor for class org.pepstock.charba.client.colors.Pattern
-
Creates the object using an already created canvas pattern.
- Pattern(String, Img, Repetition, int, int) - Constructor for class org.pepstock.charba.client.colors.Pattern
-
Creates the object using an image to use in the pattern and repetition to apply to pattern.
- Pattern(NativeObject) - Constructor for class org.pepstock.charba.client.colors.Pattern
-
Creates the object using a native object where pattern info are stored.
- PATTERN - org.pepstock.charba.client.enums.ColorType
-
If the color property is stored by a
Pattern. - PATTERN_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.Utilities
-
Template to create CSS value of pattern, to use for
backgroundCSS shorthand property.
The template for a pattern is:
url(image-url) repetition
See the following link how CSS pattern has been created:
https://developer.mozilla.org/en-US/docs/Web/CSS/background-image - Pattern.Property - Enum in org.pepstock.charba.client.colors
-
Name of properties of native object.
- PatternBuilder - Class in org.pepstock.charba.client.colors
-
The pattern builder is the entry point to create a canvas pattern.
Entity to apply a canvas pattern in the a data set as background.
See here some interesting pattern images. - PatternBuilder(CanvasPatternItem, int, int) - Constructor for class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an already created canvas pattern.
This is mainly used by tiles. - PatternBuilder(Img, Repetition, int, int) - Constructor for class org.pepstock.charba.client.colors.PatternBuilder
-
Creates the object using an image to use in the pattern and repetition to apply to pattern.
- patternCache - Variable in class org.pepstock.charba.client.colors.CanvasObjectFactory
- PatternContainerFactory() - Constructor for class org.pepstock.charba.client.data.PatternsContainer.PatternContainerFactory
- PATTERNS - Static variable in class org.pepstock.charba.client.colors.PatternBuilder
- patternsContainer - Variable in class org.pepstock.charba.client.data.Dataset
- PatternsContainer - Class in org.pepstock.charba.client.data
-
Utility to manage the patterns inside the configuration item of dataset, setting to the specific properties of the elements.
It stores the patterns information in the a native object added to Charba configuration, on specific property names for Charba.
The canvas object are stored in the native object by the "original" property names to use to configure CHART.JS. - PatternsContainer(Dataset) - Constructor for class org.pepstock.charba.client.data.PatternsContainer
-
Creates the object by an empty native java script object and stores the dataset instance it belongs to.
- PatternsContainer.PatternContainerFactory - Class in org.pepstock.charba.client.data
-
Factory to create a pattern objects from a native object.
- PAUC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Pau Cin Hau script.
- PAUSE - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Pausekey. - PCT - org.pepstock.charba.client.dom.enums.Unit
-
A percentage value.
- PEACH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Peach" -
- PEACH_PUFF - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "peachPuff" -
- PEACH_SEA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Peach Sea" -
- PEDI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Pedi language.
- PEN - org.pepstock.charba.client.dom.enums.PointerType
-
The event was generated by a pen or stylus device.
- PERCENT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for percent.
- PERCENT - org.pepstock.charba.client.intl.enums.Style
-
For percent formatting.
- PERCENT - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for PERCENT, "%".
- PERCENT_SIGN - org.pepstock.charba.client.intl.enums.FormatPartType
-
The percent sign string ("%").
- percentage - Variable in class org.pepstock.charba.client.impl.charts.ValueLabel
- Percentage - Class in org.pepstock.charba.client.impl.callbacks
-
Utility to calculate the percentage of the value based on the datasets of chart.
- Percentage() - Constructor for class org.pepstock.charba.client.impl.callbacks.Percentage
-
To avoid any instantiation
- PERCENTAGE - org.pepstock.charba.client.labels.enums.Render
-
The percentage will be rendered.
- PERCENTAGE - org.pepstock.charba.client.labels.LabelsContext.Property
- PERCENTAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.utils.Utilities
- PercentageCallback - Class in org.pepstock.charba.client.impl.callbacks
-
Formatter implementation for DataLabelsPlugin plugin in order to provide the percentage of the value.
Setting this object to formatter callback of DataLabelsPlugin options, it will return the percentage for each data index per dataset. - PercentageCallback() - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Creates the formatter using the default values.
- PercentageCallback(boolean) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Creates the formatter using the argument as flag to compute the percentage on stacked datasets.
- PercentageCallback(int) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Creates the formatter using the argument as number precision.
- PercentageCallback(int, boolean) - Constructor for class org.pepstock.charba.client.impl.callbacks.PercentageCallback
-
Creates the formatter using the arguments as number format and as flag to compute the percentage on stacked datasets.
- percentageThreshold - Variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
- PERCEPTION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Perception6" -
- PERM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Permic script.
- PERSIAN - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for persian calendar.
- PERSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Persian language.
- PERSPECTIVE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Perspective6" -
- PERU - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "peru" -
- PERU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Peru region.
- PESO_CONVERTIBLE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Peso Convertible currency.
- PESO_URUGUAYO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Peso Uruguayo currency.
- PETABYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for petabyte.
- PETRICHOR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Petrichor" -
- PETROL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Petrol" -
- PHAG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Phags-pa script.
- PHILIPPINE_PESO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Philippine Peso currency.
- PHILIPPINES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Philippines region.
- PHLI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Inscriptional Pahlavi script.
- PHLP - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Psalter Pahlavi script.
- PHLV - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Book Pahlavi script.
- PHNX - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Phoenician script.
- PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- PI_Y_G - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color piYG.
- PI_Y_G10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG10" -
- PI_Y_G11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG11" -
- PI_Y_G3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG3" -
- PI_Y_G4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG4" -
- PI_Y_G5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG5" -
- PI_Y_G6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG6" -
- PI_Y_G7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG7" -
- PI_Y_G8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG8" -
- PI_Y_G9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PiYG9" -
- PIE - org.pepstock.charba.client.ChartType
-
Pie chart is probably the most commonly used chart.
- PieChart - Class in org.pepstock.charba.client
-
PIE chart implementation.
A pie charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data.
They are excellent at showing the relational proportions between data. - PieChart() - Constructor for class org.pepstock.charba.client.PieChart
-
Builds the object.
- PieChart(Type) - Constructor for class org.pepstock.charba.client.PieChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - PieChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
PIE chart GWT WIDGET implementation.
A pie charts are divided in the segments, the arc of each segment shows the proportional value of each piece of data.
They are excellent at showing the relational proportions between data. - PieChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.PieChartWidget
-
Builds the object.
- PieChartWidget(PieChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.PieChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - PieDataset - Class in org.pepstock.charba.client.data
-
The pie chart allows a number of properties to be specified for each dataset.
- PieDataset() - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates a dataset.
It uses the global options has default. - PieDataset(boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates a dataset.
It uses the global options has default. - PieDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates the dataset using a default.
- PieDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates the dataset using a default.
- PieDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates the dataset using chart type related to the dataset.
- PieDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PieDataset
-
Creates the dataset using a default and chart type related to the dataset.
- PieDataset.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- PieOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for PIE chart.
- PieOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.PieOptions
-
Builds the object storing the chart instance and default values.
- PIGGY_PINK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Piggy Pink" -
- PIGLET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Piglet" -
- pinch - Variable in class org.pepstock.charba.client.zoom.Zoom
- Pinch - Class in org.pepstock.charba.client.zoom
-
Base object to map wheel options for
ZoomPlugin.IDplugin configuration.
It represents the container for WHEEL options. - Pinch(AbstractNode, Key, IsDefaultPinch, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Pinch
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- PINCH - org.pepstock.charba.client.zoom.Zoom.Property
- Pinch.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- PINK - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK" -
- PINK - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "pink" -
- PINK - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "PINK" -
- PINK_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_ACCENT_1" -
- PINK_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_ACCENT_2" -
- PINK_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_ACCENT_3" -
- PINK_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_ACCENT_4" -
- PINK_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_DARKEN_1" -
- PINK_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_DARKEN_2" -
- PINK_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_DARKEN_3" -
- PINK_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_DARKEN_4" -
- PINK_FLAVOUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pink Flavour" -
- PINK_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_1" -
- PINK_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_2" -
- PINK_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_3" -
- PINK_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_4" -
- PINK_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PINK_LIGHTEN_5" -
- PINKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pinky" -
- PINOT_NOIR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pinot Noir" -
- PIQD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Klingon (KLI pIqaD) script.
- PITCAIRN_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Pitcairn Islands region.
- PIXEL_RATIO - org.pepstock.charba.client.geo.GeoFeatureElement.Property
- PIXEL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Pixel6" -
- PIZELEX - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pizelex" -
- PLASMA - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color plasma.
- PLATEAU_MALAGASY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Plateau Malagasy language.
- PLATINUM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Platinum currency.
- PLAY - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Playkey. - PLAYING_WITH_REDS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Playing with Reds" -
- PLAZA6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Plaza6" -
- PLRD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Miao (Pollard) script.
- plugin - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
- plugin(Key) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins.InternalPlugins
-
Returns the plugin instance by its id.
- Plugin - Interface in org.pepstock.charba.client
-
This interface is defining the extension hook for Chart.JS plugin implementation (both for inline and global plugins).
Plugins are the most efficient way to customize or change the default behavior of a chart. - pluginAddedLegendStatus - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- pluginCallbackProxies - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- pluginChartEnablement - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- PluginContainer - Interface in org.pepstock.charba.client.plugins
-
This interface is defining the a container of
Plugininstance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users. - PluginDatasetArgument - Class in org.pepstock.charba.client.items
-
This is a wrapper of java script object which represents a dataset.
This object is used in the plugins methods of CHART.JS. - PluginDatasetArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginDatasetArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginDatasetArgument.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- pluginDivElements - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- PluginEventArgument - Class in org.pepstock.charba.client.items
-
This is a wrapper of java script object which represents a event.
This object is used in the plugins methods of CHART.JS. - PluginEventArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginEventArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginEventArgument.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- pluginEventsRegistrationHandlers - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- pluginId - Variable in class org.pepstock.charba.client.plugins.AbstractPlugin
- pluginId - Variable in class org.pepstock.charba.client.plugins.AbstractPluginOptions
- pluginId - Variable in class org.pepstock.charba.client.plugins.AbstractPluginOptionsFactory
- PluginIdChecker - Class in org.pepstock.charba.client.plugins
-
This utility checks if the plug ID is acceptable or not.
- PluginIdChecker() - Constructor for class org.pepstock.charba.client.plugins.PluginIdChecker
-
To avoid any instantiation
- pluginIds - Variable in class org.pepstock.charba.client.plugins.GlobalPlugins
- pluginInstance - Variable in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColor
- pluginInstance - Variable in class org.pepstock.charba.client.impl.plugins.ChartPointer
- pluginInstance - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemes
- pluginInstance - Variable in class org.pepstock.charba.client.impl.plugins.Crosshair
- pluginInstance - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
- pluginInstance - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegend
- pluginKeyEventListener - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- pluginLegendClickHandler - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- pluginLegendDisplayStatus - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- pluginLegendLabelsCallback - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
- pluginLegendLabelsItems - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- pluginOptions - Variable in class org.pepstock.charba.client.impl.plugins.CharbaPlugin
- PluginOptionsScope - Enum in org.pepstock.charba.client.enums
-
Enumeration with all possible options scope.
- PluginOptionsScope(String) - Constructor for enum org.pepstock.charba.client.enums.PluginOptionsScope
-
Creates with the property value to use in the native object.
- PluginReference - Class in org.pepstock.charba.client.plugins
-
This class wraps the native object of plugins registered in the CHART.JS.
Exposes ONLY the ID of plugin, anything else. - PluginReference(NativeObject) - Constructor for class org.pepstock.charba.client.plugins.PluginReference
-
Creates the item using a native java script object which contains all properties.
- PluginReference.Property - Enum in org.pepstock.charba.client.plugins
-
Name of properties of native object.
- PluginResizeArgument - Class in org.pepstock.charba.client.items
-
This is a wrapper of java script object which represents a resize argument.
This object is used in the plugins methods of CHART.JS. - PluginResizeArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginResizeArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginResizeArgument.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- plugins - Variable in class org.pepstock.charba.client.AbstractChart
- plugins - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- plugins - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartPlugins
- plugins - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- plugins - Variable in class org.pepstock.charba.client.Defaults
- plugins - Variable in class org.pepstock.charba.client.GlobalOptions
- plugins - Variable in class org.pepstock.charba.client.options.Options
- plugins - Variable in class org.pepstock.charba.client.plugins.GlobalPlugins
- Plugins - Class in org.pepstock.charba.client.configuration
-
Definitions about plugins options.
This is used to configure plugins (mainly the global ones).
Every plugin could have own configuration structure.
The java script object key is the plugin id. - Plugins - Class in org.pepstock.charba.client.options
-
Definitions about plugins options.
- Plugins - Class in org.pepstock.charba.client.plugins
-
Is the manager of plugins which can manage the list of plugins and returns them as java script object to store in the chart configuration.
- Plugins() - Constructor for class org.pepstock.charba.client.plugins.Plugins
- Plugins(ChartEnvelop<Plugins>) - Constructor for class org.pepstock.charba.client.options.Plugins
-
Creates the object wrapping another plugin.
This constructor is used ONLY fromGlobalOptions. - Plugins(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Plugins
-
Builds the object storing the root options element.
- Plugins(Options, Key, IsDefaultPlugins, NativeObject) - Constructor for class org.pepstock.charba.client.options.Plugins
-
Creates the object with the parent, the key of this element, defaults and native object to map java script properties.
- PLUGINS - org.pepstock.charba.client.Configuration.Property
- PLUGINS - org.pepstock.charba.client.Defaults.WrapperDefaults.Property
- PLUGINS - org.pepstock.charba.client.options.Options.Property
- PluginScaleArgument - Class in org.pepstock.charba.client.items
-
This is a wrapper of java script object which represents a scale argument.
This object is used in the plugins methods of CHART.JS. - PluginScaleArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginScaleArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginScaleArgument.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- pluginSelectionHandlers - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- PluginsEnvelop<T> - Class in org.pepstock.charba.client.plugins
-
This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. - PluginsEnvelop() - Constructor for class org.pepstock.charba.client.plugins.PluginsEnvelop
-
Create an envelop with a
nullcontent. - PluginsEnvelop(boolean) - Constructor for class org.pepstock.charba.client.plugins.PluginsEnvelop
-
Create an envelop with a
nullcontent and a flag to set if the content can be nullable. - PluginsEnvelop(T) - Constructor for class org.pepstock.charba.client.plugins.PluginsEnvelop
-
/** Create an envelop with the content passed as argument.
- PluginsEnvelop(T, boolean) - Constructor for class org.pepstock.charba.client.plugins.PluginsEnvelop
-
Create an envelop with the content passed as argument and a flag to set if the content can be nullable.
- pluginsInstances - Variable in class org.pepstock.charba.client.plugins.Plugins
- pluginsToBeDisabled - Variable in class org.pepstock.charba.client.plugins.GlobalPlugins
- PluginTooltipArgument - Class in org.pepstock.charba.client.items
-
Contains all info for every item of tooltip.
Created and passed by CHART.JS.
It uses in the PLUGINS. - PluginTooltipArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginTooltipArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginTooltipArgument.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- pluginTooltipLabelsCallback - Variable in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
- PluginUpdateArgument - Class in org.pepstock.charba.client.items
-
This is a wrapper of java script object which the argument passed to plugin function.
This object is used in the plugins methods of CHART.JS. - PluginUpdateArgument(PluginsEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PluginUpdateArgument
-
Creates the item using an envelop of the native java script object which contains all properties.
- PluginUpdateArgument.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- PLUM - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "plum" -
- Plus - Class in org.pepstock.charba.client.colors.tiles
-
PLUS drawer to design a plus in the tile.
It designs a plus in the following tile sections (A and B):
- Plus() - Constructor for class org.pepstock.charba.client.colors.tiles.Plus
- PLUS - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a plus on the tile.
- PLUS_SIGN - org.pepstock.charba.client.intl.enums.FormatPartType
-
The plus sign string ("+").
- PNG - org.pepstock.charba.client.enums.ImageMimeType
-
The ends of lines are squared off at the end points.
Default. - point - Variable in class org.pepstock.charba.client.configuration.Elements
- point - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartPoint
- point - Variable in class org.pepstock.charba.client.defaults.globals.DefaultElements
- point - Variable in class org.pepstock.charba.client.options.Elements
- point - Variable in class org.pepstock.charba.client.zoom.ZoomContext
- Point - Class in org.pepstock.charba.client.configuration
-
Point elements are used to represent the points in a line chart or a bubble chart.
- Point - Class in org.pepstock.charba.client.options
-
Point elements are used to represent the points in a line chart or a bubble chart.
- Point - Class in org.pepstock.charba.client.positioner
-
This object is wrapping the native java script object provided by tooltip positioner to know the position of the event in canvas coordinates.
- Point() - Constructor for class org.pepstock.charba.client.positioner.Point
-
Creates an empty object.
- Point(double) - Constructor for class org.pepstock.charba.client.positioner.Point
-
Creates an object with X coordinate of the point
- Point(double, double) - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.Point
-
Creates object with x and y point or percentages.
- Point(double, double) - Constructor for class org.pepstock.charba.client.positioner.Point
-
Creates an object with X and Y coordinates of the point
- Point(NativeObject) - Constructor for class org.pepstock.charba.client.positioner.Point
-
Creates the object with native object instance to be wrapped.
- Point(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Point
-
Builds the object storing the root options element.
- Point(Elements, Key, IsDefaultPoint, NativeObject) - Constructor for class org.pepstock.charba.client.options.Point
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- POINT - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a POINT annotation which draws a point in the a chart.
- POINT - org.pepstock.charba.client.enums.DefaultInteractionMode
-
Finds all of the items that intersect the point.
- POINT - org.pepstock.charba.client.options.Elements.Property
- POINT - org.pepstock.charba.client.zoom.ZoomContext.Property
- POINT_BACKGROUND_COLOR - org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
- POINT_BACKGROUND_COLOR - org.pepstock.charba.client.gradient.GradientOptions.Property
- POINT_BORDER_COLOR - org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
- POINT_BORDER_COLOR - org.pepstock.charba.client.gradient.GradientOptions.Property
- POINT_BORDER_WIDTH - org.pepstock.charba.client.data.LiningDataset.Property
- POINT_HIT_RADIUS - org.pepstock.charba.client.data.LiningDataset.Property
- POINT_HOVER_BACKGROUND_COLOR - org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
- POINT_HOVER_BACKGROUND_COLOR - org.pepstock.charba.client.gradient.GradientOptions.Property
- POINT_HOVER_BORDER_COLOR - org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
- POINT_HOVER_BORDER_COLOR - org.pepstock.charba.client.gradient.GradientOptions.Property
- POINT_HOVER_BORDER_WIDTH - org.pepstock.charba.client.data.LiningDataset.Property
- POINT_HOVER_RADIUS - org.pepstock.charba.client.data.LiningDataset.Property
- POINT_LABEL - org.pepstock.charba.client.enums.ContextType
-
Point label context type, only for
RadialPointLabels. - POINT_LABELS - org.pepstock.charba.client.items.ScaleItem.Property
- POINT_LABELS - org.pepstock.charba.client.options.AbstractScale.Property
- POINT_RADIUS - org.pepstock.charba.client.data.LiningDataset.Property
- POINT_ROTATION - org.pepstock.charba.client.data.LiningDataset.Property
- POINT_STYLE - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- POINT_STYLE - org.pepstock.charba.client.annotation.PointAnnotation.Property
- POINT_STYLE - org.pepstock.charba.client.configuration.Bar.Property
- POINT_STYLE - org.pepstock.charba.client.configuration.Point.Property
- POINT_STYLE - org.pepstock.charba.client.data.BarDataset.Property
- POINT_STYLE - org.pepstock.charba.client.data.BubbleDataset.Property
- POINT_STYLE - org.pepstock.charba.client.data.DataPointStyleHandler.Property
- POINT_STYLE - org.pepstock.charba.client.items.LegendItem.Property
- POINT_STYLE - org.pepstock.charba.client.items.PointElementOptions.Property
- POINT_STYLE - org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
- POINT_STYLE - org.pepstock.charba.client.options.PointStyleHandler.Property
- POINT_STYLE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.PointAnnotation
- POINT_STYLE_WIDTH - org.pepstock.charba.client.options.LegendLabels.Property
- POINT_X - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- POINT_Y - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- Point.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Point.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- point0 - Variable in class org.pepstock.charba.client.callbacks.SegmentContext
- point1 - Variable in class org.pepstock.charba.client.callbacks.SegmentContext
- PointAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a POINT annotation which draws a point in the a chart.
- PointAnnotation() - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptionsinstance.
The annotation id is calculated automatically. - PointAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - PointAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - PointAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - PointAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptionsinstance, using the native object and defaults passed as argument. - PointAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates a point annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - PointAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation
-
Creates the object wrapping an existing native object.
- PointAnnotation.InternalPointStyleHandler - Class in org.pepstock.charba.client.annotation
-
Internal class to implement a point style handler.
- PointAnnotation.PointElementFactory - Class in org.pepstock.charba.client.annotation
-
Specific element factory for point annotation elements.
- PointAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- pointBackgroundColorCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointBackgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointBorderColorCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointBorderColorCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointBorderWidthCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- PointElement - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element used to represents points on the charts.
- PointElement(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.PointElement
-
Creates the item using an envelop of the native java script object which contains all properties.
- PointElement(NativeObject) - Constructor for class org.pepstock.charba.client.items.PointElement
-
Creates the item using a native java script object which contains all properties.
- PointElement.PointElementFactory - Class in org.pepstock.charba.client.items
-
Inner class to create POINT data element by a native object.
- PointElement.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- PointElementFactory() - Constructor for class org.pepstock.charba.client.items.PointElement.PointElementFactory
- PointElementFactory(String) - Constructor for class org.pepstock.charba.client.annotation.PointAnnotation.PointElementFactory
-
Creates the factory by the key of object, as string.
- PointElementOptions - Class in org.pepstock.charba.client.items
-
Maps the out-of-the-box CHART.JS element options used to represents points on the charts.
- PointElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.PointElementOptions
-
Creates the item using a native java script object which contains all properties.
- PointElementOptions.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- POINTER - org.pepstock.charba.client.dom.enums.CursorType
-
he cursor is a pointer that indicates a link.
- POINTER_CANCEL - org.pepstock.charba.client.dom.enums.PointerEventType
-
A browser fires this event if it concludes the pointer will no longer be able to generate events (for example the related device is deactivated).
- POINTER_DOWN - org.pepstock.charba.client.dom.enums.PointerEventType
-
The event is fired when a pointer becomes active.
ForPointerType.MOUSE, it is fired when the device transitions from no buttons pressed to at least one button pressed.
ForPointerType.TOUCH, it is fired when physical contact is made with the digitizer.
ForPointerType.PEN, it is fired when the stylus makes physical contact with the digitizer.
Note: For touchscreen browsers that allow direct manipulation, aPointerEventType.POINTER_DOWNevent triggers implicit pointer capture, which causes the target to capture all subsequent pointer events as if they were occurring over the capturing target.
Accordingly,PointerEventType.POINTER_OVER,PointerEventType.POINTER_ENTER,PointerEventType.POINTER_LEAVE, andPointerEventType.POINTER_OUTwill not fire as long as this capture is set.
The capture can be released manually by calling element.releasePointerCapture on the target element, or it will be implicitly released after aPointerEventType.POINTER_UPorPointerEventType.POINTER_CANCELevent. - POINTER_ENTER - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointing device is moved into the hit test boundaries of an element or one of its descendants, including as a result of a
PointerEventType.POINTER_DOWNevent from a device that does not support hover (seePointerEventType.POINTER_DOWN).
This event type is similar toPointerEventType.POINTER_OVER, but differs in that it does not bubble. - POINTER_ID - org.pepstock.charba.client.dom.events.PointerEventInit.Property
- POINTER_LEAVE - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointing device is moved out of the hit test boundaries of an element.
ForPointerType.PENdevices, this event is fired when the stylus leaves the hover range detectable by the digitizer. - POINTER_MOVE - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointer changes coordinates.
- POINTER_OUT - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired for several reasons including: pointing device is moved out of the hit test boundaries of an element; firing the
PointerEventType.POINTER_UPevent for a device that does not support hover; after firing thePointerEventType.POINTER_CANCELevent when a pen stylus leaves the hover range detectable by the digitizer. - POINTER_OVER - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointing device is moved into an element's hit test boundaries.
- POINTER_TYPE - org.pepstock.charba.client.dom.events.PointerEventInit.Property
- POINTER_UP - org.pepstock.charba.client.dom.enums.PointerEventType
-
This event is fired when a pointer is no longer active.
- PointerElement - Enum in org.pepstock.charba.client.impl.plugins.enums
-
The elements of the chart in scope of
ChartPointer.IDplugin. - PointerElement(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Creates with the property value to use in the native object.
- PointerEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativePointerEvent. - PointerEventInit() - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an empty object
- PointerEventInit(int) - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an object setting the pointer id by the passed argument.
- PointerEventInit(int, PointerType) - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an initialization object, setting the pointer id and the pointer type values.
- PointerEventInit(NativePointerEvent) - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an initialization object, cloning all source event data
- PointerEventInit(NativePointerEvent, BaseHtmlElement) - Constructor for class org.pepstock.charba.client.dom.events.PointerEventInit
-
Creates an initialization object, cloning all source event data and new related target.
- PointerEventInit.Property - Enum in org.pepstock.charba.client.dom.events
-
Name of properties of native object.
- PointerEventType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the DOM event type of the pointer (mouse, touch and pen).
- PointerEventType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.PointerEventType
-
Creates with the property value to use in the native object.
- PointerType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the device type (mouse, pen, or touch) that caused a given pointer event.
- PointerType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.PointerType
-
Creates with the property value to use in the native object.
- pointHitRadiusCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHitRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHoverBackgroundColorCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHoverBackgroundColorCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHoverBorderColorCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHoverBorderColorCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHoverBorderWidthCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHoverBorderWidthCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHoverRadiusCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointHoverRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- PointLabelCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback function to transform data labels to point labels.
It can return aListof strings (for multiple lines). - pointLabelCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialPointLabels
- pointLabels - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- pointLabels - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartPointLabels
- pointLabels - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- pointLabels - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- pointLabels - Variable in class org.pepstock.charba.client.options.AbstractScale
- PointLabels - Class in org.pepstock.charba.client.options
-
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display istrue. - PointLabels(AbstractScale, Key, IsDefaultPointLabels, NativeObject) - Constructor for class org.pepstock.charba.client.options.PointLabels
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- PointLabels.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- pointRadiusCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointRadiusCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointRotationCallback - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointRotationCallbackProxy - Variable in class org.pepstock.charba.client.data.LiningDataset
- POINTS - org.pepstock.charba.client.enums.DataType
-
The data property is set as array of data points.
- pointStyle - Variable in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
- PointStyle - Enum in org.pepstock.charba.client.enums
-
Style of the point.
- PointStyle(String) - Constructor for enum org.pepstock.charba.client.enums.PointStyle
-
Creates with the property value to use in the native object.
- pointStyleCallback - Variable in class org.pepstock.charba.client.configuration.Bar
- pointStyleCallback - Variable in class org.pepstock.charba.client.configuration.Point
- pointStyleCallback - Variable in class org.pepstock.charba.client.data.BarDataset
- pointStyleCallback - Variable in class org.pepstock.charba.client.data.DataPointStyleHandler
- PointStyleCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
pointStyleproperty at runtime. - pointStyleCallbackProxy - Variable in class org.pepstock.charba.client.annotation.PointAnnotation
- pointStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Bar
- pointStyleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Point
- pointStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.BarDataset
- pointStyleCallbackProxy - Variable in class org.pepstock.charba.client.data.DataPointStyleHandler
- PointStyleCircle - Class in org.pepstock.charba.client.colors.tiles
-
CIRCLE drawer to design a
PointStyle.CIRCLEin the tile.
It designs the point style in the following tile section (A):
- PointStyleCircle() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleCircle
- PointStyleCross - Class in org.pepstock.charba.client.colors.tiles
-
CROSS drawer to design a
PointStyle.CROSSin the tile.
It designs the point style in the following tile section (A):
- PointStyleCross() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleCross
- PointStyleCrossRot - Class in org.pepstock.charba.client.colors.tiles
-
CROSSROT drawer to design a
PointStyle.CROSS_ROTin the tile.
It designs the point style in the following tile section (A):
- PointStyleCrossRot() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleCrossRot
- PointStyleDash - Class in org.pepstock.charba.client.colors.tiles
-
DASH drawer to design a
PointStyle.DASHin the tile.
It designs the point style in the following tile section (A):
- PointStyleDash() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleDash
- pointStyleHandler - Variable in class org.pepstock.charba.client.annotation.PointAnnotation
- pointStyleHandler - Variable in class org.pepstock.charba.client.data.BubbleDataset
- pointStyleHandler - Variable in class org.pepstock.charba.client.data.LiningDataset
- pointStyleHandler - Variable in class org.pepstock.charba.client.options.Bar
- pointStyleHandler - Variable in class org.pepstock.charba.client.options.LegendLabels
- pointStyleHandler - Variable in class org.pepstock.charba.client.options.Point
- PointStyleHandler - Class in org.pepstock.charba.client.options
-
Base object to to manage point style property in the options.
- PointStyleHandler(AbstractNode, IsDefaultPointStyleHandler, NativeObject) - Constructor for class org.pepstock.charba.client.options.PointStyleHandler
-
Creates a point style handler with the native object where POINTSTYLE property must be managed and the default value to use when the property does not exist.
- PointStyleHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- PointStyleLine - Class in org.pepstock.charba.client.colors.tiles
-
LINE drawer to design a
PointStyle.LINEin the tile.
It designs the point style in the following tile section (A):
- PointStyleLine() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleLine
- PointStyleRect - Class in org.pepstock.charba.client.colors.tiles
-
RECT drawer to design a
PointStyle.RECTin the tile.
It designs the point style in the following tile section (A):
- PointStyleRect() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleRect
- PointStyleRectRot - Class in org.pepstock.charba.client.colors.tiles
-
RECTROT drawer to design a
PointStyle.RECT_ROTin the tile.
It designs the point style in the following tile section (A):
- PointStyleRectRot() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleRectRot
- PointStyleRectRounded - Class in org.pepstock.charba.client.colors.tiles
-
RECTROUNDED drawer to design a
PointStyle.RECT_ROUNDEDin the tile.
It designs the point style in the following tile section (A):
- PointStyleRectRounded() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleRectRounded
- PointStyleShape - Enum in org.pepstock.charba.client.colors.tiles
-
Enumerates all available shapes applicable onto a tile by a
PointStyle. - PointStyleShape(PointStyle, ShapeDrawer) - Constructor for enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Creates a shaper with own drawer and the related point style instance to draw.
- PointStyleStar - Class in org.pepstock.charba.client.colors.tiles
-
STAR drawer to design a
PointStyle.STARin the tile.
It designs the point style in the following tile section (A):
- PointStyleStar() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleStar
- PointStyleTriangle - Class in org.pepstock.charba.client.colors.tiles
-
TRIANGLE drawer to design a
PointStyle.TRIANGLEin the tile.
It designs the point style in the following tile section (A):
- PointStyleTriangle() - Constructor for class org.pepstock.charba.client.colors.tiles.PointStyleTriangle
- PointStyleType - Enum in org.pepstock.charba.client.enums
-
Enumerates the type of the point style.
- PointStyleType(String) - Constructor for enum org.pepstock.charba.client.enums.PointStyleType
-
Creates with the property value to use in the native object.
- POLAND - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Poland timezone.
- POLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Poland region.
- POLAR_AREA - org.pepstock.charba.client.ChartType
-
Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
- PolarAreaChart - Class in org.pepstock.charba.client
-
POLAR AREA chart implementation.
Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
This type of chart is often useful when we want to show a comparison data similar to a pie chart, but also show a scale of values for context. - PolarAreaChart() - Constructor for class org.pepstock.charba.client.PolarAreaChart
-
Builds the object.
- PolarAreaChart(Type) - Constructor for class org.pepstock.charba.client.PolarAreaChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - PolarAreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
POLAR AREA chart GWT WIDGET implementation.
Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
This type of chart is often useful when we want to show a comparison data similar to a pie chart, but also show a scale of values for context. - PolarAreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
-
Builds the object.
- PolarAreaChartWidget(PolarAreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.PolarAreaChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - PolarAreaDataset - Class in org.pepstock.charba.client.data
-
The polar area chart allows a number of properties to be specified for each dataset.
- PolarAreaDataset() - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates a dataset.
It uses the global options has default. - PolarAreaDataset(boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates a dataset.
It uses the global options has default. - PolarAreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates the dataset using a default.
- PolarAreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates the dataset using a default.
- PolarAreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates the dataset using chart type related to the dataset.
- PolarAreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.PolarAreaDataset
-
Creates the dataset using a default and chart type related to the dataset.
- PolarAreaDataset.Property - Enum in org.pepstock.charba.client.data
-
Name of properties of native object.
- PolarAreaOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for POLAR AREA chart.
- PolarAreaOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.PolarAreaOptions
-
Builds the object storing the chart instance and default values.
- policy - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- POLISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Polish language.
- POLITICS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Politics" -
- POLYGON - org.pepstock.charba.client.annotation.AnnotationType
-
Defines a POLYGON annotation which draws a polygon in the a chart.
- PolygonAnnotation - Class in org.pepstock.charba.client.annotation
-
Implements a POLYGON annotation which draws a polygon in the a chart.
- PolygonAnnotation() - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptionsinstance.
The annotation id is calculated automatically. - PolygonAnnotation(String) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - PolygonAnnotation(String, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - PolygonAnnotation(AnnotationId) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument. - PolygonAnnotation(AnnotationId, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptionsinstance, using the native object and defaults passed as argument. - PolygonAnnotation(AnnotationId, IsChart) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates a polygon annotation to be added to an
AnnotationOptionsinstance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for this object. - PolygonAnnotation(NativeObject, IsDefaultsAnnotation) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Creates the object wrapping an existing native object.
- PolygonAnnotation.PolygonElementFactory - Class in org.pepstock.charba.client.annotation
-
Specific element factory for polygon annotation elements.
- PolygonAnnotation.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- PolygonElementFactory(String) - Constructor for class org.pepstock.charba.client.annotation.PolygonAnnotation.PolygonElementFactory
-
Creates the factory by the key of object, as string.
- POLYNOMIAL - org.pepstock.charba.client.enums.RegressionType
-
Identify a polynomial regression,
PolynomialRegression. - POLYNOMIAL - org.pepstock.charba.client.ml.RegressionFactory
-
Identify a polynomial regression,
PolynomialRegression. - PolynomialRegression - Class in org.pepstock.charba.client.ml
-
Polynomial Regression is a regression algorithm that models the relationship between a dependent(y) and independent variable(x) as nth degree polynomial.
The Polynomial Regression equation is given below:
y = b0 + b1x1 + b2x12 + b2x13 +...... - PolynomialRegression(List<Double>, List<Double>, int) - Constructor for class org.pepstock.charba.client.ml.PolynomialRegression
-
Creates the polynomial regression object, using the passed data to calculate the formula.
- PolynomialRegression(RegressionDescriptor) - Constructor for class org.pepstock.charba.client.ml.PolynomialRegression
-
Creates the polynomial regression object, using the passed regression descriptor.
- PONCHO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Poncho" -
- pop() - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayChart
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayString
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Removes the last element from an array and returns that element.
- pop() - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Removes the last element from an array and returns that element.
- PORTRAIT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Portrait" -
- PORTUGAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Portugal timezone.
- PORTUGAL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Portugal region.
- PORTUGUESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Portuguese language.
- position - Variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
- position - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- Position - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the set of values how an element is positioned in a document.
- Position - Enum in org.pepstock.charba.client.enums
-
Property to set the position's edge of an element to a unit above/below its normal position.
- Position - Enum in org.pepstock.charba.client.geo.enums
-
Property to set the position of the legend on the chart area.
- Position - Enum in org.pepstock.charba.client.labels.enums
-
Enumeration of available positions to use to configure
LabelsPlugin.IDplugin. - Position - Enum in org.pepstock.charba.client.treemap.enums
-
The position property specifies the text vertical alignment used when drawing the label.
- Position(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Position
-
Creates with the property value to use in the native object.
- Position(String) - Constructor for enum org.pepstock.charba.client.enums.Position
-
Creates with the property value to use in the native object.
- Position(String) - Constructor for enum org.pepstock.charba.client.geo.enums.Position
-
Creates with the property value to use in the native object.
- Position(String) - Constructor for enum org.pepstock.charba.client.labels.enums.Position
-
Creates the enumeration item by its value.
- Position(String) - Constructor for enum org.pepstock.charba.client.treemap.enums.Position
-
Creates with the property value to use in the native object.
- POSITION - org.pepstock.charba.client.annotation.AbstractBoxedLabel.Property
- POSITION - org.pepstock.charba.client.annotation.Callout.Property
- POSITION - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- POSITION - org.pepstock.charba.client.annotation.elements.CalloutElement.Property
- POSITION - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- POSITION - org.pepstock.charba.client.annotation.LabelAnnotation.Property
- POSITION - org.pepstock.charba.client.annotation.LineLabel.Property
- POSITION - org.pepstock.charba.client.configuration.AbstractTitle.Property
- POSITION - org.pepstock.charba.client.configuration.CartesianAxis.Property
- POSITION - org.pepstock.charba.client.geo.Legend.Property
- POSITION - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- POSITION - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- POSITION - org.pepstock.charba.client.labels.Label.Property
- POSITION - org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
- POSITION - org.pepstock.charba.client.options.AbstractScale.Property
- POSITION - org.pepstock.charba.client.options.Tooltips.Property
- POSITION - org.pepstock.charba.client.treemap.Labels.Property
- POSITION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
- POSITION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Callout
- POSITION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- POSITION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
- POSITION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.Legend
- positionCallback - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- positionCallback - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- positionCallback - Variable in class org.pepstock.charba.client.treemap.Labels
- PositionCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
positionproperty at runtime. - PositionCallback - Interface in org.pepstock.charba.client.geo.callbacks
-
Callback interface to set
positionproperty at runtime inLegenditem. - PositionCallback - Interface in org.pepstock.charba.client.treemap.callbacks
-
Callback interface of
TreeMapChartcontroller to setpositionproperty at runtime, using the dataset context. - positionCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
- positionCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Callout
- positionCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- positionCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
- positionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- positionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- positionCallbackProxy - Variable in class org.pepstock.charba.client.geo.Legend
- positionCallbackProxy - Variable in class org.pepstock.charba.client.treemap.Labels
- positionDefaultValue - Variable in class org.pepstock.charba.client.items.BaseBoxNodeItem
- Positioner - Class in org.pepstock.charba.client.positioner
-
Manages the custom tooltip positioner.
- Positioner() - Constructor for class org.pepstock.charba.client.positioner.Positioner
-
To avoid any instantiation
- POSITIONER - Static variable in class org.pepstock.charba.client.treemap.TreeMapChart
- POSITIONER_VALUE - Static variable in class org.pepstock.charba.client.treemap.TreeMapChart
- Positioner.ProxyPositionerCallback - Interface in org.pepstock.charba.client.positioner
-
Java script FUNCTION callback called to invoke a custom positioner for tooltips.
Must be an interface with only 1 method. - positionerCallbackProxy - Variable in class org.pepstock.charba.client.positioner.Positioner
- PositionerContext - Class in org.pepstock.charba.client.positioner
-
The positioner context is used to give contextual information to the tooltip positioner function.
- PositionerContext() - Constructor for class org.pepstock.charba.client.positioner.PositionerContext
-
Creates an empty context and it will fill with the chart.
Used byPositioner.invokePositioner(org.pepstock.charba.client.enums.IsTooltipPosition, IsChart, java.util.List, Point). - PositionerContext(NativeObject) - Constructor for class org.pepstock.charba.client.positioner.PositionerContext
-
Creates the object with native object instance to be wrapped.
- PositionerContext.Property - Enum in org.pepstock.charba.client.positioner
-
Name of properties of native object.
- positioners - Variable in class org.pepstock.charba.client.positioner.Positioner
- PositionPoint - Class in org.pepstock.charba.client.geo
-
This object is wrapping the native java script object to provide the position of the legend.
- PositionPoint() - Constructor for class org.pepstock.charba.client.geo.PositionPoint
-
Creates an empty object.
- PositionPoint(double) - Constructor for class org.pepstock.charba.client.geo.PositionPoint
-
Creates an object with X coordinate of the point
- PositionPoint(double, double) - Constructor for class org.pepstock.charba.client.geo.PositionPoint
-
Creates an object with X and Y coordinates of the point
- PositionPoint(NativeObject) - Constructor for class org.pepstock.charba.client.geo.PositionPoint
-
Creates the object with native object instance to be wrapped.
- positionValues - Variable in class org.pepstock.charba.client.items.BaseBoxNodeItem
- POSITIVE_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
- POSITIVE_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- POSITIVE_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- POSITIVE_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- POSITIVE_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- positiveOrDefault(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a positive number and returns it.
- positiveOrDefault(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a positive number and returns it.
- positiveOrZero(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a positive number and returns it.
- positiveOrZero(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a positive number and returns it.
- POUND - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for pound.
- POUND_STERLING - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pound Sterling currency.
- POWDER_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "powderBlue" -
- POWER - org.pepstock.charba.client.enums.RegressionType
-
Identify a power regression,
PowerRegression. - POWER - org.pepstock.charba.client.ml.RegressionFactory
-
Identify a power regression,
PowerRegression. - PowerRegression - Class in org.pepstock.charba.client.ml
-
Power regression is a non-linear regression technique that looks like this:
y = A * xB - PowerRegression(List<Double>, List<Double>) - Constructor for class org.pepstock.charba.client.ml.PowerRegression
-
Creates the power regression object, using the passed data to calculate the formula.
- PowerRegression(RegressionDescriptor) - Constructor for class org.pepstock.charba.client.ml.PowerRegression
-
Creates the power regression object, using the passed regression descriptor.
- PRC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for PRC timezone.
- PRECEDENT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Precedent6" -
- precision - Variable in class org.pepstock.charba.client.impl.callbacks.NoSelectedDatasetTicksCallback
- precision - Variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
- precision - Variable in class org.pepstock.charba.client.impl.charts.ValueLabel
- PRECISION - org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
- PRECISION - org.pepstock.charba.client.labels.Label.Property
- PRECISION - org.pepstock.charba.client.options.Ticks.Property
- precisionCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
- PrecisionCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
maxTicksLimitproperty at runtime, forIsLinearTickinstances. - precisionCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
- PREDAWN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Predawn" -
- PREDEFINED - org.pepstock.charba.client.enums.FillingMode
-
Predefined values by
Fill. - PREDEFINED_BOOLEAN - org.pepstock.charba.client.enums.FillingMode
-
It is never really used, because the value is boolean.
- predict(double) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predict(double) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(double) - Method in class org.pepstock.charba.client.ml.NativeBaseRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(double...) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predict(double...) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predict(Date) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predict(Date) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(List<Double>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predict(List<Double>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predict(ArrayDouble) - Method in class org.pepstock.charba.client.ml.BaseRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(DataPoint) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predict(DataPoint) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(TimeSeriesItem) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predict(TimeSeriesItem) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the Y value, calculated by the regression formula at specific X value.
- predict(NativeBaseRegression, ArrayDouble) - Static method in class org.pepstock.charba.client.ml.NativeJsMLHelper
-
Returns an array of Y values, calculated by the regression formula for specific X values.
- predictByDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predictByDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predictByDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByDates(Date...) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predictByDates(Date...) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByDates(List<Date>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predictByDates(List<Date>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByTimeSeriesItems(List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predictByTimeSeriesItems(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- predictByTimeSeriesItems(TimeSeriesItem...) - Method in class org.pepstock.charba.client.ml.BaseRegression
- predictByTimeSeriesItems(TimeSeriesItem...) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns a list of Y values, calculated by the regression formula for specific X values.
- PREFIX_EXCEPTION_MSG - Static variable in class org.pepstock.charba.client.gradient.Colors
- PREFIX_ID - Static variable in class org.pepstock.charba.client.utils.toast.ActionItem
- PRESSURE - org.pepstock.charba.client.dom.events.PointerEventInit.Property
- preventClickEvent - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- preventDefault() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Cancels the event (if it is cancelable).
- previous() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Returns the previous element in the list and moves the cursor position backwards.
- previousIndex() - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Returns the index of the element that would be returned by a subsequent call to
previous(). - Priority - Class in org.pepstock.charba.client.sankey
-
Is a map to apply a different priority to sankey node, priority used to layout calculation.
- Priority() - Constructor for class org.pepstock.charba.client.sankey.Priority
-
Creates the object with an empty native object instance.
- Priority(NativeObject) - Constructor for class org.pepstock.charba.client.sankey.Priority
-
Creates the object with native object instance to be wrapped.
- PRIORITY - org.pepstock.charba.client.sankey.SankeyDataset.Property
- PROCESSING_INSTRUCTION_NODE - org.pepstock.charba.client.dom.enums.NodeType
- PROGRESS - org.pepstock.charba.client.dom.enums.CursorType
-
The program is busy in the background, but the user can still interact with the interface (in contrast to wait).
- PROGRESS - org.pepstock.charba.client.enums.AnimationEventType
-
Triggers during animation progress.
- PROGRESS_BAR_HEIGHT - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- PROGRESS_BAR_TYPE - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- ProgressBarTypeBuilder - Class in org.pepstock.charba.client.utils.toast
-
Comfortable object to create custom
IsProgressBarTypeby a builder. - ProgressBarTypeBuilder(Key, IsColor, Gradient) - Constructor for class org.pepstock.charba.client.utils.toast.ProgressBarTypeBuilder
-
To avoid any instantiation.
- ProgressCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.IDplugin that is called while the user is zooming or panning. - progressCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Animation
- progressCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- projection(double, double) - Method in class org.pepstock.charba.client.geo.BaseGeoChart
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(double, double) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(double, double) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(Chart, double, double) - Method in class org.pepstock.charba.client.geo.JsGeoHelper
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(Chart, double, double) - Static method in class org.pepstock.charba.client.geo.NativeJsGeoHelper
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(Coordinates) - Method in class org.pepstock.charba.client.geo.BaseGeoChart
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(Coordinates) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- projection(Coordinates) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Translates latitude and longitude in coordinates of the canvas where the chart is drawn.
- Projection - Enum in org.pepstock.charba.client.geo.enums
-
Enumerates the possible map projections which are a way to flatten a globe's surface into a plane in order to make a map.
- Projection(String) - Constructor for enum org.pepstock.charba.client.geo.enums.Projection
-
Creates with the property value to use in the native object.
- PROJECTION - org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
- PROJECTION_OFFSET - org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
- PROJECTION_SCALE - org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
- ProjectionAxis - Class in org.pepstock.charba.client.geo
-
A map projection is a way to flatten a globe's surface into a plane in order to make a map.
This requires a systematic transformation of the latitudes and longitudes of locations from the surface of the globe into locations on a plane.
This is the scale which is managing the map projection. - ProjectionAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.ProjectionAxis
-
Builds the object storing the chart instance.
- ProjectionAxis.ProjectionAxisRemappedOptionsFactory - Class in org.pepstock.charba.client.geo
-
Can create a options mapper in order to re-map the CHART.JS options where needed in order to add additional properties and nodes for GEO charts.
- ProjectionAxisMapper - Class in org.pepstock.charba.client.geo
-
A map projection is a way to flatten a globe's surface into a plane in order to make a map.
This requires a systematic transformation of the latitudes and longitudes of locations from the surface of the globe into locations on a plane.
This is the scale which is managing the map projection. - ProjectionAxisMapper(NativeObject) - Constructor for class org.pepstock.charba.client.geo.ProjectionAxisMapper
-
Creates the object with native object instance to be wrapped.
- ProjectionAxisMapper.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object for projection scale.
- ProjectionAxisRemappedOptionsFactory(ControllerType) - Constructor for class org.pepstock.charba.client.geo.ProjectionAxis.ProjectionAxisRemappedOptionsFactory
-
Creates the factory of the mapper
- projectionInvert(double, double) - Method in class org.pepstock.charba.client.geo.BaseGeoChart
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- projectionInvert(double, double) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- projectionInvert(double, double) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- projectionInvert(CoordinatesPoint) - Method in class org.pepstock.charba.client.geo.BaseGeoChart
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- projectionInvert(CoordinatesPoint) - Method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- projectionInvert(CoordinatesPoint) - Method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Translates X and Y coordinates of the canvas where the chart is drawn in latitude and longitude.
- PROPAGATE - org.pepstock.charba.client.options.Filler.Property
- properties - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips.InternalOpacityAnimationCollection
- properties - Variable in class org.pepstock.charba.client.geo.Feature
- properties - Variable in class org.pepstock.charba.client.items.ElementProperties
- Properties(NativeObject) - Constructor for class org.pepstock.charba.client.geo.Feature.Properties
-
Creates the object with native object instance to be wrapped.
- PROPERTIES - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Props(Properties) key. - PROPERTIES - org.pepstock.charba.client.geo.Feature.Property
- PROPERTIES - org.pepstock.charba.client.options.AnimationCollection.Property
- propertiesAsString - Variable in class org.pepstock.charba.client.geo.TopoJson
- propertiesKeys() - Method in class org.pepstock.charba.client.geo.TopoJson.Objects
-
Returns the list of properties names of the object.
- propertiesKeys(NativeObject) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Returns an list of a given object's own property names.
- property - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
- property - Variable in class org.pepstock.charba.client.data.AbstractCanvasObjectCallback
- property - Variable in class org.pepstock.charba.client.data.AbstractContainer.CallbackWrapper
- property - Variable in class org.pepstock.charba.client.options.FillHandler
- Property(String) - Constructor for enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AbstractBoxedLabel.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AlignPosition.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AnnotationContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.Arrow.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.ArrowHeads.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.BorderRadiusHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.Callout.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.ControlPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.elements.AlignPositionElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.elements.ArrowElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.elements.ArrowHeadsElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.elements.BaseElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.elements.CalloutElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.elements.ControlPointElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.elements.OptionsElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.EllipseAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.enums.ContentType.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.EventsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.InnerLabel.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.Interaction.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.LabelAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.LabelHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.LineAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.LineLabel.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.PointAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.PolygonAnnotation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.RotationHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.annotation.TextStrokeOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.ChartContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.ParsedData.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.ScaleContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.SegmentContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.callbacks.TooltipContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.colors.CanvasObject.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.colors.GradientColor.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.colors.Pattern.Property
-
Creates a property with the value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.commons.AbstractReadOnlyPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.commons.Merger.Property
-
Creates a property with the value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.AbstractTitle.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Animation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Arc.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Axis.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.AxisBorder.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Bar.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.CartesianAxis.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.CartesianLinearAxis.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.CartesianTimeTick.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Grid.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Layout.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.LegendLabels.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Line.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.NumericTickOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Point.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.Configuration.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.RadialAxis.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Segment.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Tick.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Tooltips.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.controllers.WrapperController.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.ArcBorderRadius.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.BarBorderRadius.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.BarDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.BarStackHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.BorderAlignHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.BubbleDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.Data.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.DataPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.DataPointStyleHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.LabelsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.LineDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.LiningDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.OrderHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.PieDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.data.PolarAreaDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.datalabels.LabelItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.dom.events.EventInit.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.dom.events.ModifiersHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.dom.events.MouseEventInit.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.dom.events.PointerEventInit.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.dom.events.TouchEventInit.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.dom.events.TouchInit.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.dom.events.UIEventInit.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.events.ChartEventContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.BubbleMapDataPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.ChoroplethDataPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.ColorAxisMapper.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.CommonOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.DataPointCenter.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.Feature.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.GeoDataPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.GeoDatasetHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.GeoFeatureElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.Graticule.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.Legend.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.LegendAxisMapper.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.Margin.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.SizeAxisMapper.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.geo.TopoJson.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.gradient.GradientOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.gradient.PropertyOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.charts.BaseContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.charts.MeterDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.interaction.Interactions.NativeInteractionOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.intl.FormatPart.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.AnimationItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ArcElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ArcElementOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.BarElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.BarElementOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.BaseBoxItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.BorderRadiusItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ChartElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.CommonElementOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetItemController.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.DatasetReference.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.FillBaseline.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.FillColors.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.InteractionItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.InteractionOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.LegendItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.LegendNode.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.LegendTextHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginEventArgument.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginResizeArgument.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginScaleArgument.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.PointElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.PointElementOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ScaleItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ScaleLabelItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ScaleLabelOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.ScaleTickItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.SizeItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipBodyItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipLabelColor.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.items.TooltipModel.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.labels.Label.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.labels.LabelsContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.matrix.MatrixDataPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.matrix.MatrixDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.matrix.MatrixElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.matrix.MatrixElementOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractAnimation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractAnimations.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractImmutableFont.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractInteraction.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractPadding.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractReadOnlyFont.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractScale.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AbstractTitle.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Adapters.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AngleLines.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Animation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AnimationCollection.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AnimationContainer.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AnimationTransition.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Arc.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.AutoColors.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Bar.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.BoxHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Decimation.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Elements.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.EventsOptionHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.ExtendedOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.ExtendedScale.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Filler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.FillHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Font.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.FontContainer.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Grid.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Interaction.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Layout.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Legend.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.LegendLabels.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.LegendTitle.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Line.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Major.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Options.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Padding.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Point.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.PointLabels.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.PointStyleHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Scale.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.ScaleBorder.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.ScaledOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.ScaleTitle.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.SpanGapHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.TextDirectionHandler.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Ticks.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Time.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.Tooltips.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.options.TypedDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.plugins.PluginReference.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.positioner.PositionerContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.sankey.SankeyDataPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.sankey.SankeyDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.sankey.SankeyElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.sankey.SankeyElementOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.AbstractDatasetNode.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.AbstractLabels.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.Dividers.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.InnerData.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.Labels.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.TreeMapDataset.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.TreeMapElement.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.utils.toast.Action.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.utils.toast.ActionItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.utils.toast.ToastItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.utils.toast.ToastOptions.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Drag.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Limits.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Pan.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Pinch.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.ScaleLimit.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.ScaleRange.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Wheel.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.Zoom.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.ZoomContext.Property
-
Creates with the property value to use in the native object.
- Property(String) - Constructor for enum org.pepstock.charba.client.zoom.ZoomOptions.Property
-
Creates with the property value to use in the native object.
- Property(String, ObjectType) - Constructor for enum org.pepstock.charba.client.colors.Gradient.Property
-
Creates with the property value to use in the native object.
- PROPERTY - org.pepstock.charba.client.geo.LegendAxisMapper.Property
- PROPERTY_VALUE - Static variable in class org.pepstock.charba.client.geo.LegendAxisMapper
- PropertyHandler<D> - Class in org.pepstock.charba.client.commons
-
Base object to to manage common properties in the options or configuration.
To reduce the duplication of code, this calls helps to manage the same property or properties on different objects, without extending them. - PropertyHandler(AbstractNode, D, NativeObject) - Constructor for class org.pepstock.charba.client.commons.PropertyHandler
-
Creates a native object where one or more properties must be managed, cross classes and package.
- PropertyHandler.DefaultAbstractNode - Class in org.pepstock.charba.client.commons
-
This is a special implementation of an
AbstractNodewhen the passed one n the constructor is not consistent.
It does nothing, only needed for check parent belonging. - PropertyKey - Interface in org.pepstock.charba.client.commons
-
Represents the key of property of a java-script object.
- PropertyKeyChecker - Class in org.pepstock.charba.client.commons
-
This utility checks if the property key is acceptable or not.
- PropertyKeyChecker() - Constructor for class org.pepstock.charba.client.commons.PropertyKeyChecker
-
To avoid any instantiation
- PropertyOptions - Class in org.pepstock.charba.client.gradient
-
Maps all the options which can be set for each configurable property (for instance backgroundColor, borderColor and so on).
- PropertyOptions(AbstractNode, Key, NativeObject) - Constructor for class org.pepstock.charba.client.gradient.PropertyOptions
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- PropertyOptions.Property - Enum in org.pepstock.charba.client.gradient
-
Name of properties of native object.
- provide(ControllerType) - Method in interface org.pepstock.charba.client.controllers.ControllerProvider
-
Provides a controller instance for the specific controller type.
- provide(ControllerType) - Method in class org.pepstock.charba.client.geo.BaseGeoController.BaseGeoControllerProvier
- provide(ControllerType) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterController.BaseMeterControllerProvier
- provide(ControllerType) - Method in class org.pepstock.charba.client.matrix.MatrixController.MatrixControllerProvier
- provide(ControllerType) - Method in class org.pepstock.charba.client.sankey.SankeyController.SankeyControllerProvier
- provide(ControllerType) - Method in class org.pepstock.charba.client.treemap.TreeMapController.TreeMapControllerProvier
- provider - Variable in class org.pepstock.charba.client.configuration.AbstractDynamicConfiguration
- provider - Variable in class org.pepstock.charba.client.controllers.ControllerType
- PROVIDER - Static variable in class org.pepstock.charba.client.geo.BaseGeoController
- PROVIDER - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
- PROVIDER - Static variable in class org.pepstock.charba.client.matrix.MatrixController
- PROVIDER - Static variable in class org.pepstock.charba.client.sankey.SankeyController
- PROVIDER - Static variable in class org.pepstock.charba.client.treemap.TreeMapController
- proxies - Variable in class org.pepstock.charba.client.interaction.Interactions
- PRTI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Inscriptional Parthian script.
- PRUSSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Prussian language.
- PU_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color puBu.
- PU_BU_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color puBuGn.
- PU_BU_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn3" -
- PU_BU_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn4" -
- PU_BU_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn5" -
- PU_BU_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn6" -
- PU_BU_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn7" -
- PU_BU_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn8" -
- PU_BU_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBuGn9" -
- PU_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu3" -
- PU_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu4" -
- PU_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu5" -
- PU_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu6" -
- PU_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu7" -
- PU_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu8" -
- PU_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuBu9" -
- PU_OR - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color puOr.
- PU_OR10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr10" -
- PU_OR11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr11" -
- PU_OR3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr3" -
- PU_OR4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr4" -
- PU_OR5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr5" -
- PU_OR6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr6" -
- PU_OR7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr7" -
- PU_OR8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr8" -
- PU_OR9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuOr9" -
- PU_RD - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color puRd.
- PU_RD3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd3" -
- PU_RD4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd4" -
- PU_RD5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd5" -
- PU_RD6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd6" -
- PU_RD7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd7" -
- PU_RD8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd8" -
- PU_RD9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "PuRd9" -
- PUERTO_RICO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Puerto Rico region.
- PULA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Pula currency.
- PULAAR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Pulaar language.
- PUN_YETA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pun Yeta" -
- PURE_LUST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Pure Lust" -
- PURPINK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purpink" -
- PURPLE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE" -
- PURPLE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "purple" -
- PURPLE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple" -
- PURPLE - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "PURPLE" -
- PURPLE_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_ACCENT_1" -
- PURPLE_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_ACCENT_2" -
- PURPLE_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_ACCENT_3" -
- PURPLE_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_ACCENT_4" -
- PURPLE_BLISS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple Bliss" -
- PURPLE_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_DARKEN_1" -
- PURPLE_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_DARKEN_2" -
- PURPLE_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_DARKEN_3" -
- PURPLE_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_DARKEN_4" -
- PURPLE_DREAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple Dream" -
- PURPLE_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_1" -
- PURPLE_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_2" -
- PURPLE_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_3" -
- PURPLE_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_4" -
- PURPLE_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "PURPLE_LIGHTEN_5" -
- PURPLE_LOVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple Love" -
- PURPLE_PARADISE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple Paradise" -
- PURPLE_PINK_GRAY12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "PurplePinkGray12" -
- PURPLE_WHITE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purple White" -
- PURPLE20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Purple20" -
- PURPLEPINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purplepine" -
- PURPLES - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color purples.
- PURPLES3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples3" -
- PURPLES4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples4" -
- PURPLES5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples5" -
- PURPLES6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples6" -
- PURPLES7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples7" -
- PURPLES8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples8" -
- PURPLES9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Purples9" -
- PURPLIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Purplin" -
- push(double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Adds one element to the end of an array.
- push(double...) - Method in class org.pepstock.charba.client.commons.NativeArrayDoubleContainer
-
Adds an array of elements to the end of an array.
- push(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Adds one element to the end of an array.
- push(Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Adds one element to the end of an array.
- push(String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Adds one element to the end of an array.
- push(ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Adds one element to the end of an array.
- push(NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Adds one element to the end of an array.
- push(Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Adds one element to the end of an array.
- push(CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Adds one element to the end of an array.
- push(CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Adds one element to the end of an array.
- push(Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Adds one element to the end of an array.
- push(Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Adds one element to the end of an array.
- PUSHPIN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Pushpin6" -
- PUSHTO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Pushto language.
- putColorScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesUtil
-
Stores a color scheme in the cache.
- putImageData(ImageData, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Paints data from the given
ImageDataobject onto the canvas. - putImageData(ImageData, double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Paints data from the given
ImageDataobject onto the canvas. - PX - org.pepstock.charba.client.dom.enums.Unit
-
One pixel.
Q
- QAAA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Reserved for private use (start) script.
- QABX - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Reserved for private use (end) script.
- QATAR - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Qatar region.
- QATARI_RIAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Qatari Rial currency.
- quadraticCurveTo(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a quadratic Bézier curve to the current sub-path.
It requires two points: the first one is a control point and the second one is the end point.
The starting point is the latest point in the current path. - QUANTIZE - org.pepstock.charba.client.geo.ColorAxisMapper.Property
- QUANTIZE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.ColorAxisMapper
- QuantizeCallback - Interface in org.pepstock.charba.client.geo.callbacks
- quantizeCallbackProxy - Variable in class org.pepstock.charba.client.geo.ColorAxisMapper
- QUARTER - org.pepstock.charba.client.enums.TimeUnit
-
Quarter time unit
- QUARTER_PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- QUECHUA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Quechua language.
- QUEPAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Quepal" -
- QUERY_STRING_PARAMETERS_MAP - Static variable in class org.pepstock.charba.client.dom.BaseLocationUtil
- queryString - Static variable in class org.pepstock.charba.client.dom.BaseLocationUtil
- QUETZAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Quetzal currency.
- QUEUE - org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
-
Puts new messages in queue.
- QUEUED - org.pepstock.charba.client.utils.toast.enums.Status
-
The toast is in the queue.
- queueItems - Variable in class org.pepstock.charba.client.utils.toast.Toaster
- QUOTABLE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Quotable6" -
R
- R - org.pepstock.charba.client.callbacks.ParsedData.Property
- R - org.pepstock.charba.client.data.DataPoint.Property
- R - org.pepstock.charba.client.enums.AxisKind
-
This is the axis type used by radial linear axis even if it is not a cartesian axis.
- R - org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for radial linear axis.
- R - org.pepstock.charba.client.enums.InteractionAxis
-
Radial directions are used in calculating distances.
- R_AXIS_ID - org.pepstock.charba.client.items.DatasetItem.Property
- R_SCALE - org.pepstock.charba.client.items.DatasetItem.Property
- RACKER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Racker" -
- RAD_PER_DEG - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- RADAR - org.pepstock.charba.client.ChartType
-
A radar chart is a way of showing multiple data points and the variation between them.
- RADAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Radar" -
- RadarChart - Class in org.pepstock.charba.client
-
RADAR chart implementation.
A radar chart is a way of showing multiple data points and the variation between them.
They are often useful for comparing the points of two or more different data sets. - RadarChart() - Constructor for class org.pepstock.charba.client.RadarChart
-
Builds the object.
- RadarChart(Type) - Constructor for class org.pepstock.charba.client.RadarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - RadarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
RADAR chart GWT WIDGET implementation.
A radar chart is a way of showing multiple data points and the variation between them.
They are often useful for comparing the points of two or more different data sets. - RadarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
-
Builds the object.
- RadarChartWidget(RadarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.RadarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - RadarDataset - Class in org.pepstock.charba.client.data
-
The radar chart allows a number of properties to be specified for each dataset.
- RadarDataset() - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates a dataset.
It uses the global options has default. - RadarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates a dataset.
It uses the global options has default. - RadarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates the dataset using a default.
- RadarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates the dataset using a default.
- RadarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates the dataset using chart type related to the dataset.
- RadarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.RadarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- RadarOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for RADAR chart.
- RadarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.RadarOptions
-
Builds the object storing the chart instance and default values.
- RADIAL - org.pepstock.charba.client.colors.GradientType
-
Creates an image consisting of a progressive transition between two or more colors that radiate from an origin.
- RADIAL_LINEAR - org.pepstock.charba.client.enums.ChartAxisType
-
Radial axes are used specifically for the radar and polar area chart types.
These axes overlay the chart area, rather than being positioned on one of the edges.
The linear scale is use to chart numerical data.
The linear interpolation is used to determine where a value lies in relation the center of the axis. - RadialAngleLines - Class in org.pepstock.charba.client.configuration
-
It is used to configure angled lines that radiate from the center of the chart to the point labels.
Note that these options only apply if display is true. - RadialAngleLines(Axis) - Constructor for class org.pepstock.charba.client.configuration.RadialAngleLines
-
Builds the object storing the axis which this angle lines belongs to.
- RadialAngleLines.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- RadialAxis - Class in org.pepstock.charba.client.configuration
-
Radial axes are used specifically for the radar and polar area chart types.
These axes overlay the chart area, rather than being positioned on one of the edges.
The linear scale is use to chart numerical data.
As the name suggests, linear interpolation is used to determine where a value lies in relation the center of the axis. - RadialAxis(IsChart) - Constructor for class org.pepstock.charba.client.configuration.RadialAxis
-
Builds the object storing the chart instance.
- RadialAxis(IsChart, ScaleId, AxisType, AxisKind) - Constructor for class org.pepstock.charba.client.configuration.RadialAxis
-
Builds the object storing the chart instance and cartesian axis type.
- RadialAxis.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- RadialLinearTick - Class in org.pepstock.charba.client.configuration
-
This object is used to map defined radial axis as linear.
- RadialLinearTick(Axis) - Constructor for class org.pepstock.charba.client.configuration.RadialLinearTick
-
Builds the object storing the axis which this tick belongs to.
- RadialPointLabels - Class in org.pepstock.charba.client.configuration
-
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true. - RadialPointLabels(Axis) - Constructor for class org.pepstock.charba.client.configuration.RadialPointLabels
-
Builds the object storing the axis which this point labels belongs to.
- RadialPointLabels.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- RadialPointLabels.ProxyPointLabelCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to transform data labels to point labels.
- RADIOACTIVE_HEAT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Radioactive Heat" -
- radius - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
- Radius - Class in org.pepstock.charba.client.colors
-
Contains the radius of inner and outer of an arc.
Used inside the canvas object factory. - Radius() - Constructor for class org.pepstock.charba.client.colors.Radius
- RADIUS - org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation.Property
- RADIUS - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- RADIUS - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- RADIUS - org.pepstock.charba.client.configuration.Point.Property
- RADIUS - org.pepstock.charba.client.data.BubbleDataset.Property
- RADIUS - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to radius property to animate the element.
- RADIUS - org.pepstock.charba.client.geo.enums.Mode
-
Uses the radius as is.
- RADIUS - org.pepstock.charba.client.items.PointElementOptions.Property
- RADIUS - org.pepstock.charba.client.options.Options.Property
- RADIUS - org.pepstock.charba.client.options.Point.Property
- RADIUS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
- RADIUS_X - org.pepstock.charba.client.dom.events.TouchInit.Property
- RADIUS_Y - org.pepstock.charba.client.dom.events.TouchInit.Property
- radiusCallback - Variable in class org.pepstock.charba.client.configuration.Point
- radiusCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
- RadiusCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
radiusproperty at runtime. - radiusCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
- radiusCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Point
- radiusCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
- RAINBOW - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rainbow.
- RAINBOW - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Rainbow toast type -
- RAINBOW_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rainbow Blue" -
- RAINBOW_GRADIENT - Static variable in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- RAND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rand currency.
- RANGE - org.pepstock.charba.client.geo.SizeAxisMapper.Property
- RANGE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.SizeAxisMapper
- RangeCallback - Interface in org.pepstock.charba.client.geo.callbacks
- rangeCallbackProxy - Variable in class org.pepstock.charba.client.geo.SizeAxisMapper
- RASTAFARI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rastafari" -
- RD_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdBu.
- RD_BU10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu10" -
- RD_BU11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu11" -
- RD_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu3" -
- RD_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu4" -
- RD_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu5" -
- RD_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu6" -
- RD_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu7" -
- RD_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu8" -
- RD_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdBu9" -
- RD_GY - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdGy.
- RD_GY10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy10" -
- RD_GY11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy11" -
- RD_GY3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy3" -
- RD_GY4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy4" -
- RD_GY5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy5" -
- RD_GY6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy6" -
- RD_GY7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy7" -
- RD_GY8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy8" -
- RD_GY9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdGy9" -
- RD_PU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdPu.
- RD_PU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu3" -
- RD_PU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu4" -
- RD_PU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu5" -
- RD_PU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu6" -
- RD_PU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu7" -
- RD_PU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu8" -
- RD_PU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdPu9" -
- RD_YL_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdYlBu.
- RD_YL_BU10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu10" -
- RD_YL_BU11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu11" -
- RD_YL_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu3" -
- RD_YL_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu4" -
- RD_YL_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu5" -
- RD_YL_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu6" -
- RD_YL_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu7" -
- RD_YL_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu8" -
- RD_YL_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlBu9" -
- RD_YL_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color rdYlGn.
- RD_YL_GN10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn10" -
- RD_YL_GN11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn11" -
- RD_YL_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn3" -
- RD_YL_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn4" -
- RD_YL_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn5" -
- RD_YL_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn6" -
- RD_YL_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn7" -
- RD_YL_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn8" -
- RD_YL_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "RdYlGn9" -
- REA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rea" -
- READY - org.pepstock.charba.client.impl.plugins.SelectionStatus
-
Ready for selection
- REAQUA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Reaqua" -
- REBECCA_PURPLE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "rebeccaPurple" -
- reconfigure() - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place. - reconfigure() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- reconfigure() - Method in interface org.pepstock.charba.client.IsChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place. - reconfigure(TransitionMode) - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired. - reconfigure(TransitionMode) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- reconfigure(TransitionMode) - Method in interface org.pepstock.charba.client.IsChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired. - reconfigure(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A configuration object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. - reconfigure(UpdateConfiguration) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- reconfigure(UpdateConfiguration) - Method in interface org.pepstock.charba.client.IsChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update the options, mutating the options property in place.
A configuration object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. - reconfigureOptions() - Method in class org.pepstock.charba.client.AbstractChart
-
Prepares the chart options with the configuration ones before updating the chart, in order that new or updated options will be used by chart.
- rect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a rectangle to the current path.
- RECT - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.RECT. - RECT - org.pepstock.charba.client.enums.PointStyle
- RECT_ROT - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.RECT_ROT. - RECT_ROT - org.pepstock.charba.client.enums.PointStyle
- RECT_ROUNDED - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.RECT_ROUNDED. - RECT_ROUNDED - org.pepstock.charba.client.enums.PointStyle
- red - Variable in class org.pepstock.charba.client.colors.Color
- RED - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED" -
- RED - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "red" -
- RED - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "RED" -
- RED_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_ACCENT_1" -
- RED_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_ACCENT_2" -
- RED_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_ACCENT_3" -
- RED_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_ACCENT_4" -
- RED_BLACK_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlackWhite7" -
- RED_BLACK7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlack7" -
- RED_BLUE_BROWN12 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlueBrown12" -
- RED_BLUE_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlueWhite7" -
- RED_BLUE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedBlue7" -
- RED_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_DARKEN_1" -
- RED_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_DARKEN_2" -
- RED_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_DARKEN_3" -
- RED_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_DARKEN_4" -
- RED_GOLD21 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedGold21" -
- RED_GREEN_GOLD7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedGreenGold7" -
- RED_GREEN_WHITE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedGreenWhite7" -
- RED_GREEN7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "RedGreen7" -
- RED_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_1" -
- RED_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_2" -
- RED_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_3" -
- RED_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_4" -
- RED_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "RED_LIGHTEN_5" -
- RED_MIST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Red Mist" -
- RED_OCEAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Red Ocean" -
- RED_ORANGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "RedOrange6" -
- RED_SUNSET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Red Sunset" -
- RED_VIOLET6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "RedViolet6" -
- RED20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Red20" -
- RED6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Red6" -
- REDO - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Redo the last action.
- REDS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color reds.
- REDS3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds3" -
- REDS4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds4" -
- REDS5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds5" -
- REDS6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds6" -
- REDS7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds7" -
- REDS8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds8" -
- REDS9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Reds9" -
- REEF - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Reef" -
- reEnableDefaultPlugin(DefaultPluginId) - Method in class org.pepstock.charba.client.options.Plugins
-
Invoked to re-apply the default plugin configuration when the plugin was disable.
- Reflect - Class in org.pepstock.charba.client.commons
- Reflect() - Constructor for class org.pepstock.charba.client.commons.Reflect
-
To avoid any instantiation
- REFLECT - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind Reflect java script object as object with name "Reflect".
See MDN. - refresh() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Recalculates the selection area and track and draws the area when a chart is updated or resized.
- RegExp - Class in org.pepstock.charba.client.utils
-
Regular expressions are patterns used to match character combinations in strings.
In JavaScript, regular expressions are also objects. - RegExp(String) - Constructor for class org.pepstock.charba.client.utils.RegExp
-
Creates a regular expression.
See MDN RegExp. - RegExp(String, String) - Constructor for class org.pepstock.charba.client.utils.RegExp
-
Creates a regular expression, using flags passed as string.
If specified, flags is a string that contains the flags to add.
Alternatively, if an object is supplied for the pattern, the flags string will replace any of that object's flags (and lastIndex will be reset to 0).
Flags may contain any combination of the following characters:
g (global match), finds all matches rather than stopping after the first match. - REGEXP_HSL - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
- REGEXP_HSL_PATTERN - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
- REGEXP_HSLA - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
- REGEXP_HSLA_PATTERN - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
- REGEXP_ID - Static variable in class org.pepstock.charba.client.commons.Constants
-
Regular expression to check if a string can be used as controller type or plugin ID, "^[a-zA-Z0-9_]+$"
- REGEXP_ID - Static variable in class org.pepstock.charba.client.commons.PropertyKeyChecker
- REGEXP_ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
- REGEXP_ID_PATTERN - Static variable in class org.pepstock.charba.client.commons.Constants
- REGEXP_ID_PATTERN - Static variable in class org.pepstock.charba.client.commons.PropertyKeyChecker
- REGEXP_ID_PATTERN - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendId
- REGEXP_LOCALE - Static variable in class org.pepstock.charba.client.intl.CLocaleBuilder
- REGEXP_LOCALE_PATTERN - Static variable in class org.pepstock.charba.client.intl.CLocaleBuilder
- REGEXP_NAME - Static variable in class org.pepstock.charba.client.utils.toast.NameChecker
- REGEXP_NAME_PATTERN - Static variable in class org.pepstock.charba.client.utils.toast.NameChecker
- REGEXP_QUERY_STRING - Static variable in class org.pepstock.charba.client.dom.BaseLocationUtil
- REGEXP_QUERY_STRING_PATTERN - Static variable in class org.pepstock.charba.client.dom.BaseLocationUtil
- REGEXP_RGB - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
- REGEXP_RGB_PATTERN - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
- REGEXP_RGBA - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
- REGEXP_RGBA_PATTERN - Static variable in class org.pepstock.charba.client.colors.ColorBuilder
- REGEXP_TRIM_SPACES_PATTERN - Static variable in class org.pepstock.charba.client.colors.tiles.TilesFactory
- RegExpResult - Class in org.pepstock.charba.client.utils
-
Array object which maps the java script object.
A simple wrapper around a homogeneous native array of string values. - RegExpResult() - Constructor for class org.pepstock.charba.client.utils.RegExpResult
-
To avoid any instantiation
- region - Variable in class org.pepstock.charba.client.intl.CLocale
- region - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
- Region - Enum in org.pepstock.charba.client.intl
-
Enumerates the region or country identifiers which can be used to create and manage locale.
- Region(String, String) - Constructor for enum org.pepstock.charba.client.intl.Region
-
Creates the object with region value and its name.
- REGION - org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
- register() - Method in class org.pepstock.charba.client.controllers.ControllerType
-
Registers the controller if it is not already registered.
- register() - Method in class org.pepstock.charba.client.datalabels.JsDataLabelsHelper
-
Register the
DataLabelsPluginplugin globally to Chart.js. - register() - Static method in class org.pepstock.charba.client.datalabels.NativeJsDataLabelsHelper
-
Register the
DataLabelsPluginplugin globally to Chart.js. - register() - Static method in class org.pepstock.charba.client.geo.BubbleMapChart
-
Registers the BUBBLEMAP controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.geo.ChoroplethChart
-
Registers the CHOROPLETH controller in CHART.JS.
- register() - Method in class org.pepstock.charba.client.gradient.JsGradientHelper
-
Register the
GradientPluginplugin globally to Chart.js. - register() - Static method in class org.pepstock.charba.client.gradient.NativeJsGradientHelper
-
Register the
GradientPluginplugin globally to Chart.js. - register() - Static method in class org.pepstock.charba.client.gwt.widgets.BubbleMapChartWidget
-
Registers the BUBBLEMAP controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.ChoroplethChartWidget
-
Registers the CHOROPLETH controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.GaugeChartWidget
-
Registers the GAUGE controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.MatrixChartWidget
-
Registers the MATRIX controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.MeterChartWidget
-
Registers the METER controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
-
Registers the SANKEY controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
-
Registers the TREEMAP controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.impl.charts.GaugeChart
-
Registers the GAUGE controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.impl.charts.MeterChart
-
Registers the METER controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.matrix.MatrixChart
-
Registers the MATRIX controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.sankey.SankeyChart
-
Registers the SANKEY controller in CHART.JS.
- register() - Static method in class org.pepstock.charba.client.treemap.TreeMapChart
-
Registers the TREEMAP controller in CHART.JS.
- register(String, String, NativeObject) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
-
Extends an existing chart with a controller implementation.
- register(String, CallbackProxy.Proxy) - Static method in class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
-
Register the tooltips positioner to CHART.JS.
- register(NativeObject) - Static method in class org.pepstock.charba.client.plugins.NativeJsPluginHelper
-
Register new plugin.
- register(AxisType) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Registers the passed axis type.
- register(AxisType, boolean) - Static method in interface org.pepstock.charba.client.configuration.AxisType
-
Registers the passed axis type, with possibility to force the registration if already registered.
- register(Controller) - Method in class org.pepstock.charba.client.controllers.Controllers
-
Registers a controller as global, to apply to all charts.
- register(ControllerType, NativeObject) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Extends an existing chart with a controller implementation.
- register(IsTooltipPosition, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.positioner.JsPositionerHelper
-
Register the tooltips positioner to CHART.JS.
- register(Interactioner) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Register the interaction mode to CHART.JS.
- register(IsChart, IsEventProvider) - Static method in interface org.pepstock.charba.client.configuration.IsEventProvider
-
Adds the event provider implementation as handlers of chart.
- register(ChartElementFactory) - Method in class org.pepstock.charba.client.items.ChartElementFactories
-
Registers the factory.
- register(Plugin) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts.
- register(AbstractBasePlugin) - Method in class org.pepstock.charba.client.plugins.JsPluginHelper
-
Register new plugin.
- register(PluginContainer) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts, by a container
- register(SmartPlugin) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts.
- register(SmartPluginContainer) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts, by a container
- register(TooltipPositioner) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Register the tooltips positioner to CHART.JS.
- register(AbstractInjectableResource) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts.
The plugin is a CHART.JS implementation which is added on top of existing library. - register(AbstractInjectableResource, boolean) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts.
The plugin is a CHART.JS implementation which is added on top of existing library. - registerBasePlugin(AbstractBasePlugin) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Registers a plugin as global, to apply to all charts.
- registered - Variable in class org.pepstock.charba.client.plugins.AbstractExtensionPlugin
- registerMode(IsInteractionMode, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.interaction.Interactions.Modes
-
Registers a custom interaction mode in CHART.JS.
- registerMode(ExtendedInteractioner) - Method in class org.pepstock.charba.client.interaction.Interactions.Modes
-
Registers a custom interaction mode in CHART.JS, implemented by an existing java script implementation.
- registerMode(NativeInteractioner) - Method in class org.pepstock.charba.client.interaction.Interactions.Modes
-
Registers a custom interaction mode in CHART.JS, implemented by an custom java script implementation.
- registrationHandler - Variable in class org.pepstock.charba.client.controllers.ControllerType
- regression - Variable in class org.pepstock.charba.client.ml.RegressionDataset
- RegressionBuilder - Class in org.pepstock.charba.client.ml
-
Builds regressions instances.
- RegressionBuilder(RegressionDescriptor) - Constructor for class org.pepstock.charba.client.ml.RegressionBuilder
-
To avoid any instantiation
- RegressionDataset - Class in org.pepstock.charba.client.ml
-
This is a
LineDatasetwhich is created to add the regression line, calculate by a regression, to a chart. - RegressionDataset(IsRegression, boolean, boolean, boolean) - Constructor for class org.pepstock.charba.client.ml.RegressionDataset
-
Creates a data set.
It uses the global options has default. - RegressionDatasetBuilder - Class in org.pepstock.charba.client.ml
-
Builds regressions datasets instances.
- RegressionDatasetBuilder() - Constructor for class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
To avoid any instantiation
- RegressionDescriptor - Class in org.pepstock.charba.client.ml
-
It maps a regression and it can be used to clone or create new instance.
- RegressionDescriptor() - Constructor for class org.pepstock.charba.client.ml.RegressionDescriptor
-
To avoid any instantiation
- RegressionFactory - Enum in org.pepstock.charba.client.ml
-
Enumerates the available regression types.
- RegressionFactory(RegressionType, RegressionFactory.RegressionFactoryImpl) - Constructor for enum org.pepstock.charba.client.ml.RegressionFactory
-
Creates with the regression type and factory.
- RegressionFactory.RegressionFactoryImpl - Interface in org.pepstock.charba.client.ml
-
Interface factory to create a regression instance by a
RegressionDescriptor. - RegressionScore - Class in org.pepstock.charba.client.ml
-
When building a regression model, you need to evaluate the goodness of the model, that is how well the model fits the training data used to build the model and how accurate is the model in predicting the outcome for new unseen test observations.
It maps the most commonly known evaluation metrics.
Metrics:
R (R), which is the proportion of variation in the outcome that is explained by the predictor variables. - RegressionScore() - Constructor for class org.pepstock.charba.client.ml.RegressionScore
-
To avoid any instantiation
- RegressionType - Enum in org.pepstock.charba.client.enums
-
Enumerates the available regression types.
- RegressionType(String) - Constructor for enum org.pepstock.charba.client.enums.RegressionType
-
Creates with the property value to use in the native object.
- rejectCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- RejectedCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.IDplugin that is called once zooming or panning is rejected. - RELATED_TARGET - org.pepstock.charba.client.dom.events.MouseEventInit.Property
- RELATED_YEAR - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the related 4-digit Gregorian year, in the event that the calendar's representation would be a yearName instead of a year, for example "2019".
- RELATIVE - org.pepstock.charba.client.dom.enums.Position
-
The element is positioned according to the normal flow of the document, and then offset relative to itself based on the values of top, right, bottom, and left.
The offset does not affect the position of any other elements; thus, the space given for the element in the page layout is the same as if position were static. - RELATIVE_DATASET_INDEX - org.pepstock.charba.client.enums.FillingMode
-
Links datastes by relative dataset index, as string ("-1", "-2", "+1", "+2",...)
- RELATIVE_INDEX - Static variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
- RELATIVE_INDEX_PATTERN - Static variable in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
- RelativeDatasetIndexFill - Class in org.pepstock.charba.client.enums
-
Fill object to configure chart to use a relative dataset index.
Relative dataset index, as string, is composed by sign and value, both mandatory.
Here are same examples: ("-1", "-2", "+1", "+2",...). - RelativeDatasetIndexFill(String) - Constructor for class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
-
Creates a relative dataset index fill using the relative position.
- RELAXING_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Relaxing red" -
- RELAY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Relay" -
- releasePointerCapture(int) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Releases (stops) pointer capture that was previously set for a specific
NativePointerEvent. - reload() - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Reloads the current URL, like the Refresh button.
- RemappedOptionsFactory(ControllerType) - Constructor for class org.pepstock.charba.client.geo.BaseGeoOptions.RemappedOptionsFactory
-
Creates the factory of the mapper
- remove() - Method in class org.pepstock.charba.client.commons.IteratorImpl
-
Removes from the underlying collection the last element returned by this iterator.
- remove() - Method in class org.pepstock.charba.client.dom.BaseElement
-
Removes the element from the children list of its parent.
- remove(double...) - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes a color by keys.
- remove(int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Removes the element at the specified position in this array.
- remove(int) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices). - remove(int) - Method in class org.pepstock.charba.client.data.Labels
-
Removes an item of labels by index
- remove(Object) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Removes the first occurrence of the specified element from this list, if it is present.
- remove(Object) - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Removes the first occurrence of the specified element from this set, if it is present.
- remove(String) - Static method in class org.pepstock.charba.client.Charts
-
Removes the chart instance by its id.
- remove(String) - Method in class org.pepstock.charba.client.plugins.Plugins
-
Removes a plugin from the chart.
If the chart is already initialized, to get this update the chart must be drawn again. - remove(String...) - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes a color by keys.
- remove(Date...) - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes a color by keys.
- remove(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Removes an element (by key) from the embedded JavaScript object.
- remove(Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Removes a set of elements (by keys) from the embedded JavaScript object.
- remove(NativeObject, String) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Removes a property from a java script object.
- remove(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Removes a property from a java script object.
- remove(TransitionMode) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Removes an animation transition previously added.
- remove(TransitionMode) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Removes an animation transition previously added.
- remove(TransitionMode) - Method in class org.pepstock.charba.client.options.Transitions
-
Removes an animation transition previously added.
- removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Removes from this list all of its elements that are contained in the specified collection.
- removeAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Removes from this set all of its elements that are contained in the specified collection.
- removeAllChildren() - Method in class org.pepstock.charba.client.dom.BaseNode
-
Remove all children of the node.
- removeAnnotation(String) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Removes the annotation by the id passed as argument, if exists.
- removeAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationCachedMap
-
Removes the annotation by the id passed as argument, if exists.
- removeAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Removes the annotation by the id passed as argument, if exists.
- removeAnnotation(AnnotationId) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Removes the annotation by the id passed as argument, if exists.
- removeCanvasPreventDefault() - Method in class org.pepstock.charba.client.AbstractChart
-
Remove the registration of prevent default mouse listener from canvas.
This is necessary when you will add your mouse down listener. - removeCanvasPreventDefault() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- removeCanvasPreventDefault() - Method in interface org.pepstock.charba.client.IsChart
-
Remove the registration of prevent default mouse listener from canvas.
This is necessary when you will add your mouse down listener. - removeChartScope(String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Called by
CallbackPropertyManagerwhen a chart is destroy in order to remove the scope (and then the callback if needed) from cache. - removeChartScope(String) - Method in interface org.pepstock.charba.client.commons.IsCallbackPropertyHandler
-
Called by
CallbackPropertyManagerwhen a chart is destroy in order to remove the scope (and then the callback if needed) from cache. - removeChild(BaseNode) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Removes a child node from the current element, which must be a child of the current node.
- removeDatasetSelectionEventHandler(DatasetSelectionEventHandler) - Method in class org.pepstock.charba.client.impl.callbacks.DataLabelsSelectionHandler
-
Removes a data set selection handler instance.
- removeDelegatedCallback(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
Removes the delegated callback previously set by user.
- removeDelegatedCallback(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
-
Removes the delegated callback previously set by user.
- removeEventListener(String, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Removes from the event target an event listener previously registered.
The event listener to be removed is identified using a combination of the event type and the event listener function itself. - removeEventListener(IsEvent, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.dom.BaseEventTarget
-
Removes from the event target an event listener previously registered.
The event listener to be removed is identified using a combination of the event type and the event listener function itself. - removeFromParent() - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Removes this node from its parent node if it is attached to one.
- removeHandler() - Method in class org.pepstock.charba.client.events.HandlerRegistration
-
Deregisters the handler associated with this registration object.
- removeHandler(IsCallbackPropertyHandler) - Method in class org.pepstock.charba.client.commons.CallbackPropertyManager
-
Removes callback handler instance in the collection.
- removeHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.EventBus
-
Removes an handler from the specified event type.
- removeHandler(EventHandler, EventType) - Method in class org.pepstock.charba.client.events.HandlerManager
-
Removes a handler from the event type, passed as argument.
- removeHandler(MutationHandler) - Method in class org.pepstock.charba.client.ChartObserver
-
Removes a mutation handler from notification list.
- RemoveHandlerEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when new event handler has been removed to the chart.
This event should use only for use internal only to manage internally all handlers. - RemoveHandlerEvent(EventType) - Constructor for class org.pepstock.charba.client.events.RemoveHandlerEvent
-
Creates the event with the type of removed handler.
- RemoveHandlerEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for removing a chart event handler.
- removeKey(Key) - Method in class org.pepstock.charba.client.gradient.Colors
-
Removes a color by key.
- removeLabel(String) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Removes an existing label for specific id.
- removeLabel(String) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Removes the label by the id passed as argument, if exists.
- removeLabel(DataLabelId) - Method in class org.pepstock.charba.client.datalabels.Labels
-
Removes an existing label for specific id.
- removeLabel(LabelId) - Method in class org.pepstock.charba.client.labels.LabelsOptions
-
Removes the label by the id passed as argument, if exists.
- removeLifecycleListener(ChartsLifecycleListener) - Static method in class org.pepstock.charba.client.Charts
-
Removes a charts life cycle listener instance from collection.
- removeListeners() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Adds events listener to canvas element of chart.
- removeListeners(BaseElement) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Removes
MouseEventType.CLICK,MouseEventType.MOUSE_MOVEandMouseEventType.MOUSE_LEAVEevents from HTML legend element. - removeListeners(IsChart, Div) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Removes the event listeners from all elements created by legend callback.
- removeNative(String) - Static method in class org.pepstock.charba.client.Charts
-
Removes the native chart instance by its id.
- removeObjects(Key) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Removes a stored canvas object by its property name, if exist.
- removeOptions(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Removes the plugin options.
- removeOptions(String) - Method in class org.pepstock.charba.client.data.Dataset
-
Removes the plugin options.
- removeOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Removes the plugin options.
- removeOptions(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.CharbaPlugin
-
Removes the plugin loaded options.
- removeProperty(NativeObject, String) - Static method in class org.pepstock.charba.client.commons.NativeObjectUtil
-
Removes a property from this object.
- removeScopeFromCallback(String, String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Removes an existing scope from callback wrapper.
- removeSelectionCleaner() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Called when the selection is clearing
- render() - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers a redraw of all chart elements.
Note, this does not update elements for new data.
Use.update()in that case. - render() - Method in class org.pepstock.charba.client.Chart
-
Triggers a redraw of all chart elements.
Note, this does not update elements for new data. - render() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- render() - Method in interface org.pepstock.charba.client.IsChart
-
Triggers a redraw of all chart elements.
Note, this does not update elements for new data. - Render - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Enumeration of available render to use to configure selection cleaner element.
- Render - Enum in org.pepstock.charba.client.labels.enums
-
Enumeration of available render to use to configure
LabelsPlugin.IDplugin. - Render(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.Render
-
Creates with the property value to use in the native object.
- Render(String) - Constructor for enum org.pepstock.charba.client.labels.enums.Render
-
Creates with the property value to use in the native object.
- RENDER - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- RENDER - org.pepstock.charba.client.labels.Label.Property
- RENDER_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.labels.Label
- RenderCallback - Interface in org.pepstock.charba.client.labels.callbacks
-
Callback interface of
LabelsPlugin.IDplugin to provide the item to be rendered as string or as image at runtime, using the arguments. - renderCallbackProxy - Variable in class org.pepstock.charba.client.labels.Label
- REPEAT - org.pepstock.charba.client.dom.enums.Repetition
-
Repeats both directions.
- REPEAT - org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
- REPEAT_X - org.pepstock.charba.client.dom.enums.Repetition
-
Repeats horizontal only.
- REPEAT_Y - org.pepstock.charba.client.dom.enums.Repetition
-
Repeats vertical only.
- repetition - Variable in class org.pepstock.charba.client.colors.PatternBuilder
- Repetition - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the set of values how to repeat the pattern's image.
- Repetition(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Repetition
-
Creates with the property value to use in the native object.
- replace(String) - Method in class org.pepstock.charba.client.dom.BaseLocation
-
Replaces the current resource with the one at the provided URL.
The difference from theBaseLocation.assign(String)method is that after usingBaseLocation.replace(String)the current page will not be saved in session History, meaning the user won't be able to use the back button to navigate to it. - replacement - Variable in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
- REPLAY - org.pepstock.charba.client.items.PluginEventArgument.Property
- REPUBLIC_OF_IRELAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Republic of Ireland region.
- REPUBLIC_OF_THE_CONGO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Republic of the Congo region.
- reset() - Method in class org.pepstock.charba.client.AbstractChart
-
Reset the chart to it's state before the initial animation.
A new animation can then be triggered using update. - reset() - Method in class org.pepstock.charba.client.Chart
-
Reset the chart to it's state before the initial animation.
A new animation can then be triggered using update. - reset() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- reset() - Method in interface org.pepstock.charba.client.IsChart
-
Reset the chart to it's state before the initial animation.
- reset(IsChart) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Reset the zoom of chart when
ZoomPluginis activated. - reset(IsChart, TransitionMode) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Reset the zoom of chart when
ZoomPluginis activated. - RESET - org.pepstock.charba.client.enums.DefaultTransitionMode
-
Uses to configure the animation when an element is resetting.
- RESET - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- RESET_CALLBACK_ENVELOP - Static variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- resetActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Resets the active (hovered) elements for the chart.
- resetActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- resetActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Resets the active (hovered) elements for the chart.
- resetBeingCallback(Key) - Method in class org.pepstock.charba.client.data.Dataset
-
Removes the property key related to the color from data set object and pattern and gradient containers if callback is selected.
- resetBeingColors(Key) - Method in class org.pepstock.charba.client.data.Dataset
-
Removes the property key related to the color from pattern and gradient container if color is selected.
- resetBeingGradients(Key) - Method in class org.pepstock.charba.client.data.Dataset
-
Removes the property key related to the color from data set object and pattern container if gradient is selected.
- resetBeingPatterns(Key) - Method in class org.pepstock.charba.client.data.Dataset
-
Removes the property key related to the color from data set object and gradient container if pattern is selected.
- resetCallback() - Method in class org.pepstock.charba.client.configuration.Font
-
Invokes when any property of the font is being set, in order to reset the
FontCallbackif exists - resetCallback() - Method in class org.pepstock.charba.client.configuration.Padding
-
Invokes when any property of the padding is being set, in order to reset the
PaddingCallbackif exists - resetCallback() - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
-
Invokes when any property of the font is being set, in order to reset the
FontCallbackif exists - resetCallback() - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
-
Invokes when any property of the padding is being set, in order to reset the
PaddingCallbackif exists - resetCallbackGradients() - Method in class org.pepstock.charba.client.data.Dataset
-
Clears the cache ONLY of gradients created by callbacks.
- resetCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- resetGradients(IsChart) - Method in class org.pepstock.charba.client.colors.CanvasObjectFactory
-
Removes from cache all loaded gradients, needed during the resize of chart.
- resetGradients(IsChart, ColorType, CanvasObjectFactory) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorPlugin
-
Resets the gradients, stored in cache for the chart instance.
- resetHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- ResetHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called during chart reset.
- resetPluginConfiguration(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Resets the current configuration when the chart is destroyed or when the plugin is disabled
- resetPreventClickEvent() - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Reset a flag to prevent click event after drawing of selection area.
- resetStatus(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
-
Removes all status items from all maps.
- resetTooltipActiveElements() - Method in class org.pepstock.charba.client.AbstractChart
-
Resets the active tooltip elements for the chart.
- resetTooltipActiveElements() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- resetTooltipActiveElements() - Method in interface org.pepstock.charba.client.IsChart
-
Resets the active tooltip elements for the chart.
- resetZoom(Chart) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Reset the zoom of chart when
ZoomPluginis activated. - resetZoom(Chart, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Reset the zoom of chart when
ZoomPluginis activated. - resetZoom(Chart, TransitionMode) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Reset the zoom of chart when
ZoomPluginis activated. - resize() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element. - resize() - Method in class org.pepstock.charba.client.Chart
-
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element. - resize() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- resize() - Method in interface org.pepstock.charba.client.IsChart
-
Use this to manually resize the canvas element.
- resize(int, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element. - resize(int, int) - Method in class org.pepstock.charba.client.Chart
-
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element. - resize(int, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- resize(int, int) - Method in interface org.pepstock.charba.client.IsChart
-
Use this to manually resize the canvas element.
This is run each time the canvas container is resized, but can be called this method manually if you change the size of the canvas nodes container element. - RESIZE - org.pepstock.charba.client.enums.DefaultTransitionMode
-
Uses to configure the animation when an element is resizing.
- RESIZE - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- RESIZE_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- RESIZE_DELAY - org.pepstock.charba.client.options.Options.Property
- resizeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- resizeCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- ResizeDefaultAnimation() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition.ResizeDefaultAnimation
- ResizeDefaultAnimationTransition() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ResizeDefaultAnimationTransition
-
Creates a default animation mode wrapping the
DefaultTransitionMode.RESIZE. - resizeHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- ResizeHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after the chart as been resized.
- resolvedOptions - Variable in class org.pepstock.charba.client.intl.AbstractFormat
- resolvedOptions() - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Returns a new object with properties reflecting the locale and value formatting options computed during initialization of this object.
- resolvedOptions() - Method in class org.pepstock.charba.client.intl.AbtsractFormatWrapper
-
Returns a new object with properties reflecting the locale and value formatting options computed during initialization of this object.
- resolvedOptions() - Method in class org.pepstock.charba.client.intl.DateTimeFormatWrapper
- resolvedOptions() - Method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
-
Returns a new object with properties reflecting the locale and date time formatting options computed during initialization of this object.
- resolvedOptions() - Method in class org.pepstock.charba.client.intl.NativeNumberFormat
-
Returns a new object with properties reflecting the locale and number formatting options computed during initialization of this object.
- resolvedOptions() - Method in class org.pepstock.charba.client.intl.NumberFormatWrapper
- ResolvedOptions(DateTimeFormatOptions) - Constructor for class org.pepstock.charba.client.intl.DateTimeFormatWrapper.ResolvedOptions
-
Creates the resolved options wrapping a normal number format options.
- ResolvedOptions(NumberFormatOptions) - Constructor for class org.pepstock.charba.client.intl.NumberFormatWrapper.ResolvedOptions
-
Creates the resolved options wrapping a normal number format options.
- resource - Variable in class org.pepstock.charba.client.commons.JsHelper
- RESOURCE - Static variable in class org.pepstock.charba.client.annotation.AnnotationPlugin
- RESOURCE - Static variable in class org.pepstock.charba.client.datalabels.DataLabelsPlugin
- RESOURCE - Static variable in class org.pepstock.charba.client.geo.BaseGeoController
- RESOURCE - Static variable in class org.pepstock.charba.client.gradient.GradientPlugin
- RESOURCE - Static variable in class org.pepstock.charba.client.labels.LabelsPlugin
- RESOURCE - Static variable in class org.pepstock.charba.client.matrix.MatrixController
- RESOURCE - Static variable in class org.pepstock.charba.client.sankey.SankeyController
- RESOURCE - Static variable in class org.pepstock.charba.client.treemap.TreeMapController
- RESOURCE - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
- RESOURCE_HAMMER - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
- ResourceHash - Enum in org.pepstock.charba.client.resources
-
Contains the hash for all out-of-the-box injectable java script resources.
- ResourceHash(ResourceName, int) - Constructor for enum org.pepstock.charba.client.resources.ResourceHash
-
Creates with the resource name and hash of injectable javascript resource.
- ResourceLoadException - Exception in org.pepstock.charba.client.resources
-
Exception created when it's able to load CHART.JS source in deferred mode.
- ResourceLoadException(String, Throwable) - Constructor for exception org.pepstock.charba.client.resources.ResourceLoadException
-
Creates the exception by a description and the cause.
- resourceName - Variable in enum org.pepstock.charba.client.resources.ResourceHash
- ResourceName - Enum in org.pepstock.charba.client.resources
-
Enumerates the constants names to use as element id for scripts, mandatory to CHARBA to work properly.
- ResourceName(String, boolean) - Constructor for enum org.pepstock.charba.client.resources.ResourceName
-
Creates with the value of resource name.
- resources - Static variable in class org.pepstock.charba.client.resources.ResourcesType
- ResourcesType - Class in org.pepstock.charba.client.resources
-
Utility to set which kind of resources type must be use to load injectable resources.
This utility MUST be called as first statement before using Charba. - ResourcesType() - Constructor for class org.pepstock.charba.client.resources.ResourcesType
-
To avoid any instantiation
- RESPONSIVE - org.pepstock.charba.client.options.Options.Property
- restore() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Restores the most recently saved canvas state by popping the top entry in the drawing state stack.
If there is no saved state, this method does nothing. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArrayContainerList
-
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Retains only the elements in this set that are contained in the specified collection.
In other words, removes from this set all of its elements that are not contained in the specified collection. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection. - retainAll(Collection<?>) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Retains only the elements in this list that are contained in the specified collection.
In other words, removes from this list all of its elements that are not contained in the specified collection. - retrieve(NativeObject) - Method in class org.pepstock.charba.client.adapters.JsDateAdapterHelper
-
Returns a date adapter instance, using the scale passed as argument.
- retrieve(NativeObject) - Static method in class org.pepstock.charba.client.adapters.NativeJsDateAdapterHelper
-
Returns a date adapter instance, using the
ScaleItempassed as argument. - retrieve(CanvasGradientItem) - Static method in class org.pepstock.charba.client.colors.GradientBuilder
-
Retrieves a cached pattern by a
CanvasGradientIteminstance.
If the pattern doesn't exist, returnsnull. - retrieve(CanvasPatternItem) - Static method in class org.pepstock.charba.client.colors.PatternBuilder
-
Retrieves a cached pattern by a
CanvasPatternIteminstance.
If the pattern doesn't exist, returnsnull. - retrieveChart(ChartContext) - Static method in class org.pepstock.charba.client.callbacks.ScriptableUtil
-
Returns the chart instance, contained in the context if context is consistent.
- retrieveDataset(DatasetContext) - Method in class org.pepstock.charba.client.data.Data
-
Returns a data set instance by scriptable context, data set index and index.
- retrieveDataset(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a data set instance by legend item locator, data set index and index.
- retrieveDataset(TooltipItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a data set instance by tooltip item locator, data set index and index.
- retrieveDatasetElementOptions(IsChart, TooltipItem) - Method in class org.pepstock.charba.client.Defaults
-
Returns a set of predefined style properties that should be used to represent the data set or the data if the index is specified.
- retrieveFillStyleAsGradient(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a gradient object set as background color for a data set related to legend item.
- retrieveFillStyleAsPattern(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a pattern object set as background color for a data set related to legend item.
- retrieveGradient(Dataset, LegendItem, Key) - Method in class org.pepstock.charba.client.data.Data
-
Returns a gradient stored in the data set as color to apply in the chart.
- retrieveNewAddedPlugin(List<Key>) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Retrieves if new plugin has been registered globally in CHART.JS.
- retrieveObject(Dataset, AbstractContainer<T>, LegendItem, Key, T) - Method in class org.pepstock.charba.client.data.Data
-
Returns a canvas object stored in the data set as color to apply in the chart.
- retrievePattern(Dataset, LegendItem, Key) - Method in class org.pepstock.charba.client.data.Data
-
Returns a pattern stored in the data set as color to apply in the chart.
- retrieveRoot() - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Called recursively till the root of nodes.
- retrieveScale(DatasetItem.Property) - Method in class org.pepstock.charba.client.items.DatasetItem
-
Returns the scale item from a specific property.
- retrieveStrokeStyleAsGradient(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a gradient object set as border color for a data set related to legend item.
- retrieveStrokeStyleAsPattern(LegendItem) - Method in class org.pepstock.charba.client.data.Data
-
Returns a pattern object set as border color for a data set related to legend item.
- RETROSPECT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Retrospect6" -
- REUNION - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Réunion region.
- REVERSE - org.pepstock.charba.client.configuration.Axis.Property
- REVERSE - org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
- REVERSE - org.pepstock.charba.client.options.AbstractScale.Property
- REVERSE - org.pepstock.charba.client.options.Legend.Property
- REVERSE_COMPARATOR - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendGenerator
- REVERSE_COMPARATOR - Static variable in class org.pepstock.charba.client.utils.Utilities
- reverseCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- ReverseCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
reverseproperty ofAxisat runtime. - reverseCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- REVOLUTION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Revolution6" -
- RGB_STARTING_CHARS - Static variable in class org.pepstock.charba.client.colors.ColorUtil
- RGBA_STARTING_CHARS - Static variable in class org.pepstock.charba.client.colors.ColorUtil
- RIAL_OMANI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rial Omani currency.
- RIDGE - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a border with an extruded appearance.
- RIEL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Riel currency.
- right - Variable in class org.pepstock.charba.client.colors.Area
- right - Variable in class org.pepstock.charba.client.impl.plugins.SelectionArea
- right - Variable in class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
- RIGHT - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property sets the callout on right of the label.
- RIGHT - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned to the right of the anchor point (0 degrees).
- RIGHT - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit to the right to its normal position.
- RIGHT - org.pepstock.charba.client.enums.BorderSkipped
-
The right property sets the right edge of an element to a unit to the left/right to its normal position.
- RIGHT - org.pepstock.charba.client.enums.Position
-
The right property sets the right edge of an element to a unit to the left/right to its normal position.
- RIGHT - org.pepstock.charba.client.enums.TextAlign
-
The inline contents are aligned to the right edge of the line box.
- RIGHT - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is positioned to the right.
- RIGHT - org.pepstock.charba.client.geo.enums.Align
-
The scale is positioned to the right of the chart (vertical).
- RIGHT - org.pepstock.charba.client.geo.enums.Position
-
the right property sets the right edge of an element.
- RIGHT - org.pepstock.charba.client.geo.Margin.Property
- RIGHT - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the right text alignment.
- RIGHT - org.pepstock.charba.client.items.BaseBoxItem.Property
- RIGHT - org.pepstock.charba.client.matrix.enums.Anchor
-
The right property sets the data element position to right.
- RIGHT - org.pepstock.charba.client.treemap.enums.Align
-
The label is positioned to the right of the center point.
- RIGHT - org.pepstock.charba.client.utils.toast.enums.Align
-
The actions are positioned to the right of the toast.
- RIGHT_CHART_AREA - org.pepstock.charba.client.impl.plugins.enums.Align
-
the property sets the right chart area alignment.
- RIGHT_LEFT - org.pepstock.charba.client.colors.GradientOrientation
-
From right to left (horizontal)
- RIGHT_TO_LEFT - org.pepstock.charba.client.enums.TextDirection
-
Right-to-left direction.
- Ring - Class in org.pepstock.charba.client.colors.tiles
-
RING drawer to design a ring in the tile.
It designs a ring in the following tile sections (A and B):
- Ring() - Constructor for class org.pepstock.charba.client.colors.tiles.Ring
- RING - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a ring on the tile.
- RJNG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Rejang (Redjang, Kaganga) script.
- ROBUST_POLYNOMIAL - org.pepstock.charba.client.enums.RegressionType
-
Identify a robust polynomial regression,
RobustPolynomialRegression. - ROBUST_POLYNOMIAL - org.pepstock.charba.client.ml.RegressionFactory
-
Identify a robust polynomial regression,
RobustPolynomialRegression. - RobustPolynomialRegression - Class in org.pepstock.charba.client.ml
-
Robust regression is a form of regression analysis designed to overcome some limitations of traditional parametric and non-parametric methods.
Regression analysis seeks to find the relationship between one or more independent variables and a dependent variable. - RobustPolynomialRegression(List<Double>, List<Double>, int) - Constructor for class org.pepstock.charba.client.ml.RobustPolynomialRegression
-
Creates the polynomial regression object, using the passed data to calculate the formula.
- RobustPolynomialRegression(RegressionDescriptor) - Constructor for class org.pepstock.charba.client.ml.RobustPolynomialRegression
-
Creates the polynomial regression object, using the passed regression descriptor.
- ROC - org.pepstock.charba.client.intl.enums.Calendar
-
International key, to use for localization, for roc calendar.
- ROC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for ROC timezone.
- ROHG - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for rohg numbering system.
- ROHG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Hanifi Rohingya script.
- ROK - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for ROK timezone.
- ROMANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Romania region.
- ROMANIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Romanian language.
- ROMANIAN_LEU - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Romanian Leu currency.
- ROMANSH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Romansh language.
- ROMBO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Rombo language.
- RORO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Rongorongo script.
- ROSE_COLORED_LENSES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rose Colored Lenses" -
- ROSE_WATER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Rose Water" -
- ROSEANNA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Roseanna" -
- ROSY_BROWN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "rosyBrown" -
- rotate(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a rotation to the transformation matrix.
- ROTATION - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- ROTATION - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- ROTATION - org.pepstock.charba.client.annotation.LineLabel.Property
- ROTATION - org.pepstock.charba.client.annotation.RotationHandler.Property
- ROTATION - org.pepstock.charba.client.configuration.Point.Property
- ROTATION - org.pepstock.charba.client.data.BubbleDataset.Property
- ROTATION - org.pepstock.charba.client.data.PieDataset.Property
- ROTATION - org.pepstock.charba.client.datalabels.LabelItem.Property
- ROTATION - org.pepstock.charba.client.items.LegendItem.Property
- ROTATION - org.pepstock.charba.client.items.PointElementOptions.Property
- ROTATION - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- ROTATION - org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
- ROTATION - org.pepstock.charba.client.options.Options.Property
- ROTATION - org.pepstock.charba.client.options.Point.Property
- ROTATION_180_DEGREES - Static variable in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
- ROTATION_90_DEGREES - Static variable in class org.pepstock.charba.client.colors.tiles.ShapeDrawer
- ROTATION_ANGLE - org.pepstock.charba.client.dom.events.TouchInit.Property
- ROTATION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineLabel
- ROTATION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.RotationHandler
- ROTATION_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- rotationCallback - Variable in class org.pepstock.charba.client.configuration.Point
- rotationCallback - Variable in class org.pepstock.charba.client.data.BubbleDataset
- RotationCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
rotationproperty at runtime. - rotationCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineLabel
- rotationCallbackProxy - Variable in class org.pepstock.charba.client.annotation.RotationHandler
- rotationCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Point
- rotationCallbackProxy - Variable in class org.pepstock.charba.client.data.BubbleDataset
- rotationCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- rotationHandler - Variable in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
- rotationHandler - Variable in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
- rotationHandler - Variable in class org.pepstock.charba.client.annotation.BoxAnnotation
- rotationHandler - Variable in class org.pepstock.charba.client.annotation.EllipseAnnotation
- rotationHandler - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- RotationHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the rotation options.
- RotationHandler(AbstractAnnotation, IsDefaultsRotationHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.RotationHandler
-
Creates a rotation handler with the native object where rotation properties must be managed and the default value to use when the property does not exist.
- RotationHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- ROUND - org.pepstock.charba.client.enums.CapStyle
-
The ends of lines are rounded.
- ROUND - org.pepstock.charba.client.enums.JoinStyle
-
Rounds off the corners of a shape by filling an additional sector of disc centered at the common end point of connected segments.
The radius for these rounded corners is equal to the line width. - ROUND - org.pepstock.charba.client.options.Time.Property
- ROW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
The item/row can be resized vertically.
- ROYAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Royal" -
- ROYAL_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "royalBlue" -
- ROYAL_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Royal Blue" -
- ROYAL_BLUE_PLUS_PETROL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Royal Blue + Petrol" -
- RTL - org.pepstock.charba.client.options.Legend.Property
- RTL - org.pepstock.charba.client.options.TextDirectionHandler.Property
- RTL - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- RTL - org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- RUFIYAA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rufiyaa currency.
- run() - Method in class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
- run() - Method in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
- run(Runnable, ChartEnvelop<DeferredResources>) - Static method in class org.pepstock.charba.client.resources.EntryPointStarter
-
Start an entry point as a runnable.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting.
This is deprecated, useDeferredCharba. - RUN_IN - org.pepstock.charba.client.dom.enums.Display
-
Run-in elements act like inlines or blocks, depending on the surrounding elements.
That is: If the run-in box contains a block box, same as block.
If a block box follows the run-in box, the run-in box becomes the first inline box of the block box.
If an inline box follows, the run-in box becomes a block box. - RUNDI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Rundi language.
- RunnableWrapper(Runnable) - Constructor for class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
-
Creates the object wrapping the runnable task to execute.
- RUNNING - org.pepstock.charba.client.utils.CTimer.Status
-
When the timer has been started.
- RUNR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Runic script.
- RUPIAH - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rupiah currency.
- RUSSIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Russia region.
- RUSSIA - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.RUSSIA. - RUSSIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Russian language.
- RUSSIAN_RUBLE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Russian Ruble currency.
- RWA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Rwa language.
- RWANDA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Rwanda region.
- RWANDA_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Rwanda Franc currency.
S
- S - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- S_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the bottom cursor
- SABAOT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sabaot language.
- SADDLE_BROWN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "saddleBrown" -
- SADDLE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Saddle6" -
- SafeHtml - Interface in org.pepstock.charba.client.dom.safehtml
-
Interface to map an HTML escaped string.
- SafeHtmlBuilder - Class in org.pepstock.charba.client.dom.safehtml
-
Utility to create and manage safe html objects setting strings, chars, numbers.
- SafeHtmlBuilder() - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
To avoid any instantiation
- SafeHtmlString - Class in org.pepstock.charba.client.dom.safehtml
-
Implements a simple
SafeHtmlwrapping a string. - SafeHtmlString(String) - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlString
-
Creates an object from a string.
- SafeHtmlUtil - Class in org.pepstock.charba.client.dom.safehtml
-
Internal utility to escape strings in HTML.
- SafeHtmlUtil() - Constructor for class org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil
-
To avoid any instantiation
- SafeHtmlUtil.CharacterToEscape - Enum in org.pepstock.charba.client.dom.safehtml
-
Enumerates the set of chars which must be changed inside a string.
- SAGE_PERSUASION - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sage Persuasion" -
- SAHO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Saho language.
- SAINT_BARTHELEMY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Barthélemy region.
- SAINT_HELENA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Helena, Ascension and Tristan da Cunha region.
- SAINT_KITTS_AND_NEVIS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Kitts and Nevis region.
- SAINT_LUCIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Lucia region.
- SAINT_PIERRE_AND_MIQUELON - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Pierre and Miquelon region.
- SAINT_VINCENT_AND_THE_GRENADINES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saint Vincent and the Grenadines region.
- SALMON - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "salmon" -
- SAMBURU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Samburu language.
- SAMOA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Samoa region.
- SAMPLE_SIZE - org.pepstock.charba.client.options.Ticks.Property
- SAMPLES - org.pepstock.charba.client.options.Decimation.Property
- SAMR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Samaritan script.
- SAN_MARINO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for San Marino region.
- SAND_TO_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sand to Blue" -
- SANDY_BROWN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "sandyBrown" -
- SANGO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sango language.
- SANGU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sangu (Tanzania) language.
- SANKEY_CONTROLLER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS SANKEY controller.
- SANKEY_CONTROLLER_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'SankeyControllerResource' class.
- SANKEY_EXTENDED_CHART_TYPE - Static variable in class org.pepstock.charba.client.sankey.SankeyChart
- SankeyChart - Class in org.pepstock.charba.client.sankey
-
Sankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system.
They help locate the most important contributions to a flow.
They often show conserved quantities within defined system boundaries. - SankeyChart() - Constructor for class org.pepstock.charba.client.sankey.SankeyChart
-
Builds the object.
- SankeyChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
Sankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system.
They help locate the most important contributions to a flow.
They often show conserved quantities within defined system boundaries. - SankeyChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
-
Builds the object.
- SankeyChartWidget(SankeyChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.SankeyChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - sankeyController - Variable in class org.pepstock.charba.client.sankey.SankeyChart
- SankeyController - Class in org.pepstock.charba.client.sankey
-
Controller implementation to create sankey chart.
- SankeyController(ControllerType) - Constructor for class org.pepstock.charba.client.sankey.SankeyController
-
Creates the controller using the type passed as argument.
- SankeyController.SankeyControllerProvier - Class in org.pepstock.charba.client.sankey
-
Inner class which is implementing a
ControllerProviderto create a sankey controller. - SankeyControllerProvier() - Constructor for class org.pepstock.charba.client.sankey.SankeyController.SankeyControllerProvier
- SankeyControllerResource - Class in org.pepstock.charba.client.sankey
-
Contains the content of
chartjs-chart-sankey.min.jsto inject. - SankeyControllerResource() - Constructor for class org.pepstock.charba.client.sankey.SankeyControllerResource
-
Creates the injectable resource with
chartjs-chart-sankey.min.jscontent. - SankeyDataPoint - Class in org.pepstock.charba.client.sankey
-
Maps the data passed to a sankey dataset.
- SankeyDataPoint() - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with an empty native object.
- SankeyDataPoint(String, String, double) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with the passed point values.
- SankeyDataPoint(String, Key, double) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with the passed point values.
- SankeyDataPoint(Key, String, double) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with the passed point values.
- SankeyDataPoint(Key, Key, double) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with the passed point values.
- SankeyDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Creates the object with a native object passed as argument.
- SankeyDataPoint.Property - Enum in org.pepstock.charba.client.sankey
-
Name of properties of native object.
- SankeyDataPoint.SankeyDataPointFactory - Class in org.pepstock.charba.client.sankey
-
Creates
SankeyDataPointform aNativeObject. - SankeyDataPointFactory() - Constructor for class org.pepstock.charba.client.sankey.SankeyDataPoint.SankeyDataPointFactory
-
To avoid any instantiation
- SankeyDataset - Class in org.pepstock.charba.client.sankey
-
Sankey charts are a type of flow diagram in which the width of the arrows is proportional to the flow rate.
Sankey diagrams emphasize the major transfers or flows within a system.
They help locate the most important contributions to a flow.
They often show conserved quantities within defined system boundaries. - SankeyDataset() - Constructor for class org.pepstock.charba.client.sankey.SankeyDataset
-
Creates a data set.
It uses the global options has default. - SankeyDataset(ControllerType, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataset
-
Creates a data set by defaults value and the controller type.
- SankeyDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.sankey.SankeyDataset
-
Creates a data set setting the defaults value.
- SankeyDataset.DataPointFactory - Class in org.pepstock.charba.client.sankey
-
Factory to create a sankey data point from a native object, used for array container lists.
- SankeyDataset.Font - Class in org.pepstock.charba.client.sankey
-
Object to map font options for sankey dataset configuration.
- SankeyDataset.Property - Enum in org.pepstock.charba.client.sankey
-
Name of properties of native object.
- SankeyElement - Class in org.pepstock.charba.client.sankey
-
Maps the CHART.JS element used by Sankey controller.
- SankeyElement(NativeObject) - Constructor for class org.pepstock.charba.client.sankey.SankeyElement
-
Creates the item using a native java script object which contains all properties.
- SankeyElement.Property - Enum in org.pepstock.charba.client.sankey
-
Name of properties of native object.
- SankeyElement.SankeyElementFactory - Class in org.pepstock.charba.client.sankey
-
Inner class to create SANKEY data element by a native object.
- SankeyElementFactory() - Constructor for class org.pepstock.charba.client.sankey.SankeyElement.SankeyElementFactory
- SankeyElementOptions - Class in org.pepstock.charba.client.sankey
-
Maps the out-of-the-box CHART.JS element options used to represents flows on the charts.
- SankeyElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Creates the item using a native java script object which contains all properties.
- SankeyElementOptions.Property - Enum in org.pepstock.charba.client.sankey
-
Name of properties of native object.
- SankeyElementOptions.SankeyElementOptionsFactory - Class in org.pepstock.charba.client.sankey
-
Specific element factory for sankey element options.
- SankeyElementOptionsFactory(String) - Constructor for class org.pepstock.charba.client.sankey.SankeyElementOptions.SankeyElementOptionsFactory
-
Creates the factory by the key of object, as string.
- SankeyExtendedChartType - Class in org.pepstock.charba.client.sankey
-
This is a fake controller in order to set it as extended chart type for sankey chart.
- SankeyExtendedChartType() - Constructor for class org.pepstock.charba.client.sankey.SankeyExtendedChartType
-
To avoid any instantiation
- SankeyOptions - Class in org.pepstock.charba.client.sankey
-
Specific options for sankey chart.
Disables legend at the beginning but you can enable when needed. - SankeyOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.sankey.SankeyOptions
-
Builds the object storing the chart instance and defaults.
- SANSKRIT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sanskrit language.
- SANTALI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Santali language.
- SAO_TOME_AND_PRINCIPE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for São Tomé and Príncipe region.
- SARA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sarati script.
- SARB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old South Arabian script.
- SATURATION - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Preserves the luma and hue of the bottom layer, while adopting the chroma of the top layer.
- SATURDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is SATURDAY.
- SAUDI_ARABIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Saudi Arabia region.
- SAUDI_RIYAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Saudi Riyal currency.
- SAUR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for saur numbering system.
- SAUR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Saurashtra script.
- save() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Saves the entire state of the canvas by pushing the current state onto a stack.
- SAVON6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Savon6" -
- scale - Variable in class org.pepstock.charba.client.callbacks.ScaleContext
- scale - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- scale - Variable in class org.pepstock.charba.client.defaults.globals.DefaultsBuilder
- scale - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScales
- scale - Variable in class org.pepstock.charba.client.Defaults
- scale(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a scaling transformation to the canvas units horizontally and/or vertically.
- Scale - Class in org.pepstock.charba.client.options
-
Scales are an integral part of a chart.
They are used to determine how data maps to a pixel value on the chart.
linear logarithmic category time time series radial linear - Scale(AxisType, IsDefaultScale) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with default provider and type.
This is used when the scale is the root element.
New native java script object is created and it's empty. - Scale(AxisType, IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with aixs type, default provider and native object.
This is used when the default scale is read byDefaults.getScale(AxisType). - Scale(IsDefaultScale, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scale
-
Creates the object only with default provider and native object.
This is used when the scale is read byScales. - SCALE - org.pepstock.charba.client.callbacks.ScaleContext.Property
- SCALE - org.pepstock.charba.client.Defaults.WrapperDefaults.Property
- SCALE - org.pepstock.charba.client.enums.ContextType
-
Scale of chart context type.
- SCALE - org.pepstock.charba.client.items.PluginScaleArgument.Property
- SCALE_ID - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- SCALE_ID - org.pepstock.charba.client.annotation.LineAnnotation.Property
- SCALE_MODE - org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
- SCALE_MODE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- Scale.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ScaleBorder - Class in org.pepstock.charba.client.options
-
Defines options for the border that run perpendicular to the axis.
- ScaleBorder(AbstractScale, Key, IsDefaultScaleBorder, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaleBorder
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ScaleBorder.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ScaleContext - Class in org.pepstock.charba.client.callbacks
-
The SCALE option context is used to give contextual information when resolving options.
The context object contains the following properties:
index: index of the associated data scale: scale instance which contains the element to configure tick: tick item instance which contains data to be consumed configuring the element (only for ticks) label: label item to manage by callback (only for point label context) - ScaleContext(Axis, NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.ScaleContext
-
Creates the object with an envelop of the native object instance to be wrapped.
- ScaleContext.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- ScaleDataType - Enum in org.pepstock.charba.client.enums
-
Enumeration with all possible types of data set in the scale.
- ScaleDataType() - Constructor for enum org.pepstock.charba.client.enums.ScaleDataType
- ScaleDateAdapter - Class in org.pepstock.charba.client.configuration
-
This is abstract date adapter object element of the chart options.
- ScaleDateAdapter - Class in org.pepstock.charba.client.options
-
This is abstract date adapter object element of the chart options.
- ScaleDateAdapter(Axis) - Constructor for class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Builds the object storing the axis which this adapters belongs to.
- ScaleDateAdapter(Adapters, Key, IsDefaultDateAdapterOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaleDateAdapter
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ScaledOptions - Class in org.pepstock.charba.client.options
-
Base object which maps chart options, with scales elements to set axes configurations.
- ScaledOptions(String, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
-
Creates the object only with default provider.
- ScaledOptions(String, IsDefaultScaledOptions, NativeObject, boolean) - Constructor for class org.pepstock.charba.client.options.ScaledOptions
-
Creates the object only with default provider and native object.
- ScaledOptions.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- scaleId - Variable in class org.pepstock.charba.client.items.ScaleItem
- ScaleId - Interface in org.pepstock.charba.client.options
-
Represents the scale id of a scale/axis object.
- scaleItem - Variable in class org.pepstock.charba.client.items.PluginScaleArgument
- ScaleItem - Class in org.pepstock.charba.client.items
-
Wraps the scale item of CHART JS chart.
This is a wrapper of scale of Chart (of CHART.JS). - ScaleItem(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Creates the item using an envelop (from
callbackspackage) of native java script object which contains all properties. - ScaleItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Creates the item using a native java script object which contains all properties.
- ScaleItem(ScaleId, NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleItem
-
Creates the item using a native java script object which contains all properties.
- ScaleItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ScaleLabelBackdropOptions - Class in org.pepstock.charba.client.items
-
The label options maps the labels backdrop options computed by
ScaleItem.
This is a wrapper of the CHART.JS item with all needed info. - ScaleLabelBackdropOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleLabelBackdropOptions
-
Creates the item using a native java script object which contains all properties.
- ScaleLabelBackdropOptions.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ScaleLabelItem - Class in org.pepstock.charba.client.items
-
The label item maps the labels computed by
ScaleItem.
This is a wrapper of the CHART.JS item with all needed info. - ScaleLabelItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleLabelItem
-
Creates the item using a native java script object which contains all properties.
- ScaleLabelItem.InternalFont - Class in org.pepstock.charba.client.items
-
Internal font to get from the scale label.
- ScaleLabelItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ScaleLabelItem.ScaleLebalItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create label item by a native object.
- ScaleLabelOptions - Class in org.pepstock.charba.client.items
-
The label options maps the labels options computed by
ScaleItem.
This is a wrapper of the CHART.JS item with all needed info. - ScaleLabelOptions(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleLabelOptions
-
Creates the item using a native java script object which contains all properties.
- ScaleLabelOptions.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ScaleLebalItemFactory() - Constructor for class org.pepstock.charba.client.items.ScaleLabelItem.ScaleLebalItemFactory
-
To avoid any instatiation
- ScaleLimit - Class in org.pepstock.charba.client.zoom
-
Entity of
ZoomPlugin.IDconfiguration in order to set minimum and maximum values of the scales for pan or zoom. - ScaleLimit(IsDefaultScaleLimit, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ScaleLimit
-
Creates new scale limit element, using stored native object instance and the default values options.
- ScaleLimit.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- scaleModeCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- ScaleOffsetCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
offsetproperty at runtime, forCartesianAxis. - scaleOptions - Variable in class org.pepstock.charba.client.Defaults
- ScalePositionCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
positionproperty at runtime, forCartesianAxis. - ScaleRange - Class in org.pepstock.charba.client.zoom
-
Entity of
ZoomPlugin.IDconfiguration in order to set minimum and maximum values of the scales for pan or zoom.
The values to set to the properties depends on the type of scales are used. - ScaleRange() - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates new scale range element.
- ScaleRange(double) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates scale range element with the minimum value.
- ScaleRange(double, double) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates scale range element with the minimum and maximum values.
- ScaleRange(IsDefaultScaleRange, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ScaleRange
-
Creates new scale range element, using stored native object instance and the default values options.
- ScaleRange.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- scales - Variable in class org.pepstock.charba.client.ChartNode
- scales - Variable in class org.pepstock.charba.client.configuration.ScalesOptions
- scales - Variable in class org.pepstock.charba.client.configuration.TimeSeriesOptions
- scales - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartOptions
- scales - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
- scales - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScaledOptions
- scales - Variable in class org.pepstock.charba.client.Defaults
- scales - Variable in class org.pepstock.charba.client.options.ExtendedOptions
- scales - Variable in class org.pepstock.charba.client.options.ScaledOptions
- Scales - Class in org.pepstock.charba.client.configuration
-
The configuration element which contains all axes definitions.
- Scales - Class in org.pepstock.charba.client.options
-
The configuration element which contains all axes definitions.
- Scales(ScalesOptions) - Constructor for class org.pepstock.charba.client.configuration.Scales
-
Builds the object storing the root options element.
- Scales(Options, Key, IsDefaultScales, NativeObject) - Constructor for class org.pepstock.charba.client.options.Scales
-
Creates the scales object as child of the option object.
- SCALES - org.pepstock.charba.client.commons.Merger.Property
- SCALES - org.pepstock.charba.client.Defaults.WrapperDefaults.Property
- SCALES - org.pepstock.charba.client.options.ScaledOptions.Property
- ScalesNode - Class in org.pepstock.charba.client.items
-
Wrapper of scales node of CHART.JS.
This is a wrapper of scale node of Chart (of CHART.JS). - ScalesNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.ScalesNode
-
Creates the item using an envelop with the native java script object which contains all properties.
- scalesOptions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultGlobalOptions
- ScalesOptions - Class in org.pepstock.charba.client.configuration
-
Configuration of chart with multiple scales.
- ScalesOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ScalesOptions
-
Builds the object storing the chart instance and default values.
- ScalesOptions(IsChart, IsDefaultScaledOptions, boolean) - Constructor for class org.pepstock.charba.client.configuration.ScalesOptions
-
Builds the object storing the chart instance and default values and creating a scale options if requested.
- ScaleTickItem - Class in org.pepstock.charba.client.items
-
The tick item maps the objects passed a
ScaleItem.
This is a wrapper of the CHART.JS item with all needed info. - ScaleTickItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.ScaleTickItem
-
Creates the item using a native java script object which contains all properties.
- ScaleTickItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- ScaleTickItem.ScaleTickItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create tick item by a native object.
- ScaleTickItemFactory() - Constructor for class org.pepstock.charba.client.items.ScaleTickItem.ScaleTickItemFactory
-
To avoid any instatiation
- ScaleTitle - Class in org.pepstock.charba.client.options
-
When creating a chart, you want to tell the viewer what data they are viewing.
- ScaleTitle(AbstractScale, Key, IsDefaultScaleTitle, NativeObject) - Constructor for class org.pepstock.charba.client.options.ScaleTitle
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- ScaleTitle.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- ScaleTitleAlign - Enum in org.pepstock.charba.client.enums
-
Property to set the scale title alignment.
- ScaleTitleAlign(String) - Constructor for enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
Creates with the property value to use in the native object.
- scaleType - Variable in enum org.pepstock.charba.client.ChartType
- scaleType() - Method in enum org.pepstock.charba.client.ChartType
- scaleType() - Method in class org.pepstock.charba.client.controllers.ControllerType
- scaleType() - Method in class org.pepstock.charba.client.geo.GeoExtendedChartType
- scaleType() - Method in class org.pepstock.charba.client.matrix.MatrixExtendedChartType
- scaleType() - Method in class org.pepstock.charba.client.sankey.SankeyExtendedChartType
- scaleType() - Method in class org.pepstock.charba.client.treemap.TreeMapExtendedChartType
- scaleType() - Method in interface org.pepstock.charba.client.Type
-
Returns the scale type of the chart.
- ScaleType - Enum in org.pepstock.charba.client
-
Interface to set the scale type of a chart.
Every chart could have scale(s) or not and it depends on chart type. - ScaleType() - Constructor for enum org.pepstock.charba.client.ScaleType
- ScaleValueItem - Class in org.pepstock.charba.client.items
-
This object is wrapping the value retrieved by the scale.
The value could be a double, string or a date. - ScaleValueItem(double, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
-
Creates the object with the value retrieved from the scale, value as double.
Used forChartAxisType.LINEAR,ChartAxisType.LOGARITHMICandChartAxisType.RADIAL_LINEARscales. - ScaleValueItem(String, double, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
-
Creates the object with the value retrieved from the scale, value as
String.
Used forChartAxisType.CATEGORYscale. - ScaleValueItem(ImmutableDate, String) - Constructor for class org.pepstock.charba.client.items.ScaleValueItem
-
Creates the object with the value retrieved from the scale, value as
Date.
Used forChartAxisType.TIMEandChartAxisType.TIMESERIESscales. - ScaleWeightCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
weightproperty at runtime, forAxis. - scanAndCheckElements(List<BaseHtmlElement>, boolean) - Method in class org.pepstock.charba.client.ChartObserver
-
Scans all elements to get which elements are attached or detached.
- scanAndCheckElements(BaseElement, boolean) - Method in class org.pepstock.charba.client.ChartObserver
-
Scans recursively the DOM tree to get which elements are attached or detached.
- scanDatasets(IsChart, ColorSchemesOptions, List<IsColor>) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesPlugin
-
Scans all datasets of chart to apply the colors by selected scheme.
- SCATTER - org.pepstock.charba.client.ChartType
-
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
- ScatterChart - Class in org.pepstock.charba.client
-
SCATTER chart implementation.
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as objects containing X and Y properties. - ScatterChart() - Constructor for class org.pepstock.charba.client.ScatterChart
-
Builds the object.
- ScatterChart(Type) - Constructor for class org.pepstock.charba.client.ScatterChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - ScatterChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
SCATTER chart GWT WIDGET implementation.
Scatter charts are based on basic line charts with the x axis changed to a linear axis.
To use a scatter chart, data must be passed as objects containing X and Y properties. - ScatterChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
-
Builds the object.
- ScatterChartWidget(ScatterChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.ScatterChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - ScatterDataset - Class in org.pepstock.charba.client.data
-
The scatter chart allows a number of properties to be specified for each dataset.
- ScatterDataset() - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates a dataset.
It uses the global options has default. - ScatterDataset(boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates a dataset.
It uses the global options has default. - ScatterDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default.
- ScatterDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default.
- ScatterDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using chart type related to the dataset.
- ScatterDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.ScatterDataset
-
Creates the dataset using a default and chart type related to the dataset.
- ScatterOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for SCATTER chart.
- ScatterOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.ScatterOptions
-
Builds the object storing the chart instance and default values.
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
- scheme - Variable in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
- SCHEME_CATEGORY - org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
- SCHEME_NAME - org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
- SCHEME_SCOPE - org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
- SchemeCostants - Class in org.pepstock.charba.client.impl.plugins.enums
-
Contains all colors used in the schemes, to avoid to have more instances of the same color in the color schemes definition.
- SchemeCostants() - Constructor for class org.pepstock.charba.client.impl.plugins.enums.SchemeCostants
-
To avoid any instantiation
- SchemeScope - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Enumerates the possible values to address coloring of BAR or BUBBLE datasets by a color scheme.
- SchemeScope(String) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Creates with the property value to use in the native object.
- SCIENTIFIC - org.pepstock.charba.client.intl.enums.Notation
-
To return the order-of-magnitude for formatted number.
- SCOOTER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Scooter" -
- scope - Variable in class org.pepstock.charba.client.colors.CanvasObjectFactory
- scope - Variable in class org.pepstock.charba.client.colors.GradientBuilder
- scope - Variable in class org.pepstock.charba.client.data.Dataset
- scope - Variable in class org.pepstock.charba.client.options.AnimationCollection
- scope - Variable in class org.pepstock.charba.client.options.AnimationTransition
- scope - Variable in class org.pepstock.charba.client.options.Options
- scope - Variable in class org.pepstock.charba.client.options.Transitions
- scope - Variable in class org.pepstock.charba.client.options.TypedDataset
- SCOPE - Static variable in class org.pepstock.charba.client.GlobalOptions
- SCOPE - Static variable in class org.pepstock.charba.client.impl.plugins.ChartAreaBackgroundGradientFactory
- SCOPE_PROPERTY_SUFFIX - Static variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
- scopeProperty - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
- scopes - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
- score(List<Double>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- score(List<Double>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
X values are creating starting from 0 with increment of 1. - score(List<Double>, double) - Method in class org.pepstock.charba.client.ml.BaseRegression
- score(List<Double>, double) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
X values are creating starting from passed argument with increment of 1. - score(List<Double>, double, double) - Method in class org.pepstock.charba.client.ml.BaseRegression
- score(List<Double>, double, double) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
X values are creating starting from passed argument with increment of passed argument. - score(List<Double>, List<Double>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- score(List<Double>, List<Double>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
- score(ArrayDouble, ArrayDouble) - Method in class org.pepstock.charba.client.ml.NativeBaseRegression
-
Evaluates the regression formula if the model fits enough.
- scoreByDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- scoreByDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
- scoreByDate(List<Date>, List<Double>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- scoreByDate(List<Date>, List<Double>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
- scoreByTimeSeriesItems(List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.ml.BaseRegression
- scoreByTimeSeriesItems(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Evaluates the regression formula if the model fits enough.
- SCOTTISH_GAELIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Scottish Gaelic language.
- SCREEN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The pixels are inverted, multiplied, and inverted again.
A lighter picture is the result (opposite of multiply) - SCREEN_X - org.pepstock.charba.client.dom.events.MouseEventInit.Property
- SCREEN_X - org.pepstock.charba.client.dom.events.TouchInit.Property
- SCREEN_Y - org.pepstock.charba.client.dom.events.MouseEventInit.Property
- SCREEN_Y - org.pepstock.charba.client.dom.events.TouchInit.Property
- script - Variable in class org.pepstock.charba.client.intl.CLocale
- script - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
- Script - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the behavior and execution of <script> elements
- Script - Enum in org.pepstock.charba.client.intl
-
Enumerates the standard codes for script identification which can be used to create and manage locale.
- Script() - Constructor for class org.pepstock.charba.client.dom.elements.Script
-
To avoid any instantiation
- Script(String, String) - Constructor for enum org.pepstock.charba.client.intl.Script
-
Creates the object with script value and its name.
- SCRIPT - org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
- SCRIPT_ELEMENT_CHARTSET - Static variable in class org.pepstock.charba.client.Injector
- Scriptable<T,C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Interface to map all callback of scriptable options available for CHART.JS.
- ScriptableDoubleChecker - Enum in org.pepstock.charba.client.callbacks
-
Checker out of the box for
Scriptables which return aDouble. - ScriptableDoubleChecker(ScriptableResultChecker<Double>) - Constructor for enum org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
-
Creates the object with a specific checker and its logic.
- scriptableFontProvider - Variable in class org.pepstock.charba.client.configuration.Font
- scriptableFontProvider - Variable in class org.pepstock.charba.client.options.AbstractScriptableFont
- ScriptableFunctions - Class in org.pepstock.charba.client.callbacks
-
Set of common JSINTEROP functions (mapped as interfaces) to be able to implement scriptable options of CHART.JS.
Must be a public interface with only 1 method. - ScriptableFunctions() - Constructor for class org.pepstock.charba.client.callbacks.ScriptableFunctions
-
To avoid any instantiation
- ScriptableFunctions.ProxyArrayCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide an array property.
- ScriptableFunctions.ProxyBooleanCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a boolean property.
- ScriptableFunctions.ProxyDoubleCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a double property.
- ScriptableFunctions.ProxyHandlerCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a scriptable options implementation with a context.
- ScriptableFunctions.ProxyHandlerEvent - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide events generated by the chart canvas, by CHART.JS.
- ScriptableFunctions.ProxyHandlerEventAndRedraw - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide events generated by the chart canvas, by CHART.JS.
- ScriptableFunctions.ProxyIntegerCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a integer property.
- ScriptableFunctions.ProxyNativeObjectCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a native object property.
- ScriptableFunctions.ProxyObjectCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a object property.
- ScriptableFunctions.ProxyStringCallback - Interface in org.pepstock.charba.client.callbacks
-
Java script FUNCTION callback called to provide a string property.
- ScriptableIntegerChecker - Enum in org.pepstock.charba.client.callbacks
-
Checker out of the box for
Scriptables which return aInteger. - ScriptableIntegerChecker(ScriptableResultChecker<Integer>) - Constructor for enum org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
-
Creates the object with a specific checker and its logic.
- scriptablePaddingProvider - Variable in class org.pepstock.charba.client.configuration.Padding
- scriptablePaddingProvider - Variable in class org.pepstock.charba.client.options.AbstractScriptablePadding
- ScriptableResultChecker<T extends Number> - Interface in org.pepstock.charba.client.callbacks
-
To implement to check the consistency of the result, as a number, of a
Scriptable. - ScriptableUtil - Class in org.pepstock.charba.client.callbacks
-
Sets of common methods as utilities to manage scriptable options by callback and java interfaces.
- ScriptableUtil() - Constructor for class org.pepstock.charba.client.callbacks.ScriptableUtil
-
To avoid any instantiation
- SCROLL_LOCK - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Scroll Lock key.
- SE_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the bottom-right corner cursor
- SEA_BLIZZ - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sea Blizz" -
- SEA_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sea Blue" -
- SEA_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "seaGreen" -
- SEA_SHELL - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "seaShell" -
- SEA_WEED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sea Weed" -
- searchAxis(ScaleItem) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
- searchByAxisKind(AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
Uses the axis kind to retrieve the scale by id.
- searchByDefaultScaleId(ScaleId, AxisKind) - Method in class org.pepstock.charba.client.defaults.chart.DefaultChartScales
-
Uses the default scale id to retrieve the scale by id.
- searchScaleItem(NativeBaseEvent) - Method in class org.pepstock.charba.client.configuration.EventAxesHandler
-
Searches the
ScaleIteminstance related to the event.
If theNativeBaseEventinstance is not related to anyScaleItem, returnsnull. - SEATTLE_GRAYS5 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "SeattleGrays5" -
- SECOND - org.pepstock.charba.client.enums.TimeUnit
-
Second time unit
- SECOND - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- SECOND - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the second, for example "07" or "42".
- SECOND - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for second.
- SECONDARY - org.pepstock.charba.client.dom.enums.EventButton
-
Secondary button pressed, usually the right button
- SegementDatasetElement(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.SegmentContext.SegementDatasetElement
-
Creates the object with native object instance to be wrapped.
- segment - Variable in class org.pepstock.charba.client.configuration.LineOptions
- segment - Variable in class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
- segment - Variable in class org.pepstock.charba.client.options.ExtendedOptions
- Segment - Class in org.pepstock.charba.client.configuration
-
The segment configuration for
LineOptions.
Line segment styles can be overridden by scriptable options in the segment object.
Currently all of the border* and background color options are supported.
The segment styles are resolved for each section of the line between each point.
nullfallbacks to main line styles. - Segment - Class in org.pepstock.charba.client.options
-
Contains all callbacks defined for a line segment.
Is empty because this is only the container of all properties related to callbacks which must be defined in the chart configuration. - Segment(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Segment
-
Builds the object storing the root options element.
- Segment(ExtendedOptions, Key, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.Segment
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- SEGMENT - org.pepstock.charba.client.enums.ContextType
-
Segment line context type.
- SEGMENT - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for segment numbering system.
- SEGMENT - org.pepstock.charba.client.options.ExtendedOptions.Property
- Segment.BaseContext - Class in org.pepstock.charba.client.configuration
-
Utility object which is creating a native object, setting chart and type, in order to be able to create a
ChartContextwithout CHART.JS, for callbacks of segment. - Segment.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- SegmentContext - Class in org.pepstock.charba.client.callbacks
-
The callback or handler context wrapper, created and passed by
Segmentwhich contains the line charts references. - SegmentContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.SegmentContext
-
Creates the object with native object instance to be wrapped, called by
configurationpackage. - SegmentContext.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- SegmentContext.SegementDatasetElement - Class in org.pepstock.charba.client.callbacks
-
Extends
PointElementin order to wrap the points inside the context. - SEL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sel" -
- SELECT - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
Selectkey. - SELECTED - org.pepstock.charba.client.impl.plugins.SelectionStatus
-
The selection has been completed
- SELECTING - org.pepstock.charba.client.impl.plugins.SelectionStatus
-
The selection is running but not completed
- SELECTION_CLEANER - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- SelectionArea - Class in org.pepstock.charba.client.impl.plugins
-
Which maintains coordinates of the are to be draw on the canvas as selection area.
- SelectionArea() - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionArea
- selectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorDefaultOptions
- selectionCleaner - Variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
- SelectionCleaner - Class in org.pepstock.charba.client.impl.plugins
-
DatasetsItemsSelector.IDplugin configuration element in order to have in the chart a clickable element to clear the selection. - SelectionCleaner(NativeObject, IsDatasetsItemsSelectorDefaultSelectionCleaner) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Creates new selection cleaner element, using stored native object instance and the default values options.
- SelectionCleaner.Property - Enum in org.pepstock.charba.client.impl.plugins
-
Name of properties of native object.
- SelectionCleanerFont - Class in org.pepstock.charba.client.impl.plugins
-
Object to map font options for
SelectionCleanerelement ofDatasetsItemsSelector.IDplugin configuration. - SelectionCleanerFont(IsDefaultFont, NativeObject) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionCleanerFont
-
Creates a font to use for plugin.
- SelectionHandler - Class in org.pepstock.charba.client.impl.plugins
-
Manages the selection on canvas, drawing selection area and implementing mouse listeners for canvas.
- SelectionHandler(IsChart, DatasetsItemsSelectorOptions) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Creates the selection handler with chart instance and the options (if exist) in the chart options.
- SelectionStatus - Enum in org.pepstock.charba.client.impl.plugins
-
Enumerates the status of a selection.
- SelectionStatus() - Constructor for enum org.pepstock.charba.client.impl.plugins.SelectionStatus
- SelectionTrack - Class in org.pepstock.charba.client.impl.plugins
-
It maintains the start and end point of mouse selection at X level.
- SelectionTrack(double, SelectionTrack) - Constructor for class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Creates the object storing the original X point of mouse down.
- SELENIUM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Selenium" -
- SENA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sena language.
- SENEGAL - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Senegal region.
- SERBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Serbia region.
- SERBIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Serbian language.
- SERBIAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Serbian Dinar currency.
- SERBO_CROATIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Serbo-Croatian language.
- serialVersionUID - Static variable in class org.pepstock.charba.client.commons.ImmutableDate
- serialVersionUID - Static variable in exception org.pepstock.charba.client.resources.ResourceLoadException
- SERVQUICK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "ServQuick" -
- set(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.data.AbstractBarBorderItem
-
Sets the border size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius size to all corners of the rectangle.
- set(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius size to all corners of the rectangle.
- set(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width size to all dimensions.
- set(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius size to all corners of the rectangle.
- set(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to all dimensions.
- set(int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Sets the value value at a given index.
- set(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Sets the value value at a given index.
- set(int, E) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayEnumList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayKeyList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, E) - Method in class org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Double) - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Integer) - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Sets the value value at a given index.
- set(int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Sets the value value at a given index.
- set(int, String) - Method in class org.pepstock.charba.client.commons.ArrayStringList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Sets the value value at a given index.
- set(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Sets the value value at a given index.
- set(int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObjectList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Sets the value value at a given index.
- set(int, Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Sets the value value at a given index.
- set(int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Sets the value value at a given index.
- set(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Sets the value value at a given index.
- set(int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImageList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Sets the value value at a given index.
- set(int, Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouchList
-
Replaces the element at the specified position in this list with the specified element.
- set(E) - Method in class org.pepstock.charba.client.commons.ListIteratorImpl
-
Replaces the last element returned by next() or previous() with the specified element .
- set(String, int) - Method in class org.pepstock.charba.client.sankey.AbstractNumericMap
-
Sets a value in the map, by its key of the node.
- set(String, String) - Method in class org.pepstock.charba.client.sankey.Labels
-
Sets a value in the map, by its key of the node.
- set(String, List<String>) - Method in class org.pepstock.charba.client.sankey.Labels
-
Sets a list of labels in the map, by its key of the node.
- set(String, AnimationCollection) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Sets an animation collection instance to store in the animation options.
- set(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArraySetHelper
-
Creates a array set of strings by a java script array of strings.
- set(ArrayString, KeyFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArraySetHelper
-
Creates a array set of
Keyvalues by an java script array of strings. - set(Key, int) - Method in class org.pepstock.charba.client.sankey.AbstractNumericMap
-
Sets a value in the map, by its key of the node.
- set(Key, String) - Method in class org.pepstock.charba.client.sankey.Labels
-
Sets a value in the map, by its key of the node.
- set(Key, List<String>) - Method in class org.pepstock.charba.client.sankey.Labels
-
Sets a list of labels in the map, by its key of the node.
- set(Key, AnimationCollection) - Method in class org.pepstock.charba.client.configuration.Animations
-
Sets an animation collection instance to store in the animation options.
- set(Key, AnimationCollection) - Method in class org.pepstock.charba.client.options.AbstractAnimations
- set(Key, AnimationCollection) - Method in class org.pepstock.charba.client.options.Animations
-
Sets an animation collection instance to store in the animation options.
- set(Key, AnimationCollection) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Sets an animation collection instance to store in the animation options.
- set(Key, AnimationCollection) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets an animation collection instance to store in the animation options.
- set(NativeObject, String, T) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to set a property on an object.
- set(TransitionMode, AnimationTransition) - Method in class org.pepstock.charba.client.configuration.Transitions
-
Sets an animation transition instance to store in the animation options.
- set(TransitionMode, AnimationTransition) - Method in interface org.pepstock.charba.client.options.IsTransitions
-
Sets an animation transition instance to store in the animation options.
- set(TransitionMode, AnimationTransition) - Method in class org.pepstock.charba.client.options.Transitions
-
Sets an animation transition instance to store in the animation options.
- set(Status, Date) - Method in class org.pepstock.charba.client.utils.toast.ToastItem.DateTime
-
Sets the date time for the specific status.
- SET_SELECTION - org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
-
Triggers after a selection on chart has been performed.
- SET1_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_3" -
- SET1_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_4" -
- SET1_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_5" -
- SET1_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_6" -
- SET1_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_7" -
- SET1_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_8" -
- SET1_9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set1_9" -
- SET2_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_3" -
- SET2_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_4" -
- SET2_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_5" -
- SET2_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_6" -
- SET2_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_7" -
- SET2_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set2_8" -
- SET3_10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_10" -
- SET3_11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_11" -
- SET3_12 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_12" -
- SET3_3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_3" -
- SET3_4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_4" -
- SET3_5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_5" -
- SET3_6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_6" -
- SET3_7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_7" -
- SET3_8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_8" -
- SET3_9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Set3_9" -
- setAboveColor(String) - Method in class org.pepstock.charba.client.items.FillColors
-
Sets the above color for filling.
- setAboveColor(IsColor) - Method in class org.pepstock.charba.client.items.FillColors
-
Sets the above color for filling.
- setActionBackgroundColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the background color of action.
- setActionBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the background color of action.
- setActionBorderColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border color of action.
- setActionBorderColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border color of action.
- setActionBorderRadius(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border radius (in pixels) of toast action.
- setActionBorderStyle(BorderStyle) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border style set for the action element.
- setActionBorderWidth(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border width of action.
- setActionColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of action.
- setActionColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of action.
- setActionFontFamily(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font family, follows CSS font-family options of action.
- setActionFontLineHeight(double) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of action.
- setActionFontLineHeight(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of action.
- setActionFontSize(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font size of action.
- setActionFontStyle(FontStyle) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setActionFontWeight(Weight) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font weight, follows CSS font-style-weight options of action.
- setActions(List<ActionItem>) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the actions to the toast.
- setActions(List<ActionItem>) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the actions to the toast.
- setActions(ActionItem...) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the actions to the toast.
- setActions(ActionItem...) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the actions to the toast.
- setActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setActiveElements(List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(ArrayObject) - Method in class org.pepstock.charba.client.Chart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active (hovered) elements for the chart.
- setActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setActiveElements(ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active (hovered) elements for the chart.
- setAdjustScaleRange(boolean) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets
truewhether the scale range should be adjusted if this annotation is out of range. - setAdjustScaleRange(AdjustScaleRangeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
- setAdjustScaleRange(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the scale range should be adjusted if this annotation is out of range.
- setAfterBuildTicksHook(AfterBuildTicksHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterBuildTicks' plugin.
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - setAfterBuildTicksHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterBuildTicks' plugin.
Called after scale has build its ticks.
This hook is called separately for each scale in the chart. - setAfterDataLimitsHook(AfterDataLimitsHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDataLimits' plugin.
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - setAfterDataLimitsHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDataLimits' plugin.
Called after scale data limits are calculated.
This hook is called separately for each scale in the chart. - setAfterDatasetDrawHook(AfterDatasetDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDatasetDraw' plugin.
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - setAfterDatasetDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDatasetDraw' plugin.
Called after the 'chart' datasets at the given 'args.index' have been drawn (datasets are drawn in the reverse order).
Note that this hook will not be called if the datasets drawing has been previously cancelled. - setAfterDatasetsDrawHook(AfterDatasetsDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDatasetsDraw' plugin.
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - setAfterDatasetsDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDatasetsDraw' plugin.
Called after the 'chart' datasets have been drawn.
Note that this hook will not be called if the datasets drawing has been previously cancelled. - setAfterDatasetsUpdateHook(AfterDatasetsUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDatasetsUpdate' plugin.
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - setAfterDatasetsUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDatasetsUpdate' plugin.
Called after the 'chart' datasets have been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - setAfterDatasetUpdateHook(AfterDatasetUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDatasetUpdate' plugin.
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - setAfterDatasetUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDatasetUpdate' plugin.
Called after the 'chart' datasets at the given 'args.index' has been updated.
Note that this hook will not be called if the datasets update has been previously cancelled. - setAfterDestroyHook(AfterDestroyHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDestroy' plugin.
Called after the chart has been destroyed. - setAfterDestroyHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDestroy' plugin.
Called after the chart has been destroyed. - setAfterDrawHook(AfterDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterDraw' plugin.
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - setAfterDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterDraw' plugin.
Called after the 'chart' has been drawn.
Note that this hook will not be called if the drawing has been previously cancelled. - setAfterEventHook(AfterEventHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterEvent' plugin.
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - setAfterEventHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterEvent' plugin.
Called after the 'event' has been consumed.
Note that this hook will not be called if the 'event' has been previously discarded. - setAfterInitHook(AfterInitHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterInit' plugin.
Called after 'chart' has been initialized and before the first update. - setAfterInitHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterInit' plugin.
Called after 'chart' has been initialized and before the first update. - setAfterLayoutHook(AfterLayoutHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterLayout' plugin.
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - setAfterLayoutHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterLayout' plugin.
Called after the 'chart' has been layed out.
Note that this hook will not be called if the layout update has been previously cancelled. - setAfterRenderHook(AfterRenderHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterRender' plugin.
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - setAfterRenderHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterRender' plugin.
Called after the 'chart' has been fully rendered (and animation completed).
Note that this hook will not be called if the rendering has been previously cancelled. - setAfterTooltipDrawHook(AfterTooltipDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterTooltipDraw' plugin.
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - setAfterTooltipDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterTooltipDraw' plugin.
Called after drawing the 'tooltip'.
Note that this hook will not be called if the tooltip drawing has been previously cancelled. - setAfterUpdateHook(AfterUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'afterUpdate' plugin.
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - setAfterUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'afterUpdate' plugin.
Called after 'chart' has been updated and before rendering.
Note that this hook will not be called if the chart update has been previously cancelled. - setAlgorithm(DecimationAlgorithm) - Method in class org.pepstock.charba.client.configuration.Decimation
-
Sets the algorithm used by the plugin.
- setAlgorithm(DecimationAlgorithm) - Method in class org.pepstock.charba.client.options.Decimation
-
Sets the algorithm used by the plugin.
- setAlign(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the position of the label relative to the anchor point position and orientation, by a number representing the clockwise angle (in degree).
- setAlign(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the position of the label relative to the anchor point position and orientation, by a number representing the clockwise angle (in degree).
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Sets the alignment of the element's contents with respect to the surrounding context.
- setAlign(ElementAlignCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the align callback.
- setAlign(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the align callback.
- setAlign(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the align callback.
- setAlign(NativeCallback) - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Sets the align callback.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the align callback.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the align callback.
- setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the position of the label relative to the anchor point position and orientation.
- setAlign(Align) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the position of the label relative to the anchor point position and orientation.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the alignment of the title.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the alignment of the legend.
- setAlign(ElementAlign) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Sets the alignment of the element.
- setAlign(ElementAlign) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets the alignment of the element.
- setAlign(ScaleTitleAlign) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the alignment of the axis title.
- setAlign(ScaleTitleAlign) - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Sets the alignment of the axis title.
- setAlign(TickAlign) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the tick alignment along the axis.
- setAlign(TickAlign) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the tick alignment along the axis.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the alignment of the legend on the chart area.
- setAlign(Align) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the alignment of the legend on the chart area.
- setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner align.
- setAlign(Align) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner align.
- setAlign(AlignCallback) - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Sets the align callback.
- setAlign(Align) - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Sets the text horizontal alignment used when drawing the label.
- setAlign(Align) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets the alignment of the toast action.
- setAlign(Align) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the alignment of the toast action.
- setAlignToPixels(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets
trueto align pixel values to device pixels. - setAlignToPixels(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets
trueto align pixel values to device pixels. - setAlignToPixels(AlignToPixelsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets
trueto align pixel values to device pixels. - setAlignToPixels(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets
trueto align pixel values to device pixels. - setAltKey(boolean) - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Sets true if the alt key was down when the mouse event was fired.
- setAltKey(boolean) - Method in class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Sets true if the alt key was down when the mouse event was fired.
- setAnchor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor callback.
- setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the anchor callback.
- setAnchor(AnchorCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor callback.
- setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
- setAnchor(Anchor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the anchor point, which is defined by an orientation vector and a position on the data element.
- setAngle(double) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc angle to cover.
- setAngle(double) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the arc angle to cover.
- setAngle(double) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc angle to cover.
- setAngle(AngleCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the angle callback.
- setAngle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the angle callback.
- setAnimate(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets whether to animate scaling the chart from the center.
- setAnimate(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets whether to animate scaling the chart from the center.
- setAnimated(boolean) - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Sets if the render will be shown based on the animation of chart.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, the chart will animate in with a rotation animation.
- setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.options.Animation
-
If
true, the chart will animate in with a rotation animation. - setAnimateRotate(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If
true, the chart will animate in with a rotation animation. - setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If
true, the chart will animate in with a rotation animation. - setAnimateRotate(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
If
true, the chart will animate in with a rotation animation. - setAnimateScale(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If true, will animate scaling the chart from the center outwards.
- setAnimateScale(boolean) - Method in class org.pepstock.charba.client.options.Animation
-
If
true, will animate scaling the chart from the center outwards. - setAnimateScale(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If
true, will animate scaling the chart from the center outwards. - setAnimateScale(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If
true, will animate scaling the chart from the center outwards. - setAnimateScale(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
If
true, will animate scaling the chart from the center outwards. - setAnimationEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.AnimationContainer
-
Enables or disables the animation.
- setAnimationEnabled(boolean) - Method in interface org.pepstock.charba.client.configuration.HasAnimation
-
Enables or disables the animation.
- setAnimationEnabled(boolean) - Method in class org.pepstock.charba.client.options.AnimationContainer
-
Enables or disables the animation.
- setAnimationEnabled(boolean) - Method in interface org.pepstock.charba.client.options.HasAnimationOptions
-
Enables or disables the animation.
- setAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationMap
-
Sets a set of annotations for plugin.
If argument isnull, removes all annotations. - setAnnotations(AbstractAnnotation...) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets a set of annotations for plugin.
- setArc(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws label in arc.
- setArc(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws label in arc.
- setAreaBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the area background color.
- setAreaBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the area background color.
- setAreaBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the area background gradient.
- setAreaBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the area background gradient.
- setAreaBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the area background color.
- setAreaBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the area background color.
- setAreaBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the area background pattern.
- setAreaBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the area background pattern.
- setArrayValue(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValue(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayDoubleArrayList<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array from a double array container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, ArrayObjectContainerList<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array from a container list) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array) in the embedded JavaScript object at specific property.
- setArrayValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array) in the embedded JavaScript object at specific property.
- setAspectRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Canvas aspect ratio (i.e.
- setAspectRatio(double) - Method in class org.pepstock.charba.client.options.Options
-
Canvas aspect ratio (i.e.
- setAttribute(Key, boolean) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, double) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, double) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Sets a custom field to data point.
- setAttribute(Key, int) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, String) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets a custom field to data point.
- setAttribute(Key, String) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Sets a custom field to data point.
- setAttribute(Key, Date) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Sets a custom field to data point.
- setAttribute(Key, T) - Method in class org.pepstock.charba.client.data.AbstractDataPoint
-
Sets a custom field to data point.
- setAttributes(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to watch for changes to the value of attributes on the node or nodes being monitored.
The default value is false. - setAttributes(T) - Method in class org.pepstock.charba.client.callbacks.ChartContext
-
Sets the additional attributes.
- setAutoColors(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets
truewhen the auto colors plugin has been enabled and CHART.JS apply the default colors to datasets. - setAutoColors(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets
truewhen the auto colors plugin has been enabled and CHART.JS apply the default colors to datasets. - setAutoColorsForceOverride(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
By default the colors plugin only works when you initialize the chart without any colors for the border or background specified.
If you want to force the colors plugin to always color your datasets, for example when using dynamic datasets at runtime you will need to set theforceOverrideoption totrue. - setAutoColorsForceOverride(boolean) - Method in class org.pepstock.charba.client.options.Options
-
By default the colors plugin only works when you initialize the chart without any colors for the border or background specified.
If you want to force the colors plugin to always color your datasets, for example when using dynamic datasets at runtime you will need to set theforceOverrideoption totrue. - setAutoFontSize(boolean) - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Sets
trueif the font size of the rendering will be automatically calculated, based on dimension of the area for rendering. - setAutoHide(boolean) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets whether to make the toast notification sticky, which means that the toast notification will never auto dismiss until clicked.
- setAutoHide(boolean) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets whether to make the toast notification sticky, which means that the toast notification will never auto dismiss until clicked.
- setAutoInflateAmount(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - setAutoInflateAmount(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - setAutoInflateAmount(boolean) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - setAutoInflateAmount(boolean) - Method in class org.pepstock.charba.client.options.Bar
-
Sets
trueif the amount of pixels to inflate the bar rectangles, when drawing, is automatically calculated. - setAutoPadding(boolean) - Method in class org.pepstock.charba.client.configuration.Layout
-
Sets
trueto apply automatic padding so visible elements are completely drawn. - setAutoPadding(boolean) - Method in class org.pepstock.charba.client.options.Layout
-
Sets
trueto apply automatic padding so visible elements are completely drawn. - setAutoRotation(boolean) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets
truewhether the rotation of label must calculates automatically. - setAutoRotation(boolean) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets
truewhether the rotation of label must calculates automatically. - setAutoSkip(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
If true, automatically calculates how many labels that can be shown and hides labels accordingly.
- setAutoSkip(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If
true, automatically calculates how many labels that can be shown and hides labels accordingly.
Turn it off to show all labels no matter what - setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
- setAutoSkipPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the padding between the ticks on the horizontal axis when autoSkip is enabled.
Note: Only applicable to horizontal scales. - setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.Scales
-
Sets an array of X axes.
- setAxes(Axis...) - Method in class org.pepstock.charba.client.configuration.TimeSeriesScales
- setAxes(Scale...) - Method in class org.pepstock.charba.client.options.ExtendedScales
-
Sets all axes of chart.
- setAxis(AxisKind) - Method in class org.pepstock.charba.client.gradient.PropertyOptions
-
Which kind of axis this is, related to the
Dataset. - setAxis(AxisKind) - Method in class org.pepstock.charba.client.options.Scale
-
Which kind of axis this is.
Possible values are: 'x', 'y' or 'r'. - setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.annotation.Interaction
-
Sets which directions are used in calculating distances.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets which directions are used in calculating distances.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.configuration.Interaction
-
Sets which directions are used in calculating distances.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.items.InteractionOptions
-
Sets which directions are used in calculating distances.
- setAxis(InteractionAxis) - Method in class org.pepstock.charba.client.options.Interaction
-
Sets which directions are used in calculating distances.
- setAxisBuildTicksCallback(AxisBuildTicksCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after of the ticks building.
- setAxisCalculateLabelRotationCallback(AxisCalculateLabelRotationCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after tick rotation is determined.
- setAxisDataLimitsCallback(AxisDataLimitsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after data limits are determined.
- setAxisDimensionsCallback(AxisDimensionsCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after dimensions are set.
- setAxisFitCallback(AxisFitCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after the scale fits to the canvas.
- setAxisTickToLabelConversionCallback(AxisTickToLabelConversionCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after ticks are converted in the strings.
- setAxisUpdateCallback(AxisUpdateCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that runs before/after of the update process.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the background color of the point label.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the color of label backdrops.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the background color of the point label.
- setBackdropColor(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the color of label backdrops.
- setBackdropColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the backdrop color callback.
- setBackdropColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the backdrop color callback instance.
- setBackdropColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the backdrop color callback.
- setBackdropColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the backdrop color callback instance.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the background color of the point label.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the color of label backdrops.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the background color of the point label.
- setBackdropColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the color of label backdrops.
- setBackground(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'background' property in the element.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Sets the color of the background of annotation.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of the background of annotation.
- setBackgroundColor(String) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Sets the color of the background of annotation.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the background color of tile as string.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the background color of tile as string.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the background color of the scale area.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color under the line.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundColor' property in the element.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as string.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the background color of the scale area.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the background color.
- setBackgroundColor(String) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the fill color during dragging.
- setBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill colors of the elements.
- setBackgroundColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Sets the callback to set the color of the background of annotation.
- setBackgroundColor(ColorCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Sets the callback to set the color of the background of annotation.
- setBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setBackgroundColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color callback.
- setBackgroundColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BackgroundColorHandler
-
Sets the callback to set the color of the background of annotation.
- setBackgroundColor(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Sets the callback to set the color of the background of annotation.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color callback.
- setBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill gradient under the line.
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background gradient.
- setBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the background gradient.
- setBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill gradient of the elements.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of the background of annotation.
- setBackgroundColor(IsColor) - Method in interface org.pepstock.charba.client.annotation.HasBackgroundColor
-
Sets the color of the background of annotation.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the background color of tile.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the background color of tile.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color under the line.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default background color to use in the chart, on all objects, if not override by the specific configuration.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the background color of the tooltip.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the background color.
- setBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the fill color during dragging.
- setBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill colors of the elements.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill pattern under the line.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the background pattern.
- setBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the background pattern.
- setBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill pattern of the elements.
- setBackgroundColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the background color as gradient.
- setBackgroundColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as canvas gradient.
- setBackgroundColor(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the background color as pattern.
- setBackgroundColor(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as canvas pattern.
- setBackgroundColor(TooltipItem, Gradient) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as gradient.
- setBackgroundColor(TooltipItem, Pattern) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the background color of the tooltip item as pattern
- setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
The transparency value for the background color.
- setBackgroundColorAlpha(double) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
The transparency value for the background color.
- setBackgroundImage(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundImage' property in the element.
- setBackgroundShadowColor(String) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of the shadow of annotation.
- setBackgroundShadowColor(String) - Method in class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
-
Sets the color of the shadow of annotation.
- setBackgroundShadowColor(String) - Method in interface org.pepstock.charba.client.annotation.HasExtendedShadowOptions
-
Sets the color of the shadow of annotation.
- setBackgroundShadowColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
-
Sets the callback to set the color of the shadow of annotation.
- setBackgroundShadowColor(ColorCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasExtendedShadowOptions
-
Sets the callback to set the color of the shadow of annotation.
- setBackgroundShadowColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler
-
Sets the callback to set the color of the shadow of annotation.
- setBackgroundShadowColor(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasExtendedShadowOptions
-
Sets the callback to set the color of the shadow of annotation.
- setBackgroundShadowColor(IsColor) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of the shadow of annotation.
- setBackgroundShadowColor(IsColor) - Method in interface org.pepstock.charba.client.annotation.HasExtendedShadowOptions
-
Sets the color of the shadow of annotation.
- setBackgroundSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'backgroundSize' property in the element.
- setBarPercentage(double) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the percent (0-1) of the available width each bar should be within the category width.
1.0 will take the whole category width and put the bars right next to each other. - setBarPercentage(double) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarPercentage(double) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarPercentage(double) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the percent (0-1) of the available width each bar should be within the category width.
- setBarThickness(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the width of each bar in pixels.
If set to 'flex', it computes "optimal" sample widths that globally arrange bars side by side.
If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap.
Then, the bars are sized using barPercentage and categoryPercentage. - setBarThickness(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Sets the width of each bar in pixels.
- setBarThickness(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the width of each bar in pixels.
- setBase(double) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - setBase(double) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - setBase(double) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - setBase(double...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base value for the bar in data units along the value axis.
If not set, defaults to the value axis base value. - setBase(BaseCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base callback.
- setBase(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base callback.
- setBeforeBuildTicksHook(BeforeBuildTicksHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeBuildTicks' plugin.
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - setBeforeBuildTicksHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeBuildTicks' plugin.
Called before scale builds its ticks.
This hook is called separately for each scale in the chart. - setBeforeDataLimitsHook(BeforeDataLimitsHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDataLimits' plugin.
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - setBeforeDataLimitsHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDataLimits' plugin.
Called before scale data limits are calculated.
This hook is called separately for each scale in the chart. - setBeforeDatasetDrawHook(BeforeDatasetDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDatasetDraw' plugin.
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - setBeforeDatasetDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDatasetDraw' plugin.
Called before drawing the 'chart' dataset at the given 'args.index' (datasets are drawn in the reverse order).
If any plugin returnsfalse, the datasets drawing is cancelled until another 'render' is triggered. - setBeforeDatasetsDrawHook(BeforeDatasetsDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDatasetsDraw' plugin.
Called before drawing the 'chart' datasets. - setBeforeDatasetsDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDatasetsDraw' plugin.
Called before drawing the 'chart' datasets. - setBeforeDatasetsUpdateHook(BeforeDatasetsUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDatasetsUpdate' plugin.
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - setBeforeDatasetsUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDatasetsUpdate' plugin.
Called before updating the 'chart' datasets.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - setBeforeDatasetUpdateHook(BeforeDatasetUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDatasetUpdate' plugin.
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - setBeforeDatasetUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDatasetUpdate' plugin.
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse, the datasets update is cancelled until another 'update' is triggered. - setBeforeDestroyHook(BeforeDestroyHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDestroy' plugin.
Called before the chart is being destroyed. - setBeforeDestroyHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDestroy' plugin.
Called before the chart is being destroyed. - setBeforeDrawHook(BeforeDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeDraw' plugin.
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - setBeforeDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeDraw' plugin.
Called before drawing 'chart' at every animation frame.
If any plugin returnsfalse, the frame drawing is cancelled until another 'render' is triggered. - setBeforeElementsUpdateHook(BeforeElementsUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeElementsUpdate' plugin.
Called during the update process, before any chart elements have been created. - setBeforeElementsUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeElementsUpdate' plugin.
Called during the update process, before any chart elements have been created. - setBeforeEventHook(BeforeEventHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeEvent' plugin.
Called before processing the specified 'event'.
If any plugin returnsfalse, the event will be discarded. - setBeforeEventHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeEvent' plugin.
Called before processing the specified 'event'.
If any plugin returnsfalse, the event will be discarded. - setBeforeInitHook(BeforeInitHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeInit' plugin.
Called before initializing 'chart'. - setBeforeInitHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeInit' plugin.
Called before initializing 'chart'. - setBeforeLayoutHook(BeforeLayoutHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeLayout' plugin.
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - setBeforeLayoutHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeLayout' plugin.
Called before laying out 'chart'.
If any plugin returnsfalse, the layout update is cancelled until another 'update' is triggered. - setBeforeRenderHook(BeforeRenderHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeRender' plugin.
Called before rendering 'chart'. - setBeforeRenderHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeRender' plugin.
Called before rendering 'chart'. - setBeforeTooltipDrawHook(BeforeTooltipDrawHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeTooltipDraw' plugin.
Called before drawing the 'tooltip'.
If any plugin returnsfalse, the tooltip drawing is cancelled until another 'render' is triggered. - setBeforeTooltipDrawHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeTooltipDraw' plugin.
Called before drawing the 'tooltip'.
If any plugin returnsfalse, the tooltip drawing is cancelled until another 'render' is triggered. - setBeforeUpdateHook(BeforeUpdateHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'beforeUpdate' plugin.
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - setBeforeUpdateHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'beforeUpdate' plugin.
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered. - setBeginAtZero(boolean) - Method in interface org.pepstock.charba.client.configuration.IsLinearAxis
-
If true, scale will include 0 if it is not already included.
- setBeginAtZero(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true, scale will include 0 if it is not already included. - setBeginAtZero(BeginAtZeroCallback) - Method in class org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler
-
Sets the callback to set if true, scale will include 0 if it is not already included.
- setBeginAtZero(BeginAtZeroCallback) - Method in interface org.pepstock.charba.client.configuration.HasBeginAtZeroCallbackHandler
-
Sets the callback to set if true, scale will include 0 if it is not already included.
- setBeginAtZero(NativeCallback) - Method in class org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler
-
Sets the callback to set if true, scale will include 0 if it is not already included.
- setBeginAtZero(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.HasBeginAtZeroCallbackHandler
-
Sets the callback to set if true, scale will include 0 if it is not already included.
- setBelowColor(String) - Method in class org.pepstock.charba.client.items.FillColors
-
Sets the below color for filling.
- setBelowColor(IsColor) - Method in class org.pepstock.charba.client.items.FillColors
-
Sets the below color for filling.
- setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body alignment.
- setBodyAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body alignment.
- setBodyCallback(TooltipBodyCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user body callback.
- setBodyColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font color.
- setBodyColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodyColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the body font color.
- setBodyColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the body font color.
- setBodySpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each tooltip item.
- setBodySpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each tooltip item.
- setBoolean(NativeObject, String, boolean) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to set a property on an object.
- setBorder(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'border' property in the element.
- setBorder(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the border of the table.
- setBorderAlign(List<BorderAlign>) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(List<BorderAlign>) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlignCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border align callback.
- setBorderAlign(BorderAlignCallback) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Sets the border align callback.
- setBorderAlign(BorderAlignCallback) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Sets the border align callback.
- setBorderAlign(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border align callback.
- setBorderAlign(NativeCallback) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Sets the border align callback.
- setBorderAlign(NativeCallback) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Sets the border align callback.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlign) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlign...) - Method in class org.pepstock.charba.client.data.BorderAlignHandler
-
Sets the property to set the border alignment on chart datasets.
- setBorderAlign(BorderAlign...) - Method in interface org.pepstock.charba.client.data.HasBorderAlign
-
Sets the property to set the border alignment on chart datasets.
- setBorderBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottom' property in the element.
- setBorderBottomColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomColor' property in the element.
- setBorderBottomLeftRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomLeftRadius' property in the element.
- setBorderBottomRightRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomRightRadius' property in the element.
- setBorderBottomStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomStyle' property in the element.
- setBorderBottomWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderBottomWidth' property in the element.
- setBorderCapStyle(CapStyleCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Sets the border capstyle callback.
- setBorderCapStyle(CapStyleCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Sets the border capstyle callback.
- setBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border capstyle callback.
- setBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback.
- setBorderCapStyle(CapStyleCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border cap-style callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Sets the border capstyle callback.
- setBorderCapStyle(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Sets the border capstyle callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border capstyle callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border cap-style callback.
- setBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyle) - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how the end points of every line are drawn.
- setBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.options.Line
-
Sets how the end points of every line are drawn.
- setBorderCollapse(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderCollapse' property in the element.
- setBorderColor(String) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the color of the border of annotation.
- setBorderColor(String) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of the border of annotation.
- setBorderColor(String) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the color of the border of annotation.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the color of the line.
- setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderColor' property in the element.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the color of the arc border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets border color as string
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderColor(String) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the border color of the sankey elements.
- setBorderColor(String) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border color.
- setBorderColor(String) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the color of the border during dragging.
- setBorderColor(String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the color of the bar border.
- setBorderColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the callback to set the color of the border of annotation.
- setBorderColor(ColorCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the callback to set the color of the border of annotation.
- setBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color callback.
- setBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border color callback.
- setBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setBorderColor(ColorCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border color callback.
- setBorderColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color callback.
- setBorderColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the callback to set the color of the border of annotation.
- setBorderColor(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the callback to set the color of the border of annotation.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color callback.
- setBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the gradient of the line.
- setBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the gradient of the bar border as gradient.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of the border of annotation.
- setBorderColor(IsColor) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the color of the border of annotation.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color of the border.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the color of the line.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the color of the arc border.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets border color
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default border color to use in the chart, on all objects, if not override by the specific configuration.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color of the border.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the border color of the sankey elements.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border color.
- setBorderColor(IsColor) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the color of the border during dragging.
- setBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the color of the bar border.
- setBorderColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the border color as gradient.
- setBorderColor(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border color of the tooltip item as canvas gradient.
- setBorderColor(TooltipItem, Gradient) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border color of the tooltip item as gradient.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the line dash pattern used when stroking borders, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(int...) - Method in class org.pepstock.charba.client.options.Line
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(BorderDashCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(BorderDashCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border dash callback.
- setBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback.
- setBorderDash(BorderDashCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the border dash callback when element is hovered.
- setBorderDash(BorderDashCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the callback to set the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border dash callback.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the border dash callback when element is hovered.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the line dash pattern offset.
- setBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.Line
-
Sets the line dash pattern offset.
- setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the callback to set the line dash pattern offset.
- setBorderDashOffset(BorderDashOffsetCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the callback to set the line dash pattern offset.
- setBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border dash offset callback.
- setBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback.
- setBorderDashOffset(BorderDashOffsetCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the border dash offset callback instance.
- setBorderDashOffset(BorderDashOffsetCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the callback to set the line dash pattern offset.
- setBorderDashOffset(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the callback to set the line dash pattern offset.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border dash offset callback.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the border dash offset callback instance.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border dash callback.
- setBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback.
- setBorderImage(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderImage' property in the element.
- setBorderImageWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderImageWidth' property in the element.
- setBorderItem(Key, Key, int...) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the bar border size by an array of integers.
- setBorderItem(Key, Key, List<T>, T[]) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the bar border item size by a list of objects.
- setBorderItem(Key, Key, T[]) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the bar border item size by an array of objects.
- setBorderItemCallback(Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the border item callback.
- setBorderItemCallback(Key, NativeCallback) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the border item callback.
- setBorderItemCallback(Key, Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the border item callback.
- setBorderItemCallback(Key, Key, NativeCallback) - Method in class org.pepstock.charba.client.data.BorderItemsHandler
-
Sets the border item callback.
- setBorderJoinStyle(JoinStyleCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyleCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border join-style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border join-style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border join style callback.
- setBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets the border join style callback.
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle) - Method in interface org.pepstock.charba.client.annotation.HasExtendedBorderOptions
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.Arc
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.Line
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderJoinStyle(JoinStyle...) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setBorderLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeft' property in the element.
- setBorderLeftColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftColor' property in the element.
- setBorderLeftStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftStyle' property in the element.
- setBorderLeftWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderLeftWidth' property in the element.
- setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border radius.
- setBorderRadius(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.annotation.BorderRadiusHandler
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the border radius.
- setBorderRadius(int) - Method in interface org.pepstock.charba.client.annotation.HasBorderRadius
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the label border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the label border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the bar border radius (in pixels).
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Sets the border radius.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets the border radius (in pixels) of toast container.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border radius (in pixels) of toast action.
- setBorderRadius(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the border radius (in pixels) of toast container.
- setBorderRadius(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRadius(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRadius' property in the element.
- setBorderRadius(List<ArcBorderRadius>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius objects.
- setBorderRadius(List<BarBorderRadius>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRadius(BorderRadiusCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BorderRadiusHandler
-
Sets the callback to set the border radius.
- setBorderRadius(BorderRadiusCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasBorderRadius
-
Sets the callback to set the border radius.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border radius (in pixels).
- setBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the border radius callback.
- setBorderRadius(BorderRadiusCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the callback to set the border radius.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BorderRadiusHandler
-
Sets the callback to set the border radius.
- setBorderRadius(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasBorderRadius
-
Sets the callback to set the border radius.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the callback to set the border radius.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius callback.
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border radius (in pixels).
- setBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the border radius callback.
- setBorderRadius(RadiusCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border radius callback.
- setBorderRadius(RadiusCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border radius callback.
- setBorderRadius(ArcBorderRadius) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the arc border radius (in pixels).
- setBorderRadius(ArcBorderRadius) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the arc border radius (as object).
- setBorderRadius(ArcBorderRadius...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc border radius objects.
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.annotation.BorderRadiusHandler
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in interface org.pepstock.charba.client.annotation.HasBorderRadius
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the bar border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Sets the border radius (in pixels).
- setBorderRadius(BarBorderRadius...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels).
- setBorderRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRight' property in the element.
- setBorderRightColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightColor' property in the element.
- setBorderRightStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightStyle' property in the element.
- setBorderRightWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderRightWidth' property in the element.
- setBorderShadowColor(String) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of the border shadow of annotation.
- setBorderShadowColor(String) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the color of the border shadow of annotation.
- setBorderShadowColor(String) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the color of the border shadow of annotation.
- setBorderShadowColor(ColorCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the callback to set the color of the border shadow of annotation.
- setBorderShadowColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the callback to set the color of the border shadow of annotation.
- setBorderShadowColor(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the callback to set the color of the border shadow of annotation.
- setBorderShadowColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the callback to set the color of the border shadow of annotation.
- setBorderShadowColor(IsColor) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of the border shadow of annotation.
- setBorderShadowColor(IsColor) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the color of the border shadow of annotation.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(boolean) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(List<BorderSkipped>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edges to skip drawing the border for.
- setBorderSkipped(BorderSkippedCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border skipped callback.
- setBorderSkipped(BorderSkippedCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border skipped callback.
- setBorderSkipped(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border skipped callback.
- setBorderSkipped(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border skipped callback.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the edge to skip drawing the border for.
- setBorderSkipped(BorderSkipped...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edges to skip drawing the border for.
- setBorderSpacing(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderSpacing' property in the element.
- setBorderStyle(BorderStyle) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderStyle' property in the element.
- setBorderStyle(BorderStyle) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border style for the action element.
- setBorderTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTop' property in the element.
- setBorderTopColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopColor' property in the element.
- setBorderTopLeftRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopLeftRadius' property in the element.
- setBorderTopRightRadius(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopRightRadius' property in the element.
- setBorderTopStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopStyle' property in the element.
- setBorderTopWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderTopWidth' property in the element.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the width of the border in pixels.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the width of the border in pixels.
- setBorderWidth(int) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the width of the border in pixels.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the size of the border.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the width of the line in pixels.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the width of the arc border.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the border width of the selection.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the border width of the selection.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.items.CommonElementOptions
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.items.TooltipLabelColor
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size of the border.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the width of the border in pixels of sankey elements.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.utils.toast.Action
-
Sets the border width.
- setBorderWidth(int) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the width of the border in pixels.
- setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'borderWidth' property in the element.
- setBorderWidth(List<BarBorderWidth>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border width callback.
- setBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border width (in pixels).
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the callback to set the color of the width of the border in pixels.
- setBorderWidth(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the callback to set the color of the width of the border in pixels.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width callback.
- setBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border width (in pixels).
- setBorderWidth(WidthCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.BorderOptionsHandler
-
Sets the callback to set the color of the width of the border in pixels.
- setBorderWidth(WidthCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasBorderOptions
-
Sets the callback to set the color of the width of the border in pixels.
- setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border width callback.
- setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the border width callback.
- setBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width callback.
- setBorderWidth(WidthCallback<SegmentContext>) - Method in class org.pepstock.charba.client.configuration.Segment
-
Sets the border width callback.
- setBorderWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the border width callback.
- setBorderWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the border width callback.
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
It doesn't do anything because you can set the border width only by a number.
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the border width.
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the border width (in pixels).
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the border width (in pixels).
- setBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Sets the border width (in pixels).
- setBorderWidth(BarBorderWidth...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels.
- setBottom(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip bottom.
- setBottom(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the bottom coordinate.
- setBottom(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip bottom.
- setBottom(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Sets the bottom.
- setBottom(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.geo.Margin
-
Sets the margin bottom of legend.
- setBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the bottom location in pixel
- setBottom(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
- setBottom(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding bottom in pixel.
- setBottom(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding bottom in pixel.
- setBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'bottom' property in the element.
- setBottomLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for bottom-left corner of the rectangle, in pixel.
- setBottomLeft(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for bottom-left corner of the rectangle, in pixel.
- setBottomRight(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for bottom-right corner of the rectangle, in pixel.
- setBottomRight(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for bottom-right corner of the rectangle, in pixel.
- setBounds(BoundsCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBounds(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBounds(Bounds) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBounds(Bounds) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
- setBoxHeight(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the height of colored box.
- setBoxHeight(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the height of the colored box if displayColors is
true.. - setBoxHeight(int) - Method in class org.pepstock.charba.client.options.BoxHandler
-
Sets the height of colored box.
- setBoxHeight(int) - Method in interface org.pepstock.charba.client.options.HasBox
-
Sets the height of colored box.
- setBoxPadding(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the padding between the color box and the text.
- setBoxPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the padding between the color box and the text.
- setBoxWidth(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the width of colored box.
- setBoxWidth(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the width of of the colored box if displayColors is
true.. - setBoxWidth(int) - Method in class org.pepstock.charba.client.options.BoxHandler
-
Sets the width of colored box.
- setBoxWidth(int) - Method in interface org.pepstock.charba.client.options.HasBox
-
Sets the width of colored box.
- setBubbles(boolean) - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Sets
trueindicates whether the event bubbles up through the DOM tree or not - setBuilt(boolean) - Method in class org.pepstock.charba.client.commons.AbstractBaseBuilder
-
Sets the built status of the builder.
- setButton(EventButton) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets a
EventButtonthat describes which button is pressed during events related to the press or release of a button. - setButtons(List<EventButton>) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets a list of
EventButtonthat describes which buttons are pressed when the event is launched. - setButtons(EventButton...) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets an array of
EventButtonthat describes which buttons are pressed when the event is launched. - setCalendar(Calendar) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the calendar to use.
- setCallback(C) - Method in class org.pepstock.charba.client.configuration.AbstractTickHandler
-
Sets the user callback instance.
- setCallback(CategoryTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryTick
-
Sets the user callback instance.
- setCallback(PointLabelCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the user callback to change point labels.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearTick
-
Sets the user callback instance.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
-
Sets the user callback instance.
- setCallback(TickCallback) - Method in class org.pepstock.charba.client.configuration.RadialLinearTick
-
Sets the user callback instance.
- setCallback(TimeTickCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the user callback instance.
- setCallback(AbstractNode, String, T, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Stores the callback in the cache, storing the proxy function and the hash code property key (unique id of callback) in the native object.
- setCallback(AbstractNode, Key, Object, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the callback that every element of axis can activate.
- setCallback(AbstractNode, Key, Object, CallbackProxy<?>) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the callback that every element of axis can activate.
- setCallback(AbstractNode, Key, Object, CallbackProxy<?>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the callbacks that every element of options can activate.
- setCallback(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the native callback that every element of axis can activate.
- setCallback(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the callbacks that every element of options can activate.
- setCallback(NativeObjectContainer, String, T, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Stores the callback in the cache, storing the proxy function and the hash code property key (unique id of callback) in the native object.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a native callback function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Adds a native callback function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a callback proxy function to a element node instance.
- setCallback(ConfigurationEnvelop<AbstractNode>, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.ExtendedScale
-
Adds a callback proxy function to a element node instance.
- setCallback(T) - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Sets the function
callbackimplemented in the additional java script source. - setCallbackProxy(NativeObject, String, CallbackProxy.Proxy) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to set a property on an object.
- setCallbackToModel(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a native callback function to a model at the specific key.
- setCallbackToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a proxy function (for callbacks) to a model at the specific key.
- setCancelable(boolean) - Method in class org.pepstock.charba.client.dom.events.EventInit
-
Sets
trueindicates whether the event can be canceled, and therefore prevented as if the event never happened.
If the event is not cancelable, then its cancelable property will be false and the event listener cannot stop the event from occurring. - setCanvasObjectHandling(boolean) - Method in class org.pepstock.charba.client.data.Data
-
Sets
trueif the plugin to manage canvas object (gradients and patterns) have to be forcedly disable.
Pay attention that disabling the handler, your data sets configuration with gradients or patterns will e showed with default color. - setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets
trueto keep Bézier control inside the chart,falsefor no restriction. - setCapBezierPoints(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets
trueto keep Bézier control inside the chart,falsefor no restriction. - setCaretPadding(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
- setCaretPadding(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the extra distance to move the end of the tooltip arrow away from the tooltip point.
- setCaretSize(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the size of the tooltip arrow, in pixels.
- setCaretSize(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the size, in pixels, of the tooltip arrow.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCategoryPercentage(double) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCategoryPercentage(double) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the percent (0-1) of the available width each category should be within the sample width.
- setCellPadding(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the horizontal and vertical sapce between cell content and cell borders.
- setCellSpacing(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the width in pixels of the horizontal and vertical separation between cells.
- setCenter(DataPointCenter) - Method in class org.pepstock.charba.client.geo.GeoDataPoint
-
Sets the coordinates where the tooltip should appear.
- setCentered(boolean) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets
trueif point labels are centered. - setCentered(boolean) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets
trueif point labels are centered. - setCenterPoint(double, double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the center point of the element.
- setCenterPoint(IsPoint) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the center point of the element.
- setChanged(boolean) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Sets
trueif some canvas objects are changed, otherwisefalse. - setChanged(boolean) - Method in class org.pepstock.charba.client.items.PluginEventArgument
-
Set to
trueif the plugin needs a render. - setChangedTouches(List<Touch>) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets a list of objects for every point of contact which contributed to the event.
- setChangedTouches(Touch...) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets an array of objects for every point of contact which contributed to the event.
- setCharacterData(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to monitor the specified target node or subtree for changes to the character data contained within the node or nodes.
No default value. - setCharacterDataOldValue(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to record the previous value of a node's text whenever the text changes on nodes being monitored.
No default value. - setCharbaId(String) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Sets the CHARBA id when new chart instance is created.
- setCharset(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the character encoding of an external script.
- setChart(IsChart) - Method in class org.pepstock.charba.client.positioner.PositionerContext
-
Sets the chart in the context.
- setChartOptions(ChartEnvelop<NativeObject>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the chart options as underlying configuration options, after the first draw of the chart.
Leveraging on proxy, this is mandatory and enables the possibility to use only the configuration options to update the chart options at runtime. - setChildList(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to monitor the target node (and, if subtree is true, its descendants) for the addition of new child nodes or removal of existing child nodes.
The default is false. - setCircular(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid are circular (on radar chart only).
- setCircular(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
true, grid are circular (on radar chart only). - setCircular(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets
trueif the arc is curved. - setCircular(int) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets
trueif the arc is curved. - setCircular(int) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets
trueif the arc is curved. - setCircular(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets
trueif the arc is curved. - setCircular(CircularCallback) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets
trueif the arc is curved - setCircular(NativeCallback) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets
trueif the arc is curved - setCircumference(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the sweep to allow arcs to cover.
- setCircumference(double) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the sweep to allow arcs to cover.
- setCircumference(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
- setCircumference(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the sweep to allow arcs to cover.
- setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets
trueto enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e. - setClamp(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets
trueto enforce the anchor position to be calculated based on the visible geometry of the associated element (i.e. - setClamp(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clamp callback.
- setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clamp callback.
- setClamp(ClampCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clamp callback.
- setClickCallback(ClickCallback) - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Sets the callback called when a "click" event is occurring.
- setClickCallback(ClickCallback) - Method in interface org.pepstock.charba.client.annotation.HasEventsHandler
-
Sets the callback called when a "click" event is occurring.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the CLICK event (the mouse's primary button is pressed and released on a label) handler.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the CLICK event hander.
- setClickEventHandler(ClickEventHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the CLICK event hander.
- setClientX(double) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets the horizontal position of the mouse event on the client window of user's screen; setting this value doesn't move the mouse pointer.
- setClientX(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the horizontal position of the touch on the client window of user's screen, excluding any scroll offset.
- setClientY(double) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets the vertical position of the mouse event on the client window of the user's screen; setting this value doesn't move the mouse pointer.
- setClientY(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Returns the vertical position of the touch on the client window of the user's screen, excluding any scroll offset.
- setClip(boolean) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets how to clip relative to the chart area.
Iffalseallows overflow, otherwisetrueclips that many pixels inside the chart area. - setClip(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to clip relative to the chart area.
Iffalseallows overflow, otherwisetrueclips that many pixels inside the chart area. - setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
When the clip option is
true, the part of the label which is outside the chart area will be masked. - setClip(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
When the clip option is
true, the part of the label which is outside the chart area will be masked. - setClip(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets how to clip relative to the chart area.
Iffalseallows overflow, otherwisetrueclips that many pixels inside the chart area. - setClip(double) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to clip relative to the chart area.
Positive value allows overflow, negative value clips that many pixels inside the chart area. - setClip(double) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets how to clip relative to the chart area.
This is ignored in order to disable clipping. - setClip(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clip callback.
- setClip(Clip) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to clip relative to the chart area, by an object which configures clipping per side.
Positive value allows overflow, negative value clips that many pixels inside the chart area. - setClip(Clip) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets how to clip relative to the chart area.
This is ignored in order to disable clipping. - setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clip callback.
- setClip(ClipCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clip callback.
- setClipMap(boolean) - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Sets whether to clip the rendering to the chart area of the graph.
- setClipMap(ClipMap) - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Sets whether to clip the rendering to the chart area of the graph.
- setClipMap(ClipMap) - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Sets whether to clip the rendering to the chart area of the graph.
- setCloseHandler(CloseHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the CLOSE hander.
- setCloseHandler(CloseHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the CLOSE hander.
- setCode(String) - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Sets a string that sets the value of
NativeKeyboardEventcode, represents a physical key on the keyboard (as opposed to the character generated by pressing the key). - setColor(double, String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(double, IsColor) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(String) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of text as string.
- setColor(String) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the color of text as string.
- setColor(String) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the color of text as string.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - setColor(String) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'color' property in the element.
- setColor(String) - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Sets the font color of the label.
- setColor(String) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
- setColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for value.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the crosshair label font color.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the crosshair label font color.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setColor(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label font color.
- setColor(String) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color as string.
- setColor(String) - Method in class org.pepstock.charba.client.options.AbstractTitle
- setColor(String) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the color of angled lines.
- setColor(String) - Method in class org.pepstock.charba.client.options.FontContainer
-
Sets the font color.
- setColor(String) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font color.
- setColor(String) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets the font color.
- setColor(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(String) - Method in class org.pepstock.charba.client.options.ScaleBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - setColor(String) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the font color of the sankey elements.
- setColor(String) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the color of the text.
- setColor(String...) - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - setColor(String...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - setColor(String...) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the color of the text.
- setColor(String, String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(String, IsColor) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(Date, String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(Date, IsColor) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(List<IsColor>) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the color of the text.
- setColor(ColorCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the color of the text of label.
- setColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the color of the text of label.
- setColor(ColorCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the color callback.
- setColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the color callback.
- setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the color callback instance.
- setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the color callback.
- setColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the color callback.
- setColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color callback.
- setColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color callback.
- setColor(ColorCallback<MeterContext>) - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Sets the callback to customize the font color for rendered label in the chart.
- setColor(ColorCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color callback.
- setColor(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the color of the text of label.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the color of the text of label.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the color callback instance.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the color callback.
- setColor(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the color callback.
- setColor(IsColor) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the color of text.
- setColor(IsColor) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the color of text.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the color of angled lines.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Sets the font color of the label.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for value.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Sets the color of threshold.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Set the crosshair label font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Set the crosshair label font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Set the selection cleaner label font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color as color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the color of angled lines.
- setColor(IsColor) - Method in interface org.pepstock.charba.client.options.HasFont
-
Sets the font color.
- setColor(IsColor) - Method in class org.pepstock.charba.client.options.Options
-
Sets the default color to use in the chart, on all objects, if not override by the specific configuration.
- setColor(IsColor) - Method in class org.pepstock.charba.client.options.ScaleBorder
-
If set, used as the color of the border line.
If unset, the first color option is resolved and used. - setColor(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the font color of the sankey elements.
- setColor(IsColor) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the color of the text.
- setColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.Grid
-
The color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - setColor(IsColor...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the grid.
If specified as an array, the first color applies to the first grid line, the second to the second grid line and so on. - setColor(IsColor...) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the color of the text.
- setColor(Key, String) - Method in class org.pepstock.charba.client.gradient.Colors
-
Sets a color in the gradient, by a value of chart.
- setColor(ColorsCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the color callback.
- setColorFrom(String) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the starting color of the flow between sankey elements.
- setColorFrom(String...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the starting color of the flow between sankey elements.
- setColorFrom(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "from" callback.
- setColorFrom(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "from" callback.
- setColorFrom(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the starting color of the flow between sankey elements.
- setColorFrom(IsColor...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the starting color of the flow between sankey elements.
- setColorMode(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color mode callback.
- setColorMode(ColorModeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color mode callback.
- setColorMode(ColorMode) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color mode between sankey elements.
- setColorMode(ColorMode) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the color mode between sankey elements.
- setColors(String...) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content. - setColors(List<IsColor>) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets the list of colors.
- setColors(List<IsColor>) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content. - setColors(IsColor...) - Method in class org.pepstock.charba.client.colors.GradientBuilder
-
Sets an array of colors to the gradient.
- setColors(IsColor...) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content. - setColors(Key, String...) - Method in class org.pepstock.charba.client.data.HoverDataset
- setColors(Key, String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets a color property in the dataset, setting a single value or an array.
- setColors(Key, IsColor...) - Method in class org.pepstock.charba.client.data.HoverDataset
- setColors(Key, IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets a color property in the dataset, setting a single value or an array.
- setColorTo(String) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the ending color of the flow between sankey elements.
- setColorTo(String...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the ending color of the flow between sankey elements.
- setColorTo(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "to" callback.
- setColorTo(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "to" callback.
- setColorTo(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the ending color of the flow between sankey elements.
- setColorTo(IsColor...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the ending color of the flow between sankey elements.
- setColSpan(int) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value indicating the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
- setColumn(Column) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the map for assigning the start or ending position to the sankey elements.
- setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Set the compact display when
Notation.COMPACTis set. - setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Set the compact display when
Notation.COMPACTis set. - setCompactDisplay(CompactDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Set the compact display when
Notation.COMPACTis set. - setCompactDisplay(CompactDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Set the compact display when
Notation.COMPACTis set. - setCompletedCallback(CompletedCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is completed.
- setConfigurable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Sets true if and only if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
- setConfiguration(T) - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
- setConfigureHook(ConfigureHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Called before initializing configuration of 'chart'.
- setContent(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the value of meta-data property..
- setContent(String) - Method in class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Sets the content of the label.
- setContent(String...) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the text to display in label.
Provide an array to display values on a new line. - setContent(String...) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the text to display in label.
Provide an array to display values on a new line. - setContent(String...) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the text to display in label.
Provide an array to display values on a new line. - setContent(List<String>) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the text to display in label.
Provide a list to display values on a new line. - setContent(List<String>) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the text to display in label.
Provide a list to display values on a new line. - setContent(List<String>) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the text to display in label.
Provide a list to display values on a new line. - setContent(ContentCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the text to display in label as list.
- setContent(ContentCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the text to display in label as list.
- setContent(MeterContentCallback) - Method in class org.pepstock.charba.client.impl.charts.DescriptionLabel
-
Sets the callback to customize the description label string in the chart.
- setContent(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the text to display in label as list.
- setContent(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the text to display in label as list.
- setContent(Canvas) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the canvas to display in label.
- setContent(Canvas) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the canvas to display in label.
- setContent(Canvas) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the canvas to display in label.
- setContent(Img) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the image to display in label.
- setContent(Img) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the image to display in label.
- setContent(Img) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the image to display in label.
- setContent(T) - Method in class org.pepstock.charba.client.commons.BaseEnvelop
-
Stores the content of envelop.
- setContentInternally(T) - Method in class org.pepstock.charba.client.commons.ImmutableEnvelop
-
Stores the content of envelop.
- setControlPoint(double) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the control point to drawn the curve, calculated in pixels.
- setControlPoint(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the control point to drawn the curve, calculated in pixels.
- setControlPoint(String) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the control point to drawn the curve, calculated in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center.
- setControlPoint(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the control point to drawn the curve, calculated in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center.
- setControlPoint(ControlPointCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the annotation control point for curve.
- setControlPoint(ControlPoint) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center. - setControlPoint(ControlPoint) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the control point to drawn the curve, calculated in pixels.
It can be set by a string in percentage format 'number%' which are representing the percentage of the distance between the start and end point from the center. - setControlPoint(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the annotation control point for curve.
- setControlPointAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the control point to drawn the curve, calculated in percentage.
- setControlPointAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the control point to drawn the curve, calculated in percentage.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the radius of tooltip corner curves.
- setCornerRadius(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the radius of tooltip corner curves.
- setCornerRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the radius of tooltip corner curves.
- setCornerRadius(BarBorderRadius) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the radius of tooltip corner curves.
- setCount(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the number of ticks to generate.
If specified, this overrides the automatic generation. - setCount(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the number of ticks to generate.
If specified, this overrides the automatic generation. - setCount(CountCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the count callback instance.
- setCount(CountCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the count callback instance.
- setCount(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the count callback instance.
- setCount(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the count callback instance.
- setCrossAlign(CrossAlign) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the tick alignment perpendicular to the axis.
- setCrossAlign(CrossAlign) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the tick alignment perpendicular to the axis.
- setCtrlKey(boolean) - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Sets true if the control key was down when the mouse event was fired.
- setCtrlKey(boolean) - Method in class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Sets true if the control key was down when the mouse event was fired.
- setCubicInterpolationMode(CubicInterpolationModeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the cubic interpolation mode callback.
- setCubicInterpolationMode(CubicInterpolationModeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the border join style callback.
- setCubicInterpolationMode(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the cubic interpolation mode callback.
- setCubicInterpolationMode(NativeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the border join style callback.
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCubicInterpolationMode(CubicInterpolationMode) - Method in class org.pepstock.charba.client.options.Line
-
Sets algorithm used to interpolate a smooth curve from the discrete data points.
The following interpolation modes are supported:
- setCurrency(Currency) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the currency to use in currency formatting.
- setCurrency(Currency) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the currency to use in currency formatting.
- setCurrency(Currency) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the currency to use in currency formatting.
- setCurrency(Currency) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the currency to use in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets how to display the currency in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets how to display the currency in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets how to display the currency in currency formatting.
- setCurrencyDisplay(CurrencyDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets how to display the currency in currency formatting.
- setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - setCurrencySign(CurrencySign) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - setCurrencySign(CurrencySign) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
In many locales, accounting format means to wrap the number with parentheses instead of appending a minus sign.
You can enable this formatting by setting the currency sign option to "accounting" otherwise "standard". - setCurrent(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Changes the start and end depending of new X point position of mouse.
- setCurrentCursor(CursorType) - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Sets the cursor type before changing it.
- setCursorOnLegend(IsChart, boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendCallbackProxy
-
Sets the cursor point when the cursor is mouse over the legend and the default one when is mouse out.
- setCursorPointer(CursorType) - Method in class org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions
-
Sets the cursor type when the cursor is over the dataset item.
- setCursorPointer(CursorType) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Sets the cursor type when the cursor is over the dataset item.
- setCursorType(CursorType) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'cursor' property in the element.
- setCurve(boolean) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets
trueif the line is set as a curve. - setCurve(boolean) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets
trueif the line is set as a curve. - setCurve(CurveCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set whether the annotation should be curve.
- setCurve(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set whether the annotation should be curve.
- setCutout(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the portion of the chart that is cut out of the middle.
AsDouble, it is considered to be pixels. - setCutout(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
- setCutout(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the portion of the chart that is cut out of the middle.
AsDouble, it is considered to be pixels. - setCutoutPercentage(String) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the portion of the chart that is cut out of the middle.
AsStringand ending with '%', percentage of the chart radius. - setCutoutPercentage(String) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
- setCutoutPercentage(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the portion of the chart that is cut out of the middle.
AsStringand ending with '%', percentage of the chart radius. - setDash(int...) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setDash(int...) - Method in class org.pepstock.charba.client.options.ScaleBorder
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setDash(BorderDashCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Sets the border dash callback instance.
- setDash(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Sets the border dash callback instance.
- setDashOffset(double) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Sets the line dash pattern offset.
- setDashOffset(double) - Method in class org.pepstock.charba.client.options.ScaleBorder
-
Sets the line dash pattern offset.
- setDashOffset(BorderDashOffsetCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Sets the border dash offset callback instance.
- setDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Sets the border dash offset callback instance.
- setData(double...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of numbers.
Each point in the data array corresponds to the label at the same index on the x axis. - setData(double...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- setData(double...) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- setData(double...) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.geo.ChoroplethDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Throws an exception because not available.
- setData(double...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Throws an exception because not available.
- setData(String) - Method in class org.pepstock.charba.client.dom.elements.TextNode
-
Sets the textual data contained in this object.
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as a list of numbers.
Each point in the data list corresponds to the label at the same index on the x axis. - setData(List<Double>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesBarDataset
- setData(List<Double>) - Method in class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
- setData(List<Double>) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.geo.ChoroplethDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Throws an exception because not available.
- setData(List<Double>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Throws an exception because not available.
- setData(NativeObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the data of chart by the
dataproperty in the native object. - setData(IsChart, Data) - Method in class org.pepstock.charba.client.Configuration
-
Sets the data of chart.
- setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(List<DataPoint>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- setDataPoints(List<MatrixDataPoint>) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setDataPoints(List<SankeyDataPoint>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasDataPoints
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(DataPoint...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of data points.
- setDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.geo.BubbleMapDataset
-
Throws an exception because not available.
- setDataPoints(MatrixDataPoint...) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setDataPoints(SankeyDataPoint...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Sets the index of the data set.
- setDatasetIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the data set index of the chart.
- setDatasetLabel(String) - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Sets the data set label.
- setDatasets(Dataset...) - Method in class org.pepstock.charba.client.data.Data
-
Sets a set of data sets for chart.
- setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the visibility for a given data set.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate data set. - setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.Chart
-
Sets the visibility for a given dataset.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate dataset. - setDatasetVisibility(int, boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setDatasetVisibility(int, boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the visibility for a given dataset.
This can be used to build a chart legend in HTML.
During click on one of the HTML items, you can call it to change the appropriate dataset. - setDataString(String...) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of strings.
- setDataString(String...) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- setDataString(List<String>) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the data property of a dataset for a chart is specified as an array of strings.
- setDataString(List<String>) - Method in class org.pepstock.charba.client.data.TimeSeriesLineDataset
- setDate(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setDateStyle(DateTimeStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the date formatting style to use when calling
AbstractFormat.format(java.lang.Object).
dateStyle can be used with timeStyle, but not with other options (e.g. - setDay(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Day.
- setDayPeriod(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the way day periods should be expressed.
- setDefault(CLocale) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Sets the current value of the default locale for this instance.
- setDefaultInternally(CLocale) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Sets the default locale privately, in order to avoid lazy setting on static reference.
- setDefaultOptions(RegressionDataset) - Static method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the default options for a regression dataset
- setDefaultPadding(Key, int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the default padding in the embedded JavaScript object at specific dimensions.
- setDelay(int) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations.
- setDelay(int) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the delay before starting the animations.
- setDelay(int) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations.
- setDelay(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the delay before starting the animations.
- setDelay(int) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the delay before starting the animations.
- setDelay(DelayCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations by a callback.
- setDelay(DelayCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(DelayCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(DelayCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setDelay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the delay before starting the animations by a callback.
- setDelay(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the delay before starting the animations by a callback.
- setDelay(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setDelegatedCallback(IsChart, LegendLabelsCallback) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeLegendLabelsCallback
-
Sets the delegated callback previously set by user.
- setDelegatedCallback(IsChart, TooltipLabelCallback) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemeTooltipLabelCallback
-
Sets the delegated callback previously set by user.
- setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets
trueif the chart is configured to be destroyed on the detach from DIV element, otherwisefalse. - setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets
trueif the chart is configured to be destroyed on the detach from DIV element, otherwisefalse. - setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setDestroyOnDetach(boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets
trueif the chart is configured to be destroyed on the attach of DIV element, otherwisefalse. - setDestroyOnDetach(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets
trueif the chart is configured to be destroyed on the detach from DIV element, otherwisefalse. - setDetail(int) - Method in class org.pepstock.charba.client.dom.events.UIEventInit
-
Sets non-zero, provides the current (or next, depending on the event) click count.
For click events, is the current click count.
For mousedown or mouseup events, is 1 plus the current click count.
For all other, is always zero - setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- setDevicePixelRatio(double) - Method in class org.pepstock.charba.client.options.Options
-
The chart's canvas will use a 1:1 pixel ratio, unless the physical display has a higher pixel ratio (e.g.
- setDirection(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'direction' property in the element.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets
truewhether the annotation should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets
truewhether the arrow head should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets
truewhether the label should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Sets
truewhether the annotation arrow head should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets
truewhether the label should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets
truewhether the annotation should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets
truewhether the label should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets if the title is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
If set to false the axis is hidden from view.
OverridesGrid.setDisplay(boolean),ScaleTitle.setDisplay(boolean), andTick.setDisplay(boolean). - setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
If true, draw border at the edge between the axis and the chart area.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
If true, display the axis title.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If false, do not display grid for this axis.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets
trueif the title is shown. - setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
If true, angle lines are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
If true, labels are shown
- setDisplay(boolean) - Method in class org.pepstock.charba.client.configuration.Tick
-
If true, show tick marks.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the visibility of labels.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the visibility of labels.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Sets
truewhether the element label should be displayed. - setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets
trueif label will be applied in the chart, otherwisefalse. - setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets
trueif label will be applied in the chart, otherwisefalse. - setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets
trueif clear of selection label will be applied in the chart, otherwisefalse. - setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Sets if the legend is shown.
- setDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets
trueif clear of selection label will be applied in the chart, otherwisefalse. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Sets
trueif the element is shown. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true, shows the axis. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.AngleLines
-
If
true, angle lines are shown - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
false, do not display grid for this axis. - setDisplay(boolean) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets
trueif the element is shown. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.LegendTitle
-
Sets
trueif the title is shown. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.PointLabels
-
If
true, labels are shown. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.ScaleBorder
-
If
true, draw border at the edge between the axis and the chart area. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.ScaleTitle
-
If
true, display the axis title. - setDisplay(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If
true, show tick marks. - setDisplay(boolean) - Method in class org.pepstock.charba.client.treemap.AbstractDatasetNode
-
Sets
truewhether the element should be displayed. - setDisplay(DisplayCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets if the axis will be shown.
- setDisplay(DisplayCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the display callback.
- setDisplay(DisplayCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the display callback.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the annotation should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set whether the arrow head should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set whether the label should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the callback to set whether the label should be displayed.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets if the title is shown by a callback.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets if the axis will be shown.
- setDisplay(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the display callback.
- setDisplay(SimpleDisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set whether the annotation should be displayed.
- setDisplay(SimpleDisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set whether the arrow head should be displayed.
- setDisplay(SimpleDisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set whether the label should be displayed.
- setDisplay(SimpleDisplayCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the callback to set whether the label should be displayed.
- setDisplay(SimpleDisplayCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets if the title is shown by a callback.
- setDisplay(Display) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
- setDisplay(Display) - Method in class org.pepstock.charba.client.configuration.Axis
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false).
WhenDisplay.AUTO, the axis is visible only if at least one associated data set is visible. - setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the visibility of labels.
- setDisplay(Display) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the visibility of labels.
- setDisplay(Display) - Method in class org.pepstock.charba.client.options.AbstractScale
-
The display option controls the visibility of axis.
Controls the axis global visibility (visible when true, hidden when false). - setDisplayColors(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
If true, color boxes are shown in the tooltip.
- setDisplayColors(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
If
true, color boxes are shown in the tooltip. - setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.configuration.DisplayFormats
-
Sets the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- setDisplayFormat(TimeUnit, String) - Method in class org.pepstock.charba.client.options.DisplayFormats
-
Sets the display formats are used to configure how different time units are formed in the strings for the axis tick marks.
- setDouble(NativeObject, String, double) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to set a property on an object.
- setDrawActiveElementsOnTop(boolean) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(boolean) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(DrawActiveElementsOnTopCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(DrawActiveElementsOnTopCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
- setDrawActiveElementsOnTop(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the callback, if draws the active points of a dataset over the other points of the dataset.
- setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets
trueif the chart is configured to be draw on the attach of DIV element, otherwisefalse. - setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets
trueif the chart is configured to be draw on the attach of DIV element, otherwisefalse. - setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setDrawOnAttach(boolean) - Method in interface org.pepstock.charba.client.IsChart
-
Sets
trueif the chart is configured to be draw on the attach of DIV element, otherwisefalse. - setDrawOnAttach(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets
trueif the chart is configured to be draw on the attach of DIV element, otherwisefalse. - setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines on the chart area inside the axis lines.
This is useful when there are multiple axes and you need to control which grid are drawn. - setDrawOnChartArea(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
true, draw lines on the chart area inside the axis lines. - setDrawTicks(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, draw lines beside the ticks in the axis area beside the chart.
- setDrawTicks(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
true, draw lines beside the ticks in the axis area beside the chart. - setDrawTime(DrawTimeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.AnnotationOptions
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the draw time which defines when the annotations are drawn.
- setDrawTime(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the draw time which defines when the annotations are drawn.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.configuration.Filler
-
Sets the draw time which defines when the filling will be applied.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.options.Filler
-
Sets the draw time which defines when the filling will be applied.
- setDrawTime(DrawTime) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the draw time which defines when the drag rectangle is drawn.
- setDuration(int) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the number of milliseconds an animation takes.
- setDuration(int) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the time for the animation of the redraw in milliseconds.
- setDuration(DurationCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(DurationCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(DurationCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(DurationCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setDuration(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the number of milliseconds an animation takes by a callback.
- setDuration(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setEasing(double) - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Sets the easing of drawing (between 0 and 1) for animation.
- setEasing(EasingCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing by a callback.
- setEasing(EasingCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the animation easing by a callback.
- setEasing(EasingCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing by a callback.
- setEasing(EasingCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setEasing(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing by a callback.
- setEasing(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the animation easing by a callback.
- setEasing(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing by a callback.
- setEasing(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setEasing(Easing) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets the animation easing.
- setEasing(Easing) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Sets the animation easing.
- setEasing(Easing) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
Sets the animation easing function.
- setElement(Key, BaseHtmlElement) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (BaseHtmlElement) in the embedded JavaScript object at specific property.
- setElementAndAddToParent(Key, BaseHtmlElement) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (BaseHtmlElement) in the embedded JavaScript object at specific property.
- setElements(Set<PointerElement>) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Sets the chart elements in scope to
ChartPointer.IDplugin. - setElements(PointerElement...) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptions
-
Sets the chart elements in scope to
ChartPointer.IDplugin. - setElements(PointerElement...) - Method in class org.pepstock.charba.client.impl.plugins.ChartPointerOptionsBuilder
-
Sets the chart elements in scope to
ChartPointer.IDplugin. - setEmptyColor(String) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for empty sector.
- setEmptyColor(IsColor) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the fill color for empty sector.
- setEmptyOptions(String) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets an empty configuration for the plugin.
The plugin will use the default configuration - setEmptyOptions(String) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets an empty configuration for the plugin.
The plugin will use the default configuration - setEmptyValue(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (an empty JavaScript Object) in the embedded JavaScript object at specific property.
- setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
If
true, it only shows the borderRadius of a bar when the bar is at the end of the stack. - setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
If
true, it only shows the borderRadius of a bar when the bar is at the end of the stack. - setEnableBorderRadius(boolean) - Method in class org.pepstock.charba.client.options.Bar
-
If
true, it only shows the borderRadius of a bar when the bar is at the end of the stack. - setEnableBorderRadius(EnableBorderRadiusCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the enable border radius callback.
- setEnableBorderRadius(EnableBorderRadiusCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the enable border radius callback.
- setEnableBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the enable border radius callback.
- setEnableBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the enable border radius callback.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Decimation
-
Sets
trueif decimation are enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Major
-
If
true, major tick options are used to show major ticks. - setEnabled(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets if tooltips are enabled.
- setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets
trueif plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets
trueif plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets
trueif plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets
trueif plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.options.AutoColors
-
Sets
trueif auto color plugin is enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Decimation
-
Sets
trueif decimation are enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Major
-
If
true, major tick options are used to show major ticks. - setEnabled(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets
trueif tooltips are enabled. - setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets
trueto enable element for drag zooming. - setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets
trueto enable pan element. - setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Pinch
-
Sets
trueto enable element for pinch zooming. - setEnabled(boolean) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets
trueto enable element for wheel zooming. - setEnabled(String, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets if a plugin must be enabled or not.
- setEnabled(String, boolean) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(String, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a global plugin must be enabled or not.
- setEnabled(Key, boolean) - Method in class org.pepstock.charba.client.configuration.Animations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(Key, boolean) - Method in class org.pepstock.charba.client.options.AbstractAnimations
- setEnabled(Key, boolean) - Method in class org.pepstock.charba.client.options.Animations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(Key, boolean) - Method in interface org.pepstock.charba.client.options.IsAnimations
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(Key, boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
Enables or disables an animation collection instance in the animation options.
- setEnabled(Key, boolean, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a global plugin must be enabled or not.
IfoverrideDefaultPlugin, passed as argument, istruethat means this is called by configuration and it can enabled or disabled default plugins. - setEnabled(ConfigurationEnvelop<DefaultPluginId>, boolean) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets if a default CHART.JS plugin must be enabled or not.
Callable only for chart configuration scope (no global or other). - setEnabled(DefaultPluginId, boolean) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets if a default plugin must be enabled or not.
- setEnabledAllCharts(String, boolean) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Setting
falsefor plugin id, the global plugin is disable to all charts and to activate the plugin on a specific chart, is it enough to enable the plugin by options. - setEnabledClearByESC(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets
trueif you want to clear selection byKeyboardUiKey.ESCAPE. - setEnabledClearByEscape(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets
trueif you want to clear selection byKeyboardUiKey.ESCAPE. - setEnd(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the end value of the axis
- setEndValue(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Sets the end value retrieved from scale
- setEndValue(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(Date) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value at which the line draw should end.
- setEndValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the data value at which the line draw should end.
- setEndValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the data value at which the line draw should end.
- setEnterCallback(EnterCallback) - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Sets the callback called when a "enter" event is occurring.
- setEnterCallback(EnterCallback) - Method in interface org.pepstock.charba.client.annotation.HasEventsHandler
-
Sets the callback called when a "enter" event is occurring.
- setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the ENTER event (the mouse is moved over a label) handler.
- setEnterEventHandler(EnterEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the ENTER event (the mouse is moved over a label) handler.
- setEnumerable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Sets true if and only if this property shows up during enumeration of the properties on the corresponding object.
- setEra(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Era.
- setEvent(AbstractNode, Key, ConfigurationEnvelop<CallbackProxy.Proxy>) - Method in class org.pepstock.charba.client.options.ExtendedOptions
-
Adds a event proxy function to animation element instance.
- setEvents(Set<IsEvent>) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the browser events that the chart should listen to.
- setEvents(Set<IsEvent>) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the browser events that the legend should listen to.
- setEvents(Set<IsEvent>) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the browser events that the tooltip should listen to.
- setEvents(Set<IsEvent>) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- setEvents(Set<IsEvent>) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
- setEvents(Set<IsEvent>) - Method in class org.pepstock.charba.client.options.EventsOptionHandler
-
Sets the browser events that the legend should listen to.
- setEvents(Set<IsEvent>) - Method in interface org.pepstock.charba.client.options.HasEvents
-
Sets the browser events that the legend should listen to.
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the browser events that the chart should listen to.
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the browser events that the legend should listen to.
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the browser events that the tooltip should listen to.
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
- setEvents(IsEvent...) - Method in class org.pepstock.charba.client.options.EventsOptionHandler
-
Sets the browser events that the chart should listen to.
- setEvents(IsEvent...) - Method in interface org.pepstock.charba.client.options.HasEvents
-
Sets the browser events that the chart should listen to.
- setEventToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.options.AbstractModel
-
Adds a proxy function (for events) to a model at the specific key.
- setExtendedInteraction(NativeObject, String, ExtendedInteraction) - Static method in class org.pepstock.charba.client.interaction.Interactions.InternalReflect
-
Allows you to set a property on an object.
- setExternalCallback(TooltipExternalCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user external callback instance.
- setFamily(String) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font family, follows CSS font-family options.
- setFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the font family, follows CSS font-family options.
- setFamily(String) - Method in class org.pepstock.charba.client.options.AbstractFont
- setFamily(String) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setFamily(String) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font family, follows CSS font-family options.
- setFamily(String) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font family, follows CSS font-family options.
- setFeature(Feature) - Method in class org.pepstock.charba.client.geo.ChoroplethDataPoint
-
Sets the feature object to identify the region.
- setFill(boolean) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets
truewhether the arrow head must be closed and filled. - setFill(boolean) - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Sets
truewhether the arrow head must be closed and filled. - setFill(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line.
- setFill(boolean) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
- setFill(boolean) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line.
- setFill(boolean) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line.
- setFill(int) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line, by absolute data set index.
- setFill(int) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line, by absolute dataset index.
- setFill(int) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line, by absolute dataset index.
- setFill(String) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line, by relative data set index.
- setFill(String) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line, by relative dataset index.
- setFill(String) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line, by relative dataset index.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set whether
truewhether the arrow head must be closed and filled. - setFill(FillCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the fill callback.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill callback.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
Sets the fill callback.
- setFill(FillCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set whether
truewhether the arrow head must be closed and filled. - setFill(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the fill callback.
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill callback.
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
-
Sets the fill callback.
- setFill(NativeCallback) - Method in class org.pepstock.charba.client.data.ScatterDataset
- setFill(IsFill) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets how to fill the area under the line.
- setFill(IsFill) - Method in class org.pepstock.charba.client.data.LiningDatasetFillHandler
- setFill(IsFill) - Method in class org.pepstock.charba.client.data.ScatterDataset
- setFill(IsFill) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets how to fill the area under the line.
- setFill(IsFill) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets how to fill the area under the line.
- setFillBaseline(double) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the baseline value to use for filling.
- setFillBaseline(double) - Method in class org.pepstock.charba.client.data.ScatterDataset
- setFillBaseline(double) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets the baseline value to use for filling.
- setFillBaseline(double) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets the baseline value to use for filling.
- setFillBaseline(FillBaseline) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the baseline value to use for filling.
- setFillBaseline(FillBaseline) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets the baseline value to use for filling.
- setFillBaseline(FillBaseline) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets the baseline value to use for filling.
- setFillColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for colors inside shapes.
- setFillColor(IsColor) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for colors inside shapes.
- setFillColors(FillColors) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the above and below color of baseline to use for filling.
- setFillColors(FillColors) - Method in class org.pepstock.charba.client.items.FillColors.FillColorsHandler
- setFillColors(FillColors) - Method in class org.pepstock.charba.client.options.FillHandler
-
Sets the above and below color of baseline to use for filling.
- setFillColors(FillColors) - Method in interface org.pepstock.charba.client.options.HasFill
-
Sets the above and below color of baseline to use for filling.
- setFillGradient(CanvasGradientItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for gradient style inside shapes.
- setFillPattern(CanvasPatternItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the filling styling is used for pattern style inside shapes.
- setFillStyle(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as color.
- setFillStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as color.
- setFillStyle(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as canvas gradient.
- setFillStyle(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as canvas pattern.
- setFillStyle(IsChart, Gradient) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as gradient.
- setFillStyle(IsChart, Pattern) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the fill style of the legend box as pattern.
- setFilterCallback(LegendFilterCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user filter callback instance.
- setFilterCallback(TooltipFilterCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user filter callback instance.
- setFloatingData(double[][]) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of arrays of doubles.
- setFloatingData(List<FloatingData>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of floating data.
- setFloatingData(FloatingData...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the data property of a data set for a chart is specified as an array of floating data.
- setFlow(double) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets flow value.
- setFont(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'font' property in the element.
- setFont(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text style to use when drawing text.
This string uses the same syntax as the CSS font specifier. - setFont(FontCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the font callback.
- setFont(FontCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the font callback.
- setFont(FontCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the font callback.
- setFont(FontCallback<DatasetContext>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the font callback.
- setFont(FontCallback<DatasetContext>) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the font callback.
- setFont(FontCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font callback.
- setFont(FontCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the font callback.
- setFont(FontCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font callback.
- setFont(FontCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the font callback.
- setFont(FontCallback<MeterContext>) - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Sets the callback to customize the font for rendered label in the chart.
- setFont(FontCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font callback.
- setFont(FontCallback<LabelsContext>) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font color callback.
- setFont(FontCallback<T>) - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
Sets the font callback.
- setFont(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the font callback.
- setFont(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsScriptableFontProvider
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the font callback.
- setFont(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the font callback.
- setFont(FontsCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the font callback.
- setFontColor(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label font color.
- setFontColor(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Returns the font color of the legend.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Set the selection cleaner label font color.
- setFontColor(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the font color of the legend.
- setFontFamily(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font family, follows CSS font-family label.
- setFontFamily(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontFamily' property in the element.
- setFontFamily(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font family, follows CSS font-family in selection cleaner.
- setFontFamily(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font family
- setFontItem(FontItem) - Method in class org.pepstock.charba.client.impl.charts.AbstractMeterElement
-
Sets the font item for next computation.
It's called fromBaseMeterChart.applyConfiguration(). - setFontLineHeight(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the line height.
- setFontLineHeight(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the line height.
- setFonts(List<IsDefaultFont>) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the fonts to apply to each row of the content.
If the fonts are less than the content row count, the last font is used for the rest of the content. - setFonts(List<FontItem>) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the font of the text.
- setFonts(IsDefaultFont...) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the fonts to apply to each row of the content.
If the fonts are less than the content row count, the last font is used for the rest of the content. - setFonts(FontItem...) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the font of the text.
- setFontSize(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font size.
- setFontSize(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font size.
- setFontSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontSize' property in the element.
- setFontSizeAdjust(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontSizeAdjust' property in the element.
- setFontStretch(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontStretch' property in the element.
- setFontStyle(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontStyle' property in the element.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font style, follows CSS font-style label (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setFontStyle(FontStyle) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the font style.
- setFontVariant(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontVariant' property in the element.
- setFontWeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'fontWeight' property in the element.
- setFontWeight(Weight) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the font weight, follows CSS font-style-weight label.
- setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer alignment.
- setFooterAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer alignment.
- setFooterCallback(TooltipFooterCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user footer callback.
- setFooterColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font color.
- setFooterColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the footer font color.
- setFooterColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the footer font color.
- setFooterMarginTop(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the margin to add before drawing the footer.
- setFooterMarginTop(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the margin to add before drawing the footer.
- setFooterSpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each footer line.
- setFooterSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each footer line.
- setForce(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the amount of pressure being applied to the surface by the user, as a double between 0.0 (no pressure) and 1.0 (maximum pressure).
- setForceOverride(boolean) - Method in class org.pepstock.charba.client.options.AutoColors
-
By default the colors plugin only works when you initialize the chart without any colors for the border or background specified.
If you want to force the colors plugin to always color your datasets, for example when using dynamic datasets at runtime you will need to set theforceOverrideoption totrue. - setFormat(Key, String) - Method in class org.pepstock.charba.client.adapters.DefaultsFormatsOverrider
-
Sets the format by
TimeUnit, overriding what is provided by adapter. - setFormatCallback(MeterFormatCallback) - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Sets the callback to customize the value string in the chart.
- setFormatMatcher(FormatMatcher) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the format matching algorithm to use.
- setFormatter(CrosshairFormatterCallback) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the callback which can be implemented to change the text of label.
- setFormatter(NativeCallback) - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Sets the formatter callback.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the formatter callback.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the formatter callback.
- setFormatter(FormatterCallback) - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Sets the formatter callback.
- setFrom(boolean) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setFrom(double) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as number.
- setFrom(String) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as color string.
- setFrom(String) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets from value as string.
- setFrom(FromCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation by a callback.
- setFrom(NativeCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation by a callback.
- setFrom(IsColor) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the start value for the animation as color.
- setFrom(Key) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets from value as key.
- setFullSize(boolean) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets
trueif marks that this box should take the full width/height of the canvas (moving other boxes). - setFullSize(boolean) - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Marks that this box should take the full width/height of the canvas (moving other boxes).
- setFullSize(FullSizeCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets if marks that this box should take the full width/height of the canvas (moving other boxes) is shown by a callback.
- setFullSize(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets if marks that this box should take the full width/height of the canvas (moving other boxes) is shown by a callback.
- setGlobalCompositeOperation(GlobalCompositeOperation) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the type of compositing operation to apply when drawing new shapes.
- setGlobalCompositeOperation(GlobalCompositeOperation) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions
-
Sets the type of compositing operation to apply when drawing new shapes.
- setGlobalCompositeOperation(GlobalCompositeOperation) - Method in class org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptionsBuilder
-
Sets the type of compositing operation to apply when drawing new shapes.
- setGrace(int) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - setGrace(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - setGrace(GraceCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
- setGrace(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the user callback that sets the value in pixels is added to the maximum data value and subtracted from the minimum data.
- setGraceAsPercentage(double) - Method in class org.pepstock.charba.client.configuration.CartesianLinearAxis
-
Sets the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - setGraceAsPercentage(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the value in percentage, value between 0 and 1, is added to the maximum data value and subtracted from the minimum data.
This extends the scale range as if the data values were that much greater. - setGraticuleBorderColor(String) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the graticule border color.
- setGraticuleBorderColor(IsColor) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the graticule border color.
- setGraticuleBorderWidth(int) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the graticule border width.
- setGroup(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the group name used to synchronized more chart instances.
- setGroup(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the group name used to synchronized more chart instances.
- setGroup(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Sets the group name of chart instance
- setGrouped(boolean) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
When
true, all the data sets at same index value will be placed next to each other centering on that index value.
Whenfalse, each bar is placed on its actual index-axis value. - setGrouped(boolean) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
When
true, all the data sets at same index value will be placed next to each other centering on that index value.
Whenfalse, each bar is placed on its actual index-axis value. - setGroups(String...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setGroups(Set<Key>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setGroups(Key...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the keys of the object to use to group the values from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setHeight(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the height of element in pixel.
- setHeight(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the height (magnitude on the Y axis), in CSS pixels, of the contact geometry of the pointer.
- setHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the height of selection cleaner element.
- setHeight(double) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the height of matrix element in pixels.
- setHeight(double) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the height of matrix element in pixels.
- setHeight(int) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Sets a positive integer reflecting the height HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used. - setHeight(int) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the value that reflects the height attribute, indicating the rendered height of the image in CSS pixels.
- setHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the height of axis in pixel.
- setHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'height' property in the element.
- setHeight(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the length of pixel of the hinted height of the cell.
- setHeight(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the height callback to set the height of matrix element in pixels.
- setHeight(SizeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the height callback to set the height of matrix element in pixels.
- setHidden(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets if the data set will appear or not.
- setHidden(boolean) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets
trueif the dataset will be created in hidden status. - setHideProgressBar(boolean) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets
truewhether to hide the progress bar. - setHideProgressBar(boolean) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets
truewhether to hide the progress bar. - setHideShadow(boolean) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets
truewhether to hide the shadow of toast. - setHideShadow(boolean) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets
truewhether to hide the shadow of toast. - setHitRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(double) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setHitRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the hit radius callback.
- setHitRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hit radius callback.
- setHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the hit radius callback.
- setHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hit radius callback.
- setHook(Key, Object, CallbackProxy<?>) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the hook that plugin can activate.
- setHour(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Hour.
- setHour12(boolean) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets whether to use 12-hour time (as opposed to 24-hour time).
- setHourCycle(HourCycle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the hour cycle to use.
TheDateTimeFormatOptions.setHour12(boolean)option takes precedence in case both options have been specified. - setHours(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color of the elements when hovered
- setHoverBackgroundColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the fill color of the arcs when hovered as string.
- setHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill color of the elements when hovered.
- setHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color callback, as hovered.
- setHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover background color callback.
- setHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color callback, as hovered.
- setHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover background color callback.
- setHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setHoverBackgroundColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill gradient of the elements when hovered.
- setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the fill gradient of the arcs in the data set when hovered.
- setHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill gradient of the elements when hovered.
- setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color of the elements when hovered
- setHoverBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the background color when hovered.
- setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the fill color of the arcs when hovered.
- setHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill color of the elements when hovered.
- setHoverBackgroundColor(Pattern) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill pattern of the elements when hovered.
- setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the fill pattern of the arcs in the data set when hovered.
- setHoverBackgroundColor(Pattern...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the fill pattern of the elements when hovered.
- setHoverBorderCapStyle(CapStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback when element is hovered.
- setHoverBorderCapStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border cap style callback when element is hovered.
- setHoverBorderCapStyle(CapStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how the end points of every line are drawn, when element is hovered.
- setHoverBorderColor(String) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color when hovered.
- setHoverBorderColor(String) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke color of the elements when hovered
- setHoverBorderColor(String) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color when hovered.
- setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the stroke color of the arcs when hovered as string.
- setHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke color of the elements when hovered.
- setHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color callback, as hovered.
- setHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border color callback.
- setHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color callback, as hovered.
- setHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border color callback.
- setHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setHoverBorderColor(Gradient) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke gradient of elements when hovered as gradient.
- setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the stroke gradient of the arcs in the data set when hovered as gradient.
- setHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke gradient of elements when hovered as gradient.
- setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border color when hovered.
- setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke color of the elements when hovered
- setHoverBorderColor(IsColor) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border color when hovered.
- setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the stroke color of the arcs when hovered as string.
- setHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke color of the elements when hovered.
- setHoverBorderDash(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern, when element is hovered.
- setHoverBorderDash(BorderDashCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback when element is hovered.
- setHoverBorderDash(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash callback when element is hovered.
- setHoverBorderDashOffset(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the line dash pattern offset, when element is hovered.
- setHoverBorderDashOffset(BorderDashOffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback when element is hovered.
- setHoverBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border dash offset callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the hover border join style callback.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the hover border join style callback.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets the border join style callback when element is hovered.
- setHoverBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
- setHoverBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter. - setHoverBorderJoinStyle(JoinStyle) - Method in class org.pepstock.charba.client.options.Arc
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when hovered.
- setHoverBorderJoinStyle(JoinStyle...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter. - setHoverBorderJoinStyle(JoinStyle...) - Method in class org.pepstock.charba.client.data.PolarAreaDataset
-
Sets how two connecting segments (of lines, arcs or curves) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped), when element is hovered.
There are three possible values for this property: round, bevel and miter. - setHoverBorderRadius(int) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the bar border radius (in pixels) when hovered.
- setHoverBorderRadius(int) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the bar border radius (in pixels) when hovered.
- setHoverBorderRadius(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels), when hovered.
- setHoverBorderRadius(List<BarBorderRadius>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets Sets the bar border radius (in pixels), when hovered.
- setHoverBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border radius callback, when hovered.
- setHoverBorderRadius(BorderRadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback, when hovered.
- setHoverBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the border radius callback, when hovered.
- setHoverBorderRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the border radius callback, when hovered.
- setHoverBorderRadius(BarBorderRadius...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the bar border radius (in pixels), when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border width when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the border width of point when hovered.
- setHoverBorderWidth(int) - Method in class org.pepstock.charba.client.options.AbstractElement
-
Sets the border width when hovered.
- setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets the stroke width of the elements when hovered.
- setHoverBorderWidth(List<BarBorderWidth>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels, when hovered.
- setHoverBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(BarBorderWidthCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border width (in pixels), when hovered.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border width callback, as hovered.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the callback to set the border width (in pixels), when hovered.
- setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.AbstractConfigurationElement
-
Sets the border width callback, as hovered.
- setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.HoverDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the hover border width callback.
- setHoverBorderWidth(BarBorderWidth) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the border width (in pixels), when hovered.
- setHoverBorderWidth(BarBorderWidth...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the stroke width of the bar in pixels, when hovered.
- setHoverColor(String) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the hover color of the text.
- setHoverColor(String...) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the color of the text, when hovered.
- setHoverColor(List<IsColor>) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the color of the text, when hovered.
- setHoverColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the hover color callback.
- setHoverColor(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the hover color callback.
- setHoverColor(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the hover color callback.
- setHoverColor(IsColor) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the hover color of the text.
- setHoverColor(IsColor...) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the color of the text, when hovered.
- setHoverColor(ColorsCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the hover color callback.
- setHoverColorFrom(String) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the starting color of the flow between sankey elements, when hovered.
- setHoverColorFrom(String...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the starting color of the flow between sankey elements, when hovered.
- setHoverColorFrom(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "from" callback when hovered.
- setHoverColorFrom(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "from" callback when hovered.
- setHoverColorFrom(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the starting color of the flow between sankey elements, when hovered.
- setHoverColorFrom(IsColor...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the starting color of the flow between sankey elements, when hovered.
- setHoverColorTo(String) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the ending color of the flow between sankey elements, when hovered.
- setHoverColorTo(String...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the ending color of the flow between sankey elements, when hovered.
- setHoverColorTo(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "to" callback when hovered.
- setHoverColorTo(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the color "to" callback when hovered.
- setHoverColorTo(IsColor) - Method in class org.pepstock.charba.client.sankey.SankeyElementOptions
-
Sets the ending color of the flow between sankey elements, when hovered.
- setHoverColorTo(IsColor...) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the ending color of the flow between sankey elements, when hovered.
- setHoverFont(FontCallback<DatasetContext>) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the hover font callback.
- setHoverFont(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Captions
-
Sets the hover font callback.
- setHoverFont(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the hover font callback.
- setHoverFont(FontsCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the hover font callback.
- setHoverFonts(List<FontItem>) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the font of the text, when hovered.
- setHoverFonts(FontItem...) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the font of the text, when hovered.
- setHoverOffset(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc offset (in pixels) when hovered.
- setHoverOffset(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc offset (in pixels) when hovered.
- setHoverOffset(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc offset (in pixels), when dataset if hovered.
- setHoverOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the offset callback, when hovered.
- setHoverOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback, when dataset is hovered.
- setHoverOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the offset callback, when hovered.
- setHoverOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback, when dataset is hovered.
- setHoverRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius of the point when hovered.
- setHoverRadius(double) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the radius of the point when hovered.
- setHoverRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the radius of the point when hovered.
- setHoverRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point when hovered.
- setHoverRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the hover radius callback.
- setHoverRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hover radius callback.
- setHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the hover radius callback.
- setHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the hover radius callback.
- setHtmlText(boolean) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets
trueif the text of legend's titleis HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - setHtmlText(boolean) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets
trueif the text of legend item is HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - setHtmlText(boolean) - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Sets
trueif the text of legend item is HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - setHttpEquiv(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the name of an HTTP response header to define for a document.
- setIcon(Img) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets the icon image set for toast.
- setIcon(Img) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the icon image set for toast.
- setId(int) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets a unique identifier for the pointer causing the event.
- setId(String) - Method in class org.pepstock.charba.client.colors.CanvasObject.InternalGradient
-
Sets the canvas object id to
CanvasGradientItemorCanvasPatternItem. - setId(String) - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Sets the unique canvas object id.
- setId(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Sets the unique id of the element.
- setId(ScaleId) - Method in class org.pepstock.charba.client.options.Scale
-
Sets the id of scale.
It is usually used to link datasets and scale axes together.
This is especially needed if multi-axes charts are used. - setIdentifier(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets a unique identifier for this touch object.
A given touch point (say, by a finger) will have the same identifier for the duration of its movement around the surface.
This lets you ensure that you're tracking the same touch all the time. - setIgnoreFunctionContext(boolean) - Method in class org.pepstock.charba.client.commons.CallbackProxy
-
Sets
trueif the functional context must be ignored as argument to pass to callback. - setImage(Img) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner image.
- setImage(Img) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner image.
- setImageData(ImageData) - Method in class org.pepstock.charba.client.impl.charts.BaseMeterChart
-
Sets the image data, of chart label, previously stored, or
null. - setImageHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the height of image for selection cleaner element.
- setImageHeight(int) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the height of label content, when is set as
Img, in pixels in order to scale the image when drawn. - setImageHeight(int) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the height of label content, when is set as
Img, in pixels in order to scale the image when drawn. - setImageHeight(int) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the height of label content, when is set as
Img, in pixels in order to scale the image when drawn. - setImageHeight(ImageSizeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageHeight(ImageSizeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageHeight(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageHeight(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageHeightAsPercentage(String) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageHeightAsPercentage(String) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageHeightAsPercentage(String) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the height of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImages(Img...) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the images when
RenderisRender.IMAGE. - setImages(Img...) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the images when
RenderisRender.IMAGE. - setImageWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the width of image for selection cleaner element.
- setImageWidth(int) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the width of label content, when is set as
Img, in pixels in order to scale the image when drawn. - setImageWidth(int) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the width of label content, when is set as
Img, in pixels in order to scale the image when drawn. - setImageWidth(int) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the width of label content, when is set as
Img, in pixels in order to scale the image when drawn. - setImageWidth(ImageSizeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageWidth(ImageSizeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageWidth(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageWidthAsPercentage(String) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageWidthAsPercentage(String) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageWidthAsPercentage(String) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the width of label content, when is set as
Img, in percentage (format is "{n}%") in order to scale the image when drawn. - setImageX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the X point of image for selection cleaner element.
- setImageY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the Y point of image for selection cleaner element.
- setIncludeBounds(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
If
true, the defined min and maximum values should be presented as ticks even if they are not "nice" - setIncludeBounds(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If
true, the defined min and maximum values should be presented as ticks even if they are not "nice" - setIncludeInvisible(boolean) - Method in class org.pepstock.charba.client.configuration.Interaction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- setIncludeInvisible(boolean) - Method in class org.pepstock.charba.client.items.InteractionOptions
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- setIncludeInvisible(boolean) - Method in class org.pepstock.charba.client.options.Interaction
-
If true, the invisible points that are outside of the chart area will also be included when evaluating interactions.
- setIndex(int) - Method in class org.pepstock.charba.client.items.ActiveDatasetElement
-
Sets the index of the data element.
- setIndex(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the data set index of the chart (for POLAR and PIE charts).
- setIndex(AbstractScale.Property, AbstractScale.Property, int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the minimum item at passed index to display.
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.BarOptions
-
Sets the base axis for the dataset.
UseIndexAxis.Yfor horizontal bar. - setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.HorizontalBarOptions
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.LineOptions
-
Sets the base axis for the dataset.
UseIndexAxis.Yfor vertical line. - setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.StackedBarOptions
-
If invoked, this is ignored because the
IndexAxisis already set, based on the chart class. - setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.StackedLineOptions
-
If invoked, this is ignored because the
IndexAxisis already set, based on the chart class. - setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.configuration.VerticalLineOptions
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the base axis for the data set.
UseIndexAxis.Yfor horizontal bar. - setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.HorizontalBarDataset
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the base axis for the data set.
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.data.VerticalLineDataset
- setIndexAxis(IndexAxis) - Method in class org.pepstock.charba.client.options.Options
-
Sets the base axis for the dataset.
- setIndicatorWidth(int) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets how many pixels should be used for the color bar.
- setIndicatorWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets how many pixels should be used for the color bar.
- setInflateAmount(int) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the amount of pixels to inflate the bar rectangles, when drawing.
- setInflateAmount(int) - Method in class org.pepstock.charba.client.items.BarElementOptions
-
Sets the amount of pixels to inflate the bar rectangles, when drawing.
- setInflateAmount(int) - Method in class org.pepstock.charba.client.options.Bar
-
Sets the amount of pixels to inflate the bar rectangles, when drawing.
- setInflateAmount(int...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the amount of pixels to inflate the bar rectangles, when drawing.
- setInflateAmount(InflateAmountCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the inflate amount callback.
- setInflateAmount(InflateAmountCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the inflate amount callback.
- setInflateAmount(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the inflate amount callback.
- setInflateAmount(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the inflate amount callback.
- setInjected(boolean) - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Sets
trueif the resource has been injected. - setInjected(boolean) - Method in class org.pepstock.charba.client.utils.toast.AbstractStandardType
-
Sets
trueif the new CSS type has been injected. - setInner(double) - Method in class org.pepstock.charba.client.colors.Radius
-
Sets the inner radius of arc.
- setInnerEnd(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for inner-end corner of the arc, in pixel.
- setInnerHTML(String) - Method in class org.pepstock.charba.client.dom.BaseElement
-
Sets the markup of the element's content..
- setInnerStart(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for inner-start corner of the arc, in pixel.
- setInnerText(String) - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Sets the "rendered" text content of a node and its descendants.
As a getter, it approximates the text the user would get if they highlighted the contents of the element with the cursor and then copied it to the clipboard. - setInstallHook(InstallHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'install' plugin.
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - setInstallHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'install' plugin.
Called when plugin is installed for this chart instance.
This hook is also invoked for disabled plugins (options equals to false). - setInt(NativeObject, String, int) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to set a property on an object.
- setInternalAxes(Scale...) - Method in class org.pepstock.charba.client.options.ExtendedScales
-
Sets all axes of chart.
Implemented to reduce the complexity of setAxes public method. - setInternalBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border width callback.
- setInternalBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the border width callback.
- setInternalCallbackToModel(AbstractNode, Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Adds a native callback function to a model at the specific key.
- setInternalCallbackToModel(AbstractNode, Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Adds a proxy function to a model at the specific key.
- setInternalCloseHandler(CallbackProxy.Proxy) - Static method in class org.pepstock.charba.client.utils.toast.NativeToasting
-
Sets the internal close handler.
- setInternalCutoutPercentage(String) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
-
Stores the cutout percentage in chart options.
- setInternalDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setInternalDataPoints(DataPoint...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of data points.
- setInternalHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border width callback.
- setInternalHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the hover border width callback.
- setInternalTimeSeriesItems(List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of time series items.
- setInternalTimeSeriesItems(TimeSeriesItem...) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the data property of a data set for a chart is specified as an array of time series item.
- setInternalValue(Position, boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets
falsedisabling clip for passed position but iftrueis passed, removes the previous value if boolean, using the default number. - setInterpolate(InterpolateCallback) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Sets the color interpolation callback of the scale.
- setInterpolate(InterpolateCallback) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Sets the color interpolation callback of the scale.
- setInterpolate(Interpolate) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Sets the color interpolation of the scale.
- setInterpolate(Interpolate) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Sets the color interpolation of the scale.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.annotation.Interaction
-
if
true, the only applies when the mouse position intersects an annotation. - setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Hover
-
if true, the hover mode only applies when the mouse position intersects an item on the chart.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Interaction
-
if true, the mode only applies when the mouse position intersects an item on the chart.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
if true, the tooltip mode applies only when the mouse position intersects with an element.
- setIntersect(boolean) - Method in class org.pepstock.charba.client.items.InteractionOptions
-
if
true, the mode only applies when the mouse position intersects an item on the chart. - setIntersect(boolean) - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
if
true, the only applies when the mouse position intersects an item on the chart. - setInterval(Window.AsyncCallback, int) - Static method in class org.pepstock.charba.client.utils.Window
-
Sets a timer which executes repeatedly calls a function with a fixed time delay between each call.
It returns an interval ID which uniquely identifies the interval. - setIsoWeekday(IsoWeekDay) - Method in class org.pepstock.charba.client.configuration.Time
-
Sets the ISO day of the week.
- setIsoWeekday(IsoWeekDay) - Method in class org.pepstock.charba.client.options.Time
-
Sets the ISO day of the week.
- setItemSortCallback(LegendItemSortCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user item sort callback instance.
- setItemSortCallback(TooltipItemSortCallback) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the user item sort callback instance.
- setKey(String) - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Sets a string that sets the value of
NativeKeyboardEventkey, the value of the key pressed by the user - setKey(String) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the key of the object to use to get data value from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setKey(Key) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the key of the object to use to get data value from a tree object.
It's needed ONLY when tree data is set by a list of objects. - setKeyPrefix(String) - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
-
Sets the key prefix for caching.
- setLabel(String) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the label for the data set which appears in the legend and tooltips.
- setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label.
- setLabel(String) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label.
- setLabel(ArrayString) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Sets the label of toast.
- setLabelCallback(TooltipLabelCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user label callback.
- setLabelColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of label.
- setLabelColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of label.
- setLabelFontFamily(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font family, follows CSS font-family options of label.
- setLabelFontLineHeight(double) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of label.
- setLabelFontLineHeight(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of label.
- setLabelFontSize(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font size of label.
- setLabelFontStyle(FontStyle) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setLabelFontWeight(Weight) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font weight, follows CSS font-style-weight options of label.
- setLabelHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the height of label for selection cleaner element.
- setLabelOffset(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas. - setLabelOffset(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the distance in pixels to offset the label from the center point of the tick (in the y direction for the x axis, and the x direction for the y axis).
Note: this can cause labels at the edges to be cropped by the edge of the canvas. - setLabelRotation(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the label rotation value
- setLabels(String...) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets an array of labels to display.
- setLabels(String...) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(String...) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the labels of the data.
- setLabels(List<String>) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets an array of labels to display.
- setLabels(List<String>) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the labels of the data.
- setLabels(Labels) - Method in interface org.pepstock.charba.client.data.HasLabels
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.data.LabelsHandler
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the labels of the data.
- setLabels(Labels) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the map for labeling the sankey elements.
- setLabelsBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the background color.
- setLabelsBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the background color.
- setLabelsBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setLabelsBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setLabelsBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the label border radius (in pixels).
- setLabelsBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border width.
- setLabelsCallback(LegendLabelsCallback) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the user callback instance to generate labels.
- setLabelsColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the crosshair label font color.
- setLabelsColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Set the crosshair label font color.
- setLabelsDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels,
trueif label will be applied in the chart, otherwisefalse. - setLabelsPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for both labels, the padding of crosshair label.
- setLabelWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the width of label for selection cleaner element.
- setLabelX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the X point of label for selection cleaner element.
- setLabelY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the Y point of label for selection cleaner element.
- setLatitude(double) - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Sets the latitude of the data.
- setLatitude(double) - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Sets the latitude stored in the object.
- setLayoutPadding(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the chart layout padding reserve for selection cleaner element.
- setLeaveCallback(LeaveCallback) - Method in class org.pepstock.charba.client.annotation.EventsHandler
-
Sets the callback called when a "leave" event is occurring.
- setLeaveCallback(LeaveCallback) - Method in interface org.pepstock.charba.client.annotation.HasEventsHandler
-
Sets the callback called when a "leave" event is occurring.
- setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the LEAVE event (the mouse is moved out of a label) handler.
- setLeaveEventHandler(LeaveEventHandler) - Method in class org.pepstock.charba.client.datalabels.Listeners
-
Sets the LEAVE event (the mouse is moved out of a label) handler.
- setLeft(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip left.
- setLeft(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the left coordinate.
- setLeft(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip left.
- setLeft(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Sets the left.
- setLeft(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.geo.Margin
-
Sets the margin left of legend.
- setLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the left location in pixel
- setLeft(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
- setLeft(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding left in pixel.
- setLeft(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding left in pixel.
- setLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'left' property in the element.
- setLegendItem(LegendLabelItem) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the legend item instance, needed to create the point style for legend.
- setLegendItemCallback(HtmlLegendItemCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
- setLegendItemCallback(HtmlLegendItemCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Sets the callback which can be implemented to change the text of legend for a specific item, as HTML.
- setLegendTitleCallback(HtmlLegendTitleCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the callback which can be implemented to change the text of legend's title, as HTML.
- setLegendTitleCallback(HtmlLegendTitleCallback) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Sets the callback which can be implemented to change the text of legend's title, as HTML.
- setLength(int) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the amount of pixels of the length of the arrow head.
- setLength(int) - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Sets the amount of pixels of the length of the arrow head.
- setLength(int) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the length of the legend.
- setLength(LengthCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set the amount of pixels of the length of the arrow head.
- setLength(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set the amount of pixels of the length of the arrow head.
- setLength(LengthCallback) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the length of the legend.
- setLineCap(CapStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the lineCap, to determine the shape used to draw the end points of lines.
- setLineCap(CapStyle) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the shape used to draw the end points of lines.
- setLineCap(CapStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets how the end points of every box border are drawn.
- setLineCapStyle(CapStyle) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets how the end points of every line are drawn.
- setLineColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the color of the line.
- setLineColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the color of the line.
- setLineColor(String) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets the divider color of the rectangle.
- setLineColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the color of the line.
- setLineColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the color of the line.
- setLineColor(IsColor) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets the divider color of the rectangle.
- setLineDash(int...) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash pattern used when stroking lines.
It uses an array of values that specify alternating lengths of lines and gaps which describe the pattern. - setLineDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setLineDash(int...) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setLineDash(int...) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets the line dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash pattern used when stroking lines.
It uses a list of values that specify alternating lengths of lines and gaps which describe the pattern. - setLineDash(List<Integer>) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern used when stroking lines, using an array of values which specify alternating lengths of lines and gaps which describe the pattern.
- setLineDash(ArrayInteger) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash pattern used when stroking lines.
It uses an array of values that specify alternating lengths of lines and gaps which describe the pattern. - setLineDashOffset(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the line dash offset, or "phase.".
Specifies where to start a dash array on a line. - setLineDashOffset(double) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the line dash pattern offset.
- setLineDashOffset(double) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the line dash pattern offset.
- setLineDashOffset(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the box border dash pattern offset.
- setLineDashOffset(double) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets the line dash pattern offset of the divider.
- setLineHeight(double) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the line height.
- setLineHeight(double) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the line height.
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.AbstractFont
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setLineHeight(double) - Method in class org.pepstock.charba.client.options.Font
-
Sets the line height.
- setLineHeight(double) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'lineHeight' property in the element.
- setLineHeight(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the line height.
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.AbstractFont
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setLineHeight(String) - Method in class org.pepstock.charba.client.options.Font
-
Sets the line height.
- setLineHeight(String) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the line height.
- setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the lineJoin, to determine the shape used to join two line segments where they meet.
- setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the type of corners where two lines meet.
- setLineJoin(JoinStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets how two connecting segments (of box border) with non-zero lengths in a shape are joined together (degenerate segments with zero lengths, whose specified end points and control points are exactly at the same position, are skipped).
There are three possible values for this property: round, bevel and miter. - setLineWidth(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the thickness of lines.
- setLineWidth(int) - Method in class org.pepstock.charba.client.configuration.RadialAngleLines
-
Sets the width of angled lines.
- setLineWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the width of the line.
- setLineWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the width of the line.
- setLineWidth(int) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the width of box border in pixels.
- setLineWidth(int) - Method in class org.pepstock.charba.client.options.AngleLines
-
Sets the width of angled lines.
- setLineWidth(int) - Method in class org.pepstock.charba.client.treemap.Dividers
-
Sets the width of the divider line in pixels.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the stroke widths of grid.
- setLineWidth(int...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the stroke widths of grid.
- setLineWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the line width callback instance.
- setLineWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.AbstractScaleLines
-
Sets the line width callback instance.
- setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Adds a event handler instance as listener for all events.
- setListenersHandler(AbstractEventHandler) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Adds a event handler instance as listener for all events.
- setLoadData(boolean) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets
trueif the samples will be loaded as dataset data. - setLocale(CLocale) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - setLocale(CLocale) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the locale instance for internationalization.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - setLocale(CLocale) - Method in class org.pepstock.charba.client.options.Options
-
Sets the locale instance for internationalization.
- setLocale(CLocale) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. - setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the locale matching algorithm to use.
- setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Sets the locale matching algorithm to use.
- setLocaleMatcher(LocaleMatcher) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the locale matching algorithm to use.
- setLocaleMatcher(LocaleMatcher) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the locale matching algorithm to use.
- setLocation(KeyboardLocation) - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Sets the location of the key on the keyboard or other input device.
- setLongitude(double) - Method in class org.pepstock.charba.client.geo.BubbleMapDataPoint
-
Sets the longitude of the data.
- setLongitude(double) - Method in class org.pepstock.charba.client.geo.DataPointCenter
-
Sets the longitude stored in the object.
- setLoop(boolean) - Method in class org.pepstock.charba.client.configuration.Animation
-
If set to
true, loops the animations endlessly. - setLoop(boolean) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
If set to
true, loops the animations endlessly. - setLoop(boolean) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
If set to
true, loops the animations endlessly. - setLoop(boolean) - Method in class org.pepstock.charba.client.UpdateConfiguration
-
If set to
true, loops the animations endlessly. - setLoop(boolean) - Method in class org.pepstock.charba.client.UpdateConfigurationBuilder
-
If set to
true, loops the animations endlessly. - setLoop(LoopCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets to loop the animations endlessly by a callback.
- setLoop(LoopCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(LoopCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(LoopCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setLoop(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Animation
-
Sets to loop the animations endlessly by a callback.
- setLoop(NativeCallback) - Method in class org.pepstock.charba.client.options.AbstractAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsAnimation
-
Sets to loop the animations endlessly by a callback.
- setLoop(NativeCallback) - Method in class org.pepstock.charba.client.UpdateConfiguration
- setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
- setMaintainAspectRatio(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets the maintaining of the original canvas aspect ratio (width / height) when resizing.
- setMargin(int) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the amount of pixels between the label and the callout separator.
- setMargin(int) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the amount of pixels between the label and the callout separator.
- setMargin(int) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the margin pixels such that it doesn't stick to the edge of the chart.
- setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the margin from canvas border.
- setMargin(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the margin from canvas border.
- setMargin(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'margin' property in the element.
- setMargin(MarginCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the amount of pixels between the label and the callout separator.
- setMargin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the amount of pixels between the label and the callout separator.
- setMargin(MarginCallback) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the margin pixels such that it doesn't stick to the edge of the chart.
- setMargin(Margin) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the margin pixels such that it doesn't stick to the edge of the chart.
- setMarginBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginBottom' property in the element.
- setMarginLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginLeft' property in the element.
- setMarginRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginRight' property in the element.
- setMarginTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'marginTop' property in the element.
- setMax(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
- setMax(double) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
-
Sets the maximum value of chart.
- setMax(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(double) - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Sets the maximum value of range.
- setMax(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the maximum item to display.
- setMax(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined maximum number for the scale, overrides maximum value from data.
- setMax(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data maximum.
- setMax(Date) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the maximum value of axis
- setMax(Date) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data maximum.
- setMax(MinMaxCallback<T>) - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Sets the callback to set the user defined maximum number for the scale, overrides maximum value from data.
- setMax(MinMaxCallback<T>) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Sets the callback to set the user defined maximum number for the scale, overrides maximum value from data.
- setMax(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Sets the callback to set the user defined maximum number for the scale, overrides maximum value from data.
- setMax(NativeCallback) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Sets the callback to set the user defined maximum number for the scale, overrides maximum value from data.
- setMaxBarThickness(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this.
- setMaxBarThickness(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
- setMaxBarThickness(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Sets the maximum bar thickness, to ensure that bars are not sized thicker than this
- setMaxHeight(int) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the maximum height of the legend, in pixels.
- setMaxHeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max height of the axis in pixel
- setMaxHeight(int) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the maximum height of the legend, in pixels.
- setMaxHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'maxHeight' property in the element.
- setMaxHistoryItems(int) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Sets the maximum amount of toast items you want to maintain in the history.
- setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20. - setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20. - setMaximumFractionDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20. - setMaximumFractionDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the maximum number of fraction digits to use.
Possible values are from 0 to 20. - setMaximumLegendColumns(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
-
Sets the maximum amount of columns of legend.
- setMaximumLegendColumns(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptionsBuilder
-
Sets the maximum amount of columns of legend.
- setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21. - setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21. - setMaximumSignificantDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21. - setMaximumSignificantDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the maximum number of significant digits to use.
Possible values are from 1 to 21. - setMaxIndex(int) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the maximum item at passed index to display.
- setMaxIndex(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the maximum item at passed index to display.
- setMaxOpenItems(int) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Sets the maximum amount of open toast items you want to maintain on DOM.
Maximum value is 100. - setMaxOpenItemsPolicy(MaximumOpenItemsPolicy) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Sets the policy to apply when the maximum amount of open items is reached.
- setMaxRotation(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the maximum rotation for tick labels when rotating to condense labels.
- setMaxRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the maximum rotation for tick labels when rotating to condense labels.
Note: Rotation doesn't occur until necessary.
Note: Only applicable to horizontal scales. - setMaxTicksLimit(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maximum number of ticks and grid to show.
- setMaxTicksLimit(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the maximum number of ticks and grid to show.
- setMaxTicksLimit(MaxTicksLimitCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maxTicksLimit callback instance.
- setMaxTicksLimit(MaxTicksLimitCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the maxTicksLimit callback instance.
- setMaxTicksLimit(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the maxTicksLimit callback instance.
- setMaxTicksLimit(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the maxTicksLimit callback instance.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the maximum width of the legend, in pixels.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the max width of axis in pixel.
- setMaxWidth(int) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the maximum width of the legend, in pixels.
- setMaxWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'maxWidth' property in the element.
- setMetaKey(boolean) - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Sets true if the meta key was down when the mouse event was fired.
- setMetaKey(boolean) - Method in class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Sets true if the meta key was down when the mouse event was fired.
- setMin(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(double) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(double) - Method in class org.pepstock.charba.client.zoom.ScaleRange
-
Sets the minimum value of range.
- setMin(String) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the minimum item to display.
- setMin(String) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the user defined minimum number for the scale, overrides minimum value from data.
- setMin(Date) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If defined, this will override the data minimum.
- setMin(Date) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the minimum value of axis
- setMin(Date) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If defined, this will override the data minimum.
- setMin(MinMaxCallback<T>) - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Sets the callback to set the user defined minimum number for the scale, overrides minimum value from data.
- setMin(MinMaxCallback<T>) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Sets the callback to set the user defined minimum number for the scale, overrides minimum value from data.
- setMin(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Sets the callback to set the user defined minimum number for the scale, overrides minimum value from data.
- setMin(NativeCallback) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Sets the callback to set the user defined minimum number for the scale, overrides minimum value from data.
- setMinBarLength(int) - Method in class org.pepstock.charba.client.configuration.TypedDataset
-
Set this to ensure that bars have a minimum length in pixels.
- setMinBarLength(int) - Method in class org.pepstock.charba.client.options.BarDatasetOptionsHandler
-
Set this to ensure that bars have a minimum length in pixels.
- setMinBarLength(int) - Method in interface org.pepstock.charba.client.options.HasBarDatasetOptions
-
Set this to ensure that bars have a minimum length in pixels.
- setMinHeight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'minHeight' property in the element.
- setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20. - setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20. - setMinimumFractionDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20. - setMinimumFractionDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of fraction digits to use.
Possible values are from 0 to 20. - setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21. - setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21. - setMinimumIntegerDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21. - setMinimumIntegerDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of integer digits to use.
Possible values are from 1 to 21. - setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21. - setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21. - setMinimumSignificantDigits(int) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21. - setMinimumSignificantDigits(int) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the minimum number of significant digits to use.
Possible values are from 1 to 21. - setMinIndex(int) - Method in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
-
Sets the minimum item at passed index to display.
- setMinIndex(int) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the minimum item at passed index to display.
- setMinRange(double) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Sets the minimum allowed range.
This defines the max zoom level. - setMinRotation(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the minimum rotation for tick labels.
- setMinRotation(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the minimum rotation for tick labels.
Note: Only applicable to horizontal scales. - setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
The minimum display format to be used for a time unit.
- setMinUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
Sets the minimum display format to be used for a time unit.
- setMinute(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Minute.
- setMinutes(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setMinWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'minWidth' property in the element.
- setMirror(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
- setMirror(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the flips tick labels around axis, displaying the labels inside the chart instead of outside.
Note: Only applicable to vertical scales. - setMissingColor(String) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Sets the missing color.
- setMissingColor(String) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Sets the missing color.
- setMissingColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Sets the missing color callback.
- setMissingColor(ColorCallback<ScaleContext>) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Sets the missing color callback.
- setMissingColor(IsColor) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Sets the missing color.
- setMissingRadius(double) - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Sets the radius to render for missing values.
- setMissingRadius(double) - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Sets the radius to render for missing values.
- setMissingRadius(RadiusCallback<ScaleContext>) - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Sets the radius to render for missing values.
- setMissingRadius(RadiusCallback<ScaleContext>) - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Sets the radius to render for missing values.
- setMiterLimit(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the miter limit ratio.
- setMode(String) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets which elements appear in the chart, hovering the chart.
- setMode(String) - Method in class org.pepstock.charba.client.configuration.Interaction
-
Sets which elements appear in the interaction.
- setMode(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets which elements appear in the tooltip.
- setMode(String) - Method in class org.pepstock.charba.client.items.InteractionOptions
-
Sets which elements appear in the interaction.
- setMode(String) - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
Sets which elements appear in the interaction.
- setMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
- setMode(DefaultInteractionMode) - Method in class org.pepstock.charba.client.annotation.Interaction
-
Sets which the mode to engaged annotations on events.
- setMode(InteractionAxis) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the interaction axis mode.
- setMode(InteractionAxis) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the interaction axis mode.
- setMode(IsInteractionMode) - Method in class org.pepstock.charba.client.configuration.Hover
-
Sets which elements appear in the chart, hovering the chart.
- setMode(IsInteractionMode) - Method in class org.pepstock.charba.client.configuration.Interaction
-
Sets which elements appear in the interaction.
- setMode(IsInteractionMode) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets which elements appear in the tooltip.
- setMode(IsInteractionMode) - Method in class org.pepstock.charba.client.items.InteractionOptions
-
Sets which elements appear in the interaction.
- setMode(IsInteractionMode) - Method in class org.pepstock.charba.client.options.AbstractInteraction
-
Sets which elements appear in the interaction.
- setMode(ModeCallback) - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Sets the operation modes for the scale, area means that the area is linearly increasing whereas radius the radius is.
- setMode(ModeCallback) - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Sets the operation modes for the scale, area means that the area is linearly increasing whereas radius the radius is.
- setMode(Mode) - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Sets the operation modes for the scale, area means that the area is linearly increasing whereas radius the radius is.
- setMode(Mode) - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Sets the operation modes for the scale, area means that the area is linearly increasing whereas radius the radius is.
- setMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime.
- setMode(Mode) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the modifier key to activate the crosshair.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the modifier key to activate the crosshair.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the modifier key to activate selection.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the modifier key to activate selection.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets the modifier key to close the toast by clicking on it.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the modifier key to close the toast by clicking on it.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the modifier key to activate drag-to-zoom.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets the modifier key to activate panning.
- setModifierKey(ModifierKey) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets the modifier key to activate zooming by wheeling.
- setMonth(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setMonth(MixedItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Month.
- setMultiBorderSkipped(BorderSkipped...) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edges to skip drawing the border for.
- setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMultiKeyBackground(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the color to draw behind the colored boxes when multiple items are in the tooltip.
- setMustKeepDefaultsAligned(boolean) - Static method in class org.pepstock.charba.client.intl.CLocale
-
Sets
trueif the default locale must kept aligned with theOptions.setLocale(CLocale). - setName(String) - Method in class org.pepstock.charba.client.dom.elements.Meta
-
Sets the name of a meta-data property to define for a document.
- setNativeInteraction(NativeObject, String, NativeInteraction) - Static method in class org.pepstock.charba.client.interaction.Interactions.InternalReflect
-
Allows you to set a property on an object.
- setNewId(NativeObjectContainer, String) - Method in class org.pepstock.charba.client.commons.IncrementalIdHandler
-
Creates new internal id in the native object container.
- setNewIncrementalId() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Stores new incremental id if not previously stored.
- setNewIncrementalId(String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Stores new incremental id if not previously stored.
- setNodeValue(String) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Sets the value of the current node.
- setNodeWidth(int) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the width of sankey elements.
- setNormalized(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets if you provide data with indices that are unique, sorted, and consistent across data sets and provide the normalized:
trueoption to let CHARBA know that you have done so. - setNotation(Notation) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the formatting that should be displayed for the number.
- setNotation(Notation) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the formatting that should be displayed for the number.
- setNotation(Notation) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the formatting that should be displayed for the number.
- setNotation(Notation) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the formatting that should be displayed for the number.
- setNoWrap(boolean) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value reflecting the nowrap attribute and indicating if cell content can be broken in several lines.
- setNumberFormat(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Sets the number formatting options.
- setNumberFormat(NativeCallback) - Method in class org.pepstock.charba.client.configuration.NumericTickOptionsHandler
-
Sets the number formatting options.
- setNumberFormat(NumberFormatCallback) - Method in interface org.pepstock.charba.client.configuration.IsNumericTick
-
Sets the number formatting options.
- setNumberFormat(NumberFormatCallback) - Method in class org.pepstock.charba.client.configuration.NumericTickOptionsHandler
-
Sets the number formatting options.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.intl.BaseFormatOptions
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the numbering system to use.
- setNumberingSystem(NumberingSystem) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the name of numbering systems that LUXON must use by the date adapter.
See here the details about numbering system in LUXON. - setObjects(Dataset.CanvasObjectKey, ArrayObject, String) - Method in class org.pepstock.charba.client.data.AbstractContainer
-
Stores and array of canvas object in the native java script object.
- setOffset(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
If true, extra space is added to the both edges and the axis is scaled to fit in the chart area.
This is set totruein the bar chart by default. - setOffset(boolean) - Method in class org.pepstock.charba.client.configuration.Grid
-
If true, grid will be shifted to be between labels.
This is set to true in the bar chart by default. - setOffset(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true, extra space is added to the both edges and the axis is scaled to fit in the chart area. - setOffset(boolean) - Method in class org.pepstock.charba.client.options.Grid
-
If
true, grid will be shifted to be between labels.
This is set totruein the bar chart by default. - setOffset(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the arc offset (in pixels).
- setOffset(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the distance (in pixels) to pull the label away from the anchor point.
- setOffset(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the distance (in pixels) to pull the label away from the anchor point.
- setOffset(int) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the arc offset (in pixels).
- setOffset(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the arc offset (in pixels).
- setOffset(int...) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the arc offset (in pixels).
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the offset callback.
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback.
- setOffset(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the offset callback.
- setOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the offset callback.
- setOffset(OffsetCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the offset callback.
- setOffset(OffsetCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the offset callback.
- setOffset(OffsetCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the offset callback.
- setOffset(ScaleOffsetCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the added extra space to the both edges and the axis is scaled to fit in the chart area.
- setOffsetAfterAutoskip(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianTimeAxis
-
If
true, bar chart offsets are computed with auto skipped ticks.. - setOffsetAfterAutoskip(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
If
true, bar chart offsets are computed with auto skipped ticks.. - setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the opacity.
- setOpacity(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity.
- setOpacity(double) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'opacity' property in the element.
- setOpacity(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity callback.
- setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the opacity callback.
- setOpacity(OpacityCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the opacity callback.
- setOpenHandler(OpenHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptions
-
Sets the OPEN hander.
- setOpenHandler(OpenHandler) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the OPEN hander.
- setOptions(String, T) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets the plugin options.
If passed options is null, the configuration of plugin will be removed. - setOptions(String, T) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the plugin data set configuration.
If data set configuration options isnull, the configuration of plugin will be removed. - setOptions(String, T) - Method in class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
- setOptions(String, T) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options.
If passed options isnull, the configuration of plugin will be removed. - setOptions(NativeObject) - Method in class org.pepstock.charba.client.Chart
-
Sets new options node, as native object, for updating a existing chart.
- setOptions(NativeObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the options of chart by the
optionsproperty in the native object. - setOptions(IsChart, T) - Method in class org.pepstock.charba.client.Configuration
-
Sets the options of the chart.
- setOptions(T) - Method in class org.pepstock.charba.client.configuration.Plugins
-
Sets the plugin options.
- setOptions(T) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets the plugin options.
- setOptions(T) - Method in class org.pepstock.charba.client.GlobalOptions.GlobalPlugins
- setOptions(T) - Method in class org.pepstock.charba.client.options.Plugins
-
Sets the plugin options.
- setOptionsBuilder(DataLabelsOptionsBuilder) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the
DataLabelsPlugin.IDlabel builder. - setOptionsBuilder(LabelsOptionsBuilder) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the
LabelsPlugin.IDlabel builder. - setOrder(int) - Method in interface org.pepstock.charba.client.data.HasOrder
-
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend. - setOrder(int) - Method in class org.pepstock.charba.client.data.OrderHandler
-
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend. - setOriginalMax(boolean) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Sets
trueto use whatever maximum limit the scale had when the chart was first displayed. - setOriginalMin(boolean) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Sets
trueto use whatever minimum limit the scale had when the chart was first displayed. - setOringinal(Key, boolean) - Method in class org.pepstock.charba.client.zoom.ScaleLimit
-
Manages the original value for the property passed.
- setOuter(double) - Method in class org.pepstock.charba.client.colors.Radius
-
Sets the outer radius if an arc.
- setOuterEnd(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for outer-end corner of the arc, in pixel.
- setOuterStart(int) - Method in class org.pepstock.charba.client.data.ArcBorderRadius
-
Sets the border radius for outer-start corner of the arc, in pixel.
- setOutline(List<Feature>) - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Sets the outline used to scale and centralize the projection in the chart area.
- setOutline(List<Feature>) - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Sets the outline used to scale and centralize the projection in the chart area.
- setOutline(Feature...) - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Sets the outline used to scale and centralize the projection in the chart area.
- setOutline(Feature...) - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Sets the outline used to scale and centralize the projection in the chart area.
- setOutlineBackgroundColor(String) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline background color.
- setOutlineBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline background color.
- setOutlineBorderColor(String) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline border color.
- setOutlineBorderColor(IsColor) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline border color.
- setOutlineBorderWidth(int) - Method in class org.pepstock.charba.client.geo.GeoFeatureElementOptions
-
Sets the outline border width.
- setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - setOutputCalendar(Calendar) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the name of calendaring systems that LUXON must use by the date adapter.
See here the list of implemented and available. - setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the padding when position is
Position.OUTSIDE. - setOutsidePadding(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the padding when position is
Position.OUTSIDE. - setOverflow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'overflow' property in the element.
- setOverflow(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the overflow callback.
- setOverflow(OverflowCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the overflow callback.
- setOverflow(Overflow) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the control what happens to a label that is too big to fit into a rectangle.
- setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws label even it's overlap.
- setOverlap(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws label even it's overlap.
- setOverScaleMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
- setOverScaleMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element (panning or zooming) directions callback, to set the mode at runtime, which of the enabled zooming directions should only be available when the mouse cursor is over one of scale
- setOverScaleMode(Mode) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets which of the enabled zooming directions should only be available when the mouse cursor is over one of scale.
If under mouse hasn't scale, then return all other scales which 'mode' is different with overScaleMode.
So 'overScaleMode' works as a limiter to scale the user-selected scale (in 'mode') only when the cursor is under the scale, and other directions in 'mode' works as before. - setPadding(double) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the padding between the top of the node and the first label to draw, when multiple lines for labels are set, in pixels.
- setPadding(int) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the padding between chart and point labels, in pixels.
- setPadding(int) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the padding between the tick label and the axis.
- setPadding(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding size to all dimensions.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabel
-
Sets the padding of crosshair label.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabels
-
Sets the padding of crosshair label.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the padding of selection cleaner element.
- setPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the padding of selection cleaner element.
- setPadding(int) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the padding to apply around labels.
- setPadding(int) - Method in class org.pepstock.charba.client.options.PointLabels
-
Sets the padding between chart and point labels, in pixels.
- setPadding(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the padding between the tick label and the axis.
When set on a vertical axis, this applies in the horizontal (X) direction.
When set on a horizontal axis, this applies in the vertical (Y) direction. - setPadding(int) - Method in class org.pepstock.charba.client.treemap.AbstractLabels
-
Sets the padding to apply around labels.
- setPadding(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'padding' property in the element.
- setPadding(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the padding of label to add left and right.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the padding of label.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Layout
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Sets the padding callback.
- setPadding(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the padding callback.
- setPadding(PaddingCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the padding of label.
- setPadding(PaddingCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the padding of label.
- setPadding(PaddingCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the padding callback.
- setPadding(PaddingCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.Layout
-
Sets the padding callback.
- setPadding(PaddingCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding callback.
- setPadding(PaddingCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the padding callback.
- setPadding(PaddingCallback<T>) - Method in interface org.pepstock.charba.client.options.IsScriptablePaddingProvider
-
Sets the padding callback.
- setPadding(SimplePaddingCallback) - Method in class org.pepstock.charba.client.configuration.RadialPointLabels
-
Sets the padding callback.
- setPadding(PaddingCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the padding callback.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding bottom in pixel.
- setPaddingBottom(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding bottom in pixel
- setPaddingBottom(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingBottom' property in the element.
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding left in pixel.
- setPaddingLeft(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding left in pixel
- setPaddingLeft(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingLeft' property in the element.
- setPaddingRight(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding right in pixel.
- setPaddingRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding right in pixel
- setPaddingRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingRight' property in the element.
- setPaddingTop(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the padding top in pixel.
- setPaddingTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the padding top in pixel
- setPaddingTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'paddingTop' property in the element.
- setPageX(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- setPageY(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the horizontal position of the touch on the client window of user's screen, including any scroll offset.
- setParser(String) - Method in class org.pepstock.charba.client.configuration.Time
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- setParser(String) - Method in class org.pepstock.charba.client.options.Time
-
Defined as a string, it is interpreted as a custom format to be used by LUXON to parse the date.
- setParsing(boolean) - Method in class org.pepstock.charba.client.data.Dataset
-
Sets how to parse the data set.
The parsing can be disabled by specifying parsing:falseat chart options or data set.
If parsing is disabled, data must be sorted and in the formats the associated chart type and scales use internally. - setParsing(boolean) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets how to parse the data set.
This is ignored because it must alwasy set totrue. - setPercentage(boolean) - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Sets
trueif the value will be rendered as percentage. - setPercentageThreshold(boolean) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Sets
trueif percentage threshold is used, otherwisefalse. - setPlugins(ArrayObject) - Method in class org.pepstock.charba.client.Configuration
-
Sets the inline plugins of chart by the
pluginsproperty in the native object. - setPlugins(IsChart, Plugins) - Method in class org.pepstock.charba.client.Configuration
-
Sets the plugins of chart.
- setPointBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color for points.
- setPointBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color callback.
- setPointBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color callback.
- setPointBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the gradients for points.
- setPointBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the fill color for points.
- setPointBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border color for points.
- setPointBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color callback.
- setPointBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color callback.
- setPointBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border gradient for points.
- setPointBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border color for points.
- setPointBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the width of the point border in pixels.
- setPointBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border width callback.
- setPointBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border width callback.
- setPointerCapture(int) - Method in class org.pepstock.charba.client.dom.BaseElement
-
It is used to designate a specific element as the capture target of future pointer events.
Subsequent events for the pointer will be targeted at the capture element until capture is released (viaBaseElement.releasePointerCapture(int)or thePointerEventType.POINTER_UPevent is fired). - setPointerType(PointerType) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the device type that caused the event (mouse, pen, touch, etc.).
- setPointHitRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the pixel size of the non-displayed point that reacts to mouse events.
- setPointHitRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hit radius callback.
- setPointHitRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hit radius callback.
- setPointHoverBackgroundColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color when hovered.
- setPointHoverBackgroundColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color callback.
- setPointHoverBackgroundColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover background color callback.
- setPointHoverBackgroundColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background gradient when hovered.
- setPointHoverBackgroundColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point background color when hovered.
- setPointHoverBorderColor(String...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color when hovered.
- setPointHoverBorderColor(ColorCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border color callback.
- setPointHoverBorderColor(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border color callback.
- setPointHoverBorderColor(Gradient...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border gradient when hovered.
- setPointHoverBorderColor(IsColor...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point border color when hovered.
- setPointHoverBorderWidth(int...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the border width of point when hovered.
- setPointHoverBorderWidth(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border width callback.
- setPointHoverBorderWidth(WidthCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover border width callback.
- setPointHoverRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the radius of the point when hovered.
- setPointHoverRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover radius callback.
- setPointHoverRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point hover radius callback.
- setPointRadius(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setPointRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point radius callback.
- setPointRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point radius callback.
- setPointRotation(double...) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the rotation of the point in degrees.
- setPointRotation(NativeCallback) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point rotation callback.
- setPointRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets the point rotation callback.
- setPointStyle(boolean) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- setPointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point.
- setPointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the style of the legend, overriding point style from dataset.
Only applies ifLegendLabels.setUsePointStyle(boolean)is set totrue. - setPointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point.
- setPointStyle(boolean) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point.
- setPointStyle(boolean) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style of the legend box (only used if usePointStyle is true)
- setPointStyle(boolean) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the style of the point.
- setPointStyle(boolean) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point.
- setPointStyle(boolean) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point.
- setPointStyle(boolean) - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Sets the style of the point.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the point style callback.
- setPointStyle(NativeCallback) - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Sets the point style callback.
- setPointStyle(PointStyleCallback<DatasetContext>) - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Sets the point style callback.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the style of the legend, overriding point style from dataset, as canvas.
Only applies ifLegendLabels.setUsePointStyle(boolean)is set totrue. - setPointStyle(Canvas) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point for legend as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style (as canvas) of the legend box (only used if usePointStyle is true)
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point as canvas.
- setPointStyle(Canvas) - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Sets the style of the point as canvas.
- setPointStyle(Canvas...) - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Sets the style of the point as canvas.
- setPointStyle(Canvas...) - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Sets the style of the point as canvas.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the style of the legend, overriding point style from dataset, as image.
Only applies ifLegendLabels.setUsePointStyle(boolean)is set totrue. - setPointStyle(Img) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point for legend as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style (as image) of the legend box (only used if usePointStyle is true)
- setPointStyle(Img) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point as image.
- setPointStyle(Img) - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Sets the style of the point as image.
- setPointStyle(Img...) - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Sets the style of the point as image.
- setPointStyle(Img...) - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Sets the style of the point as image.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.annotation.PointAnnotation
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the point style as shape of the tile.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Bar
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the style of the legend, overriding point style from dataset.
Only applies ifLegendLabels.setUsePointStyle(boolean)is set totrue. - setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the style of the point for legend.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the style of the legend box (only used if usePointStyle is true)
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in interface org.pepstock.charba.client.options.HasPointStyle
-
Sets the style of the point.
- setPointStyle(PointStyle) - Method in class org.pepstock.charba.client.options.PointStyleHandler
-
Sets the style of the point.
- setPointStyle(PointStyle...) - Method in class org.pepstock.charba.client.data.DataPointStyleHandler
-
Sets the style of the point.
- setPointStyle(PointStyle...) - Method in interface org.pepstock.charba.client.data.HasDataPointStyle
-
Sets the style of the point.
- setPointStyleWidth(double) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets if
usePointStyleis true, the width of the point style used for the legend. - setPointStyleWidth(double) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets if
usePointStyleis true, the width of the point style used for the legend. - setPosition(CalloutPositionCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the position of callout, with respect to the label.
- setPosition(LabelAlignPositionCallback) - Method in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Sets the callback to set the anchor position of label on box.
- setPosition(LabelAlignPositionCallback) - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Sets the callback to set the anchor position of label on box.
- setPosition(LabelPositionCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the anchor position of label on line.
- setPosition(CalloutPosition) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the position of callout, with respect to the label.
- setPosition(CalloutPosition) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the position of callout, with respect to the label.
- setPosition(LabelPosition) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the anchor position of label on line.
- setPosition(LabelPosition) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the anchor position of label on line.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractBoxedLabel
-
Sets the callback to set the anchor position of label on box.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the position of callout, with respect to the label.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelAnnotation
-
Sets the callback to set the anchor position of label on box.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the anchor position of label on line.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the position callback.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the axis position on the chart.
- setPosition(NativeCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the position callback.
- setPosition(PositionCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the position callback.
- setPosition(ScalePositionCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the axis position on the chart.
- setPosition(Position) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'position' property in the element.
- setPosition(AxisPosition) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - setPosition(AxisPosition) - Method in class org.pepstock.charba.client.options.AbstractScale
-
An axis can either be positioned at the edge of the chart, at the center of the chart area, or dynamically with respect to a data value.
To position the axis at the edge of the chart, set the position option to one of: 'top', 'left', 'bottom', 'right'.
To position the axis at the center of the chart area, set the position option to 'center'. - setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the mode for positioning the tooltip.
- setPosition(IsTooltipPosition) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the mode for positioning the tooltip.
- setPosition(Position) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the position of title.
- setPosition(Position) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the position of the legend.
- setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner label position.
- setPosition(Position) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner label position.
- setPosition(Position) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the position of axis
- setPosition(Position) - Method in class org.pepstock.charba.client.options.AbstractDefaultPluginElement
-
Sets the position of element.
- setPosition(Position) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets the position of element.
- setPosition(PositionCallback) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the location of the legend on the chart area.
- setPosition(Position) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the location of the legend on the chart area.
- setPosition(PositionPoint) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets the location of the legend on the chart area.
- setPosition(Position) - Method in class org.pepstock.charba.client.labels.Label
-
+ Sets the position to draw label.
- setPosition(Position) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
+ Sets the position to draw label.
- setPosition(PositionCallback) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the position callback.
- setPosition(Position) - Method in class org.pepstock.charba.client.treemap.Labels
-
Sets the text vertical alignment used when drawing the label.
- setPositionAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- setPositionAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the position of label on line by the percentage (value between 0 and 1) of the line dimension.
- setPrecision(int) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- setPrecision(int) - Method in class org.pepstock.charba.client.impl.charts.ValueLabel
-
Sets the decimal places to apply to render the value.
- setPrecision(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the precision for percentage.
- setPrecision(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the precision for percentage.
- setPrecision(int) - Method in class org.pepstock.charba.client.options.Ticks
-
If defined and stepSize is not specified, the step size will be rounded to this many decimal places.
- setPrecision(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the precision callback instance.
- setPrecision(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the precision callback instance.
- setPrecision(PrecisionCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the precision callback instance.
- setPrecision(PrecisionCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the precision callback instance.
- setPressure(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the normalized pressure of the pointer input in the range of 0 to 1, where 0 and 1 represent the minimum and maximum pressure the hardware is capable of detecting, respectively.
- setPrimary(boolean) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets
trueif the pointer represents the primary pointer of this pointer type. - setPriority(Priority) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the map for assigning a priority to the sankey elements.
- setProgressBarHeight(int) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets the height (in pixels) of the toast progress bar.
- setProgressBarHeight(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the height (in pixels) of the toast progress bar.
- setProgressBarType(IsProgressBarType) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets the type of the toast progress bar.
- setProgressBarType(IsProgressBarType) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the type of the toast progress bar.
- setProgressCallback(ProgressCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called while the user is zooming or panning.
- setProjection(Projection) - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Sets a map projection which is a way to flatten a globe's surface into a plane in order to make a map.
- setProjection(Projection) - Method in class org.pepstock.charba.client.geo.ProjectionAxisMapper
-
Sets a map projection which is a way to flatten a globe's surface into a plane in order to make a map.
- setProjectionOffset(double, double) - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Sets a map projection offset value.
- setProjectionOffset(double, double) - Method in class org.pepstock.charba.client.geo.ProjectionAxisMapper
-
Sets a map projection offset value.
- setProjectionScale(double) - Method in class org.pepstock.charba.client.geo.ProjectionAxis
-
Sets how much the map will be scaled.
- setProjectionScale(double) - Method in class org.pepstock.charba.client.geo.ProjectionAxisMapper
-
Sets how much the map will be scaled.
- setPropagate(boolean) - Method in class org.pepstock.charba.client.configuration.Filler
-
Sets
trueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - setPropagate(boolean) - Method in class org.pepstock.charba.client.options.Filler
-
Sets
trueif the fill area will be recursively extended to the visible target defined by the fill value of hidden data set targets. - setProperties(String...) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the properties to be defined in the animation collection.
- setProperties(List<Key>) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the properties to be defined in the animation collection.
- setProperties(Key...) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the properties to be defined in the animation collection.
- setQuantize(int) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Sets the amount of pieces to allow to split the color scale in N quantized equal bins.
- setQuantize(int) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Sets the amount of pieces to allow to split the color scale in N quantized equal bins.
- setQuantize(QuantizeCallback) - Method in class org.pepstock.charba.client.geo.ColorAxisMapper
-
Sets the callback to get the amount of pieces to allow to split the color scale in N quantized equal bins.
- setQuantize(QuantizeCallback) - Method in interface org.pepstock.charba.client.geo.IsColorAxis
-
Sets the callback to get the amount of pieces to allow to split the color scale in N quantized equal bins.
- setR(double) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets the bubble radius in pixels (not scaled).
It is not scaled by the chart, it is the raw radius in pixels of the bubble that is drawn on the canvas. - setRadius(double) - Method in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
-
Sets the radius of the annotation shape.
If set to 0, the annotation is not rendered. - setRadius(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the radius of element in pixel.
- setRadius(double) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the radius of the annotation shape.
If set to 0, the annotation is not rendered. - setRadius(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the outer radius of the chart.
AsDouble, it is considered to be pixels. - setRadius(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setRadius(double) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the radius of the tile for point style legend.
- setRadius(double) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setRadius(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the outer radius of the chart.
AsDouble, it is considered to be pixels. - setRadius(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setRadius(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius of the point shape.
If set to 0, the point is not rendered. - setRadius(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
-
Sets the callback to set the radius.
- setRadius(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius callback.
- setRadius(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius callback.
- setRadius(RadiusCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation
-
Sets the callback to set the radius.
- setRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the radius callback.
- setRadius(RadiusCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the radius callback.
- setRadiusPercentage(String) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the outer radius of the chart.
AsStringand ending with '%', percentage of the maximum radius. - setRadiusPercentage(String) - Method in class org.pepstock.charba.client.options.Options
-
Sets the outer radius of the chart.
AsStringand ending with '%', percentage of the maximum radius. - setRadiusX(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the radius of the ellipse which most closely circumscribes the touching area (e.g.
- setRadiusY(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the radius of the ellipse which most closely circumscribes the touching area (e.g.
- setRange(int, int) - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Sets the radius range in pixel, the minimal data value will be mapped to the first entry, the maximal one to the second and a linear interpolation for all values in between.
- setRange(int, int) - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Sets the radius range in pixel, the minimal data value will be mapped to the first entry, the maximal one to the second and a linear interpolation for all values in between.
- setRange(RangeCallback) - Method in interface org.pepstock.charba.client.geo.IsSizeAxis
-
Sets the radius range callback, the minimal data value will be mapped to the first entry, the maximal one to the second and a linear interpolation for all values in between.
- setRange(RangeCallback) - Method in class org.pepstock.charba.client.geo.SizeAxisMapper
-
Sets the radius range callback, the minimal data value will be mapped to the first entry, the maximal one to the second and a linear interpolation for all values in between.
- setRegion(Region) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the region to use for locale.
- setRejectedCallback(RejectedCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is rejected.
- setRelatedTarget(BaseEventTarget) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets an
BaseHtmlElement, defaulting to null that is the element just left (in case of aMouseEventType.MOUSE_ENTERorMouseEventType.MOUSE_OVER) or is entering (in case of aMouseEventType.MOUSE_OUTorMouseEventType.MOUSE_LEAVE). - setRender(NativeCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the render callback.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the selection cleaner render.
- setRender(Render) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the selection cleaner render.
- setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the render callback.
- setRender(RenderCallback) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the render callback.
- setRender(Render) - Method in class org.pepstock.charba.client.labels.Label
-
Sets what data must be showed.
- setRender(Render) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets what data must be showed.
- setRepeat(boolean) - Method in class org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Sets a boolean value that is true if the given key is being held down such that it is automatically repeating.
- setResetHook(ResetHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'reset' plugin.
Called during chart reset. - setResetHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'reset' plugin.
Called during chart reset. - setResizeDelay(int) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - setResizeDelay(int) - Method in class org.pepstock.charba.client.options.Options
-
Sets the delay the resize update by give amount of milliseconds.
This can ease the resize process by debouncing update of the elements. - setResizeHook(ResizeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'resize' plugin.
Called after the chart as been resized. - setResizeHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'resize' plugin.
Called after the chart as been resized. - setResources(ChartEnvelop<T>) - Static method in class org.pepstock.charba.client.resources.ResourcesType
-
Sets the resources type to use to inject java script code.
If the resources type was already set or if isnullan exception will be throw.
This is deprecated, useCharba. - setResponsive(boolean) - Method in class org.pepstock.charba.client.configuration.ConfigurationOptions
-
Sets the resizing of the chart canvas when its container does.
- setResponsive(boolean) - Method in class org.pepstock.charba.client.options.Options
-
Sets the resizing of the chart canvas when its container does.
- setReverse(boolean) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the reversed order of tick labels.
- setReverse(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the legend will show datasets in reverse order.
- setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
If set to
true, the order of the colors in the selected scheme is reversed. - setReverse(boolean) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
If set to
true, the order of the colors in the selected scheme is reversed. - setReverse(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the reversed order of tick labels.
- setReverse(boolean) - Method in class org.pepstock.charba.client.options.Legend
-
Sets the legend will show datasets in reverse order.
- setReverse(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets the reversed order of tick labels.
- setReverse(ReverseCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets the reversed order of tick labels.
- setRight(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip right.
- setRight(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the right coordinate.
- setRight(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip right.
- setRight(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Sets the right.
- setRight(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.geo.Margin
-
Sets the margin right of legend.
- setRight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the right location in pixel
- setRight(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
- setRight(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding right in pixel.
- setRight(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding right in pixel.
- setRight(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'right' property in the element.
- setRotation(double) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the rotation of annotation in degrees.
- setRotation(double) - Method in interface org.pepstock.charba.client.annotation.HasRotation
-
Sets the rotation.
- setRotation(double) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the rotation of label in degrees.
- setRotation(double) - Method in class org.pepstock.charba.client.annotation.RotationHandler
-
Sets the rotation in degrees.
- setRotation(double) - Method in class org.pepstock.charba.client.configuration.AbstractPieOptions
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the point rotation (in degrees).
- setRotation(double) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- setRotation(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the clockwise rotation angle (in degrees) of the label, the rotation center point being the label center.
- setRotation(double) - Method in class org.pepstock.charba.client.impl.charts.MeterOptions
- setRotation(double) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the rotation of the point in degrees (only used if usePointStyle is true).
- setRotation(double) - Method in class org.pepstock.charba.client.items.PointElementOptions
-
Sets the point rotation (in degrees).
- setRotation(double) - Method in class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Sets the rotation of label in degrees.
- setRotation(double) - Method in class org.pepstock.charba.client.options.Options
-
Sets the starting angle to draw arcs from.
- setRotation(double) - Method in class org.pepstock.charba.client.options.Point
-
Sets the point rotation (in degrees).
- setRotation(double...) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation of the point in degrees.
- setRotation(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasRotation
-
Sets the callback to set the rotation.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the rotation of label in degrees.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.annotation.RotationHandler
-
Sets the callback to set the rotation in degrees.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the rotation callback.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation callback.
- setRotation(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the rotation callback.
- setRotation(RotationCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasRotation
-
Sets the callback to set the rotation.
- setRotation(RotationCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LineLabel
-
Sets the callback to set the rotation of label in degrees.
- setRotation(RotationCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.RotationHandler
-
Sets the callback to set the rotation in degrees.
- setRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.configuration.Point
-
Sets the rotation callback.
- setRotation(RotationCallback<DatasetContext>) - Method in class org.pepstock.charba.client.data.BubbleDataset
-
Sets the rotation callback.
- setRotation(RotationCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the rotation callback.
- setRotation(RotationCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the rotation callback.
- setRotationAngle(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the angle (in degrees) that the ellipse described by radiusX and radiusY must be rotated, clockwise, to most accurately cover the area of contact between the user and the surface.
The value must be greater than or equal to 0 and less than 90. - setRound(boolean) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(boolean) - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, dates will be rounded to the start of this unit.
- setRound(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
If defined, dates will be rounded to the start of this unit.
- setRowSpan(int) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the value indicating the number of rows this cell must span; this lets a cell occupy space across multiple rows of the table.
- setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets
truefor rendering the legends from right to left. - setRtl(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets
truefor rendering the tooltips from right to left. - setRtl(boolean) - Method in interface org.pepstock.charba.client.options.HasTextDirection
-
Sets
truefor rendering the tooltips from right to left. - setRtl(boolean) - Method in class org.pepstock.charba.client.options.TextDirectionHandler
-
Sets
truefor rendering the tooltips from right to left. - setRtl(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets
truefor rendering the rectangles from right to left. - setRtl(boolean) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Sets
truefor rendering the rectangles from right to left. - setSamples(double) - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the
DecimationAlgorithm.LTTBalgorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - setSamples(double) - Method in class org.pepstock.charba.client.options.Decimation
-
If the
DecimationAlgorithm.LTTBalgorithm is used, this is the number of samples in the output data set.
Defaults to the canvas width to pick 1 sample per pixel. - setSamples(List<Double>) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Sets samples, using the passed Y values.
X values are creating starting from 0 with increment of 1. - setSamples(List<Double>, double) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Sets samples, using the passed Y values.
X values are creating starting from passed argument with increment of 1. - setSamples(List<Double>, double, double) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Sets samples, using the passed Y values.
X values are creating starting from passed argument with increment of passed argument. - setSamples(List<Double>, double, double) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- setSamples(List<Double>, List<Double>) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Creates a simple linear regression, using the passed X and Y values.
- setSamples(List<Double>, List<Double>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
- setSamples(HasDataPoints) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed dataset,
DataPointbased, data as source. - setSamples(HasTimeSeriesItems) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed time series dataset,
TimeSeriesItembased, data as source. - setSamplesByDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Creates a simple linear regression, using the passed
DataPoints. - setSamplesByDataPoints(List<DataPoint>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed
DataPoints. - setSamplesByDates(List<Date>, List<Double>) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Creates a simple linear regression, using the passed X and Y values.
- setSamplesByDates(List<Date>, List<Double>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed X and Y values.
- setSamplesByTimeSeriesItems(List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Creates a simple linear regression, using the passed
TimeSeriesItems. - setSamplesByTimeSeriesItems(List<TimeSeriesItem>) - Method in class org.pepstock.charba.client.ml.RegressionDatasetBuilder
-
Sets the samples by the passed
TimeSeriesItems. - setSamplesInternally(List<Double>, List<Double>) - Method in class org.pepstock.charba.client.ml.AbstractBuilder
-
Creates a simple linear regression, using the passed X and Y values.
- setSampleSize(int) - Method in class org.pepstock.charba.client.configuration.CartesianTick
-
Sets the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length. - setSampleSize(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the number of ticks to examine when deciding how many labels will fit.
Setting a smaller value will be faster, but may be less accurate when there is large variability in label length. - setScaleID(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the ID of the scale to bind onto.
- setScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the ID of the scale to bind onto.
- setScaleMode(NativeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element directions callback, to enable panning over a scale for that axis (regardless of mode).
- setScaleMode(ModeCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the element directions callback, to enable panning over a scale for that axis (regardless of mode).
- setScaleMode(Mode) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Enables panning over a scale for that axis (regardless of mode).
- setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Sets the color scheme.
- setScheme(ColorScheme) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Sets the color scheme.
- setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptions
-
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- setSchemeScope(SchemeScope) - Method in class org.pepstock.charba.client.impl.plugins.ColorSchemesOptionsBuilder
-
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.
- setScreenX(double) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets the X coordinate of the mouse pointer in global (screen) coordinates.
- setScreenX(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Setss the horizontal position of the touch on the user's screen.
- setScreenY(double) - Method in class org.pepstock.charba.client.dom.events.MouseEventInit
-
Sets the Y coordinate of the mouse pointer in global (screen) coordinates.
- setScreenY(double) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the vertical position of the touch on the user's screen.
- setScript(Script) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the script code of the locale.
- setSecond(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Second.
- setSeconds(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setSelection(double, double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Selects an area, invoked programmatically.
- setSelection(IsChart, double, double) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Selects an area, invoked programmatically.
Values on axis are retrieved as number (CartesianLinearAxisorCartesianLogarithmicAxis). - setSelection(IsChart, String, String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Selects an area, invoked programmatically.
Values on axis are retrieved as string (CartesianCategoryAxis). - setSelection(IsChart, Date, Date) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelector
-
Selects an area, invoked programmatically.
Values on axis are retrieved as date (CartesianTimeAxisorCartesianTimeSeriesAxis). - setShadowBlur(double) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the amount of blur applied to shadows.
- setShadowBlur(double) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the amount of blur applied to shadows.
- setShadowBlur(double) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the amount of blur applied to shadows.
- setShadowBlur(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the amount of blur applied to shadows.
- setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow intensity.
- setShadowBlur(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow intensity.
- setShadowBlur(ShadowBlurCallback) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the callback to set the amount of blur applied to shadows.
- setShadowBlur(ShadowBlurCallback) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the callback to set the amount of blur applied to shadows.
- setShadowBlur(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the callback to set the amount of blur applied to shadows.
- setShadowBlur(NativeCallback) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the callback to set the amount of blur applied to shadows.
- setShadowColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the color of shadows.
The shadow's rendered opacity will be affected by the opacity of the fillStyle color when filling, and of the strokeStyle color when stroking. - setShadowColor(String) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow color as string.
- setShadowColor(String) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow color as string.
- setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow color as color.
- setShadowColor(IsColor) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow color as color.
- setShadowOffsetX(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the distance that shadows will be offset horizontally.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the distance that shadows will be offset horizontally.
- setShadowOffsetX(int) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the distance that shadows will be offset horizontally.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the distance that shadows will be offset horizontally.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow X offset.
- setShadowOffsetX(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow X offset.
- setShadowOffsetX(ShadowOffsetCallback) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the callback to set the distance that shadows will be offset horizontally.
- setShadowOffsetX(ShadowOffsetCallback) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the callback to set the distance that shadows will be offset horizontally.
- setShadowOffsetX(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the callback to set the distance that shadows will be offset horizontally.
- setShadowOffsetX(NativeCallback) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the callback to set the distance that shadows will be offset horizontally.
- setShadowOffsetY(double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the distance that shadows will be offset vertically.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the distance that shadows will be offset vertically.
- setShadowOffsetY(int) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the distance that shadows will be offset vertically.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the distance that shadows will be offset vertically.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the text shadow Y offset.
- setShadowOffsetY(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the text shadow Y offset.
- setShadowOffsetY(ShadowOffsetCallback) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the callback to set the distance that shadows will be offset vertically.
- setShadowOffsetY(ShadowOffsetCallback) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the callback to set the distance that shadows will be offset vertically.
- setShadowOffsetY(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasShadowOptions
-
Sets the callback to set the distance that shadows will be offset vertically.
- setShadowOffsetY(NativeCallback) - Method in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Sets the callback to set the distance that shadows will be offset vertically.
- setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape of the tile.
- setShape(IsShape) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape of the tile.
- setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape color of tile.
- setShapeColor(String) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape color of tile.
- setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the shape color of tile.
- setShapeColor(IsColor) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the shape color of tile.
- setShiftKey(boolean) - Method in interface org.pepstock.charba.client.dom.events.IsModifiersHandler
-
Sets true if the shift key was down when the mouse event was fired.
- setShiftKey(boolean) - Method in class org.pepstock.charba.client.dom.events.ModifiersHandler
-
Sets true if the shift key was down when the mouse event was fired.
- setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
- setShowActualPercentages(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if shows the real calculated percentages from the values and don't apply the additional logic to fit the percentages to 100 in total.
- setShowGraticule(boolean) - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Sets
trueto render a graticule in the background. - setShowGraticule(boolean) - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Sets
trueto render the lines in the background. - setShowGraticule(Graticule) - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Sets the graticule object to render the lines in the background.
- setShowGraticule(Graticule) - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Sets the graticule object to render the lines in the background.
- setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.configuration.Tick
-
If true, draw a background behind the tick labels.
- setShowLabelBackdrop(boolean) - Method in class org.pepstock.charba.client.options.Ticks
-
If
true, draw a background behind the tick labels. - setShowLabelBackdrop(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the show label backdrop callback instance.
- setShowLabelBackdrop(ShowLabelBackdropCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the show label backdrop callback instance.
- setShowLine(boolean) - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
If
false, the lines between points are not drawn. - setShowLine(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is not drawn for this dataset.
- setShowLine(boolean) - Method in class org.pepstock.charba.client.options.Options
-
If
false, the lines between points are not drawn. - setShowLine(boolean) - Method in class org.pepstock.charba.client.options.TypedDataset
-
Sets if the line is not drawn for this data set.
- setShowOutline(boolean) - Method in class org.pepstock.charba.client.geo.CommonOptionsHandler
-
Sets
trueto render the outline in the background. - setShowOutline(boolean) - Method in interface org.pepstock.charba.client.geo.HasCommonOptions
-
Sets
trueto render the outline in the background. - setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets whether or not labels of value 0 are displayed.
- setShowZero(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets whether or not labels of value 0 are displayed.
- setSide(int) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the width of the starter line of callout pointer.
- setSide(int) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the width of the starter line of callout pointer.
- setSide(SideCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the width of the starter line of callout pointer.
- setSide(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the width of the starter line of callout pointer.
- setSides(int) - Method in class org.pepstock.charba.client.annotation.elements.OptionsElement
-
Sets the sides of the polygon shape.
- setSides(int) - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Sets the sides of the polygon shape.
- setSides(SidesCallback) - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Sets the callback to set the border sides.
- setSides(NativeCallback) - Method in class org.pepstock.charba.client.annotation.PolygonAnnotation
-
Sets the callback to set the border sides.
- setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets when to display the sign for the number.
- setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets when to display the sign for the number.
- setSignDisplay(SignDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets when to display the sign for the number.
- setSignDisplay(SignDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets when to display the sign for the number.
- setSingleBorderSkipped(BorderSkipped) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the edge to skip drawing the border for.
- setSingleStacked(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets if you might want to stack positive and negative values together.
- setSingleStacked(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets if you might want to stack positive and negative values together.
- setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
Sets the size of the tile, minimum size is the default size.
- setSize(int) - Method in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
Sets the size of the tile, minimum size is the default size.
- setSize(int) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font size.
- setSize(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the font size.
- setSize(int) - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Sets the size of the tile for point style legend.
- setSize(int) - Method in class org.pepstock.charba.client.options.AbstractFont
- setSize(int) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setSize(int) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font size.
- setSize(int) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font size.
- setSize(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'size' property in the element.
- setSize(NativeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the size callback.
- setSize(SizeCallback) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets the size callback.
- setSize(Size) - Method in class org.pepstock.charba.client.sankey.SankeyDataset
-
Sets
Size.MINif flow overlap is preferred. - setSkipNull(boolean) - Method in class org.pepstock.charba.client.configuration.BarOptions
-
If
true, null or undefined values will not be drawn. - setSkipNull(boolean) - Method in class org.pepstock.charba.client.options.Options
-
If
true, null or undefined values will not be drawn. - setSource(Object) - Method in class org.pepstock.charba.client.events.Event
-
Set the source that triggered this event.
It should be always a chart instance. - setSource(TickSource) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the property controls the ticks generation.
- setSource(TickSource) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the property controls the ticks generation.
- setSpacing(double) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the fixed spacing among rectangles.
- setSpacing(double) - Method in class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Sets the fixed spacing among rectangles.
- setSpacing(int) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - setSpacing(int) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the spacing between label and image for selection cleaner element.
- setSpacing(int) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the spacing between label and image for selection cleaner element.
- setSpacing(int) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - setSpacing(int) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the fixed arc offset (in pixels).
Similar tooffsetbut applies to all arcs. - setSpanGaps(boolean) - Method in interface org.pepstock.charba.client.configuration.HasLineOptions
-
If false,
Double.NaNdata causes a break in the line. - setSpanGaps(boolean) - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Sets if lines will be drawn between points with no or null data.
Iffalse, points withDouble.NaNdata will create a break in the line. - setSpanGaps(boolean) - Method in class org.pepstock.charba.client.options.SpanGapHandler
-
Sets if lines will be drawn between points with no or null data.
Iffalse, points withDouble.NaNdata will create a break in the line. - setSpanGaps(double) - Method in interface org.pepstock.charba.client.options.HasSpanGaps
-
Sets the value of the data if lines will be drawn between points with no or null data.
- setSpanGaps(double) - Method in class org.pepstock.charba.client.options.SpanGapHandler
-
Sets the value of the data if lines will be drawn between points with no or null data.
- setSpeed(double) - Method in class org.pepstock.charba.client.zoom.Wheel
-
Sets the speed of element via mouse wheel (percentage of element on a wheel event).
Must be a value from 0 and 1. - setSrc(String) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the full URL of the image including base URI.
- setSrc(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the URL of an external script.
- setStack(String) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the stack group.
Axes at the same position with same stack are stacked. - setStack(String) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the stack group.
Axes at the same position with same stack are stacked. - setStack(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the stack group.
- setStack(StackCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the stack group.
- setStacked(boolean) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets if the axis are stacked or not.
- setStacked(boolean) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets if the axis are stacked or not.
- setStacked(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets if the axis are stacked or not.
- setStacked(StackedCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets if the axis are stacked or not.
- setStackGroup(String) - Method in class org.pepstock.charba.client.data.BarStackHandler
-
Sets the name of stack group.
- setStackGroup(String) - Method in interface org.pepstock.charba.client.data.HasBarStackGroup
-
Sets the name of stack group.
- setStackWeight(double) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - setStackWeight(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the weight of the scale in stack group.
Used to determine the amount of allocated space for the scale within the group. - setStackWeight(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the weight of the scale in stack group.
- setStackWeight(ScaleWeightCallback) - Method in class org.pepstock.charba.client.configuration.CartesianAxis
-
Sets the user callback that sets the weight of the scale in stack group.
- setStart(int) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the separator dimension in pixels to use as starting point for callout pointer.
- setStart(int) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the separator dimension in pixels to use as starting point for callout pointer.
- setStart(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the start value of the axis
- setStart(StartCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the separator dimension to use as starting point for callout pointer.
- setStart(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the callback to set the separator dimension to use as starting point for callout pointer.
- setStartAngle(double) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets the starting angle to draw arcs for the first item in a data set.
- setStartAngle(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the starting angle to draw arcs for the first item in a data set.
- setStartAngle(NativeCallback) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets the user callback that sets the starting angle to draw arcs for the first item in a data set.
- setStartAngle(StartAngleCallback) - Method in class org.pepstock.charba.client.configuration.RadialAxis
-
Sets the user callback that sets the starting angle to draw arcs for the first item in a data set.
- setStartAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.Callout
-
Sets the percentage of the separator dimension to use as starting point for callout pointer.
- setStartAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.CalloutElement
-
Sets the percentage of the separator dimension to use as starting point for callout pointer.
- setStartCallback(StartCallback) - Method in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
-
Sets the callback called once zooming or panning is started.
- setStartHook(StartHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'start' plugin.
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - setStartHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'start' plugin.
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - setStartValue(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
-
Sets the start value retrieved from scale
- setStatus(SelectionStatus) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Sets the status of selection.
- setStatus(Status) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Sets the
Statusof the toast. - setStepMajor(double, double) - Method in class org.pepstock.charba.client.geo.Graticule
-
Sets the graticule lines distances in degrees.
- setStepMinor(double, double) - Method in class org.pepstock.charba.client.geo.Graticule
-
Sets the graticule lines distances in degrees.
- setStepped(boolean) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(boolean) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(boolean) - Method in class org.pepstock.charba.client.options.Line
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the stepped callback.
- setStepped(NativeCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the stepped callback.
- setStepped(SteppedCallback) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets the stepped callback.
- setStepped(SteppedCallback) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the stepped callback.
- setStepped(Stepped) - Method in class org.pepstock.charba.client.configuration.Line
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(Stepped) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepped(Stepped) - Method in class org.pepstock.charba.client.options.Line
-
Sets if the line is shown as a stepped line.
If the stepped value is set to anything other than false, tension will be ignored. - setStepSize(double) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the user defined fixed step size for the scale.
- setStepSize(double) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the user defined fixed step size for the scale.
- setStepSize(double) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the user defined fixed step size for the scale.
- setStepSize(NativeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the stepSize callback instance.
- setStepSize(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the stepSize callback instance.
- setStepSize(NativeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the stepSize callback instance.
- setStepSize(StepSizeCallback) - Method in class org.pepstock.charba.client.configuration.CartesianTimeTick
-
Sets the stepSize callback instance.
- setStepSize(StepSizeCallback) - Method in interface org.pepstock.charba.client.configuration.IsLinearTick
-
Sets the stepSize callback instance.
- setStepSize(StepSizeCallback) - Method in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
-
Sets the stepSize callback instance.
- setStopHook(StopHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'stop' plugin.
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - setStopHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'stop' plugin.
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - setString(NativeObject, String, String) - Static method in class org.pepstock.charba.client.commons.Reflect
-
Allows you to set a property on an object.
- setStrokeColor(String) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke color is used for the lines around shapes.
- setStrokeColor(IsColor) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke color is used for the lines around shapes.
- setStrokeGradient(CanvasGradientItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke gradient is used for the lines around shapes.
- setStrokePattern(CanvasPatternItem) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the stroke pattern is used for the lines around shapes.
- setStrokeStyle(String) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as color.
- setStrokeStyle(IsColor) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as color.
- setStrokeStyle(CanvasGradientItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as canvas gradient.
- setStrokeStyle(CanvasPatternItem) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as canvas pattern.
- setStrokeStyle(IsChart, Gradient) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as gradient.
- setStrokeStyle(IsChart, Pattern) - Method in class org.pepstock.charba.client.items.LegendLabelItem
-
Sets the stroke style of the legend box as pattern.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.AbstractFont
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setStyle(FontStyle) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(FontStyle) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font style, follows CSS font-style options (i.e.
- setStyle(Style) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the formatting style to use.
- setStyle(Style) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the formatting style to use.
- setStyle(Style) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the formatting style to use.
- setStyle(Style) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the formatting style to use.
- setSubtree(boolean) - Method in interface org.pepstock.charba.client.dom.MutationObserverInit
-
Set to true to extend monitoring to the entire subtree of nodes rooted at target.
The default value is false. - setSuggestedMax(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMax(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the adjustment used when calculating the maximum data value.
- setSuggestedMax(MinMaxCallback<T>) - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Sets the callback to set the adjustment used when calculating the maximum data value.
- setSuggestedMax(MinMaxCallback<T>) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Sets the callback to set the adjustment used when calculating the maximum data value.
- setSuggestedMax(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Sets the callback to set the adjustment used when calculating the maximum data value.
- setSuggestedMax(NativeCallback) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Sets the callback to set the adjustment used when calculating the maximum data value.
- setSuggestedMin(double) - Method in interface org.pepstock.charba.client.configuration.IsNumericAxis
-
Sets the adjustment used when calculating the minimum data value.
- setSuggestedMin(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
Sets the adjustment used when calculating the minimum data value.
- setSuggestedMin(MinMaxCallback<T>) - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Sets the callback to set the adjustment used when calculating the minimum data value.
- setSuggestedMin(MinMaxCallback<T>) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Sets the callback to set the adjustment used when calculating the minimum data value.
- setSuggestedMin(NativeCallback) - Method in interface org.pepstock.charba.client.configuration.HasMinMaxCallbacksHandler
-
Sets the callback to set the adjustment used when calculating the minimum data value.
- setSuggestedMin(NativeCallback) - Method in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
-
Sets the callback to set the adjustment used when calculating the minimum data value.
- setSumKeys(String...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets multiple keys to add additional sums, on top of the `key` one, for scriptable options use.
It's needed ONLY when tree data is set by a list of objects. - setSumKeys(Set<Key>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets multiple keys to add additional sums, on top of the `key` one, for scriptable options use.
It's needed ONLY when tree data is set by a list of objects. - setSumKeys(Key...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets multiple keys to add additional sums, on top of the `key` one, for scriptable options use.
It's needed ONLY when tree data is set by a list of objects. - setTabIndex(int) - Method in class org.pepstock.charba.client.dom.BaseHtmlElement
-
Sets a number representing the position of the element in the tabbing order.
- setTarget(BaseHtmlElement) - Method in class org.pepstock.charba.client.dom.events.TouchInit
-
Sets the element on which the touch point started when it was first placed on the surface, even if the touch point has since moved outside the interactive area of that element or even been removed from the document.
- setTargetTouches(List<Touch>) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets a list of objects for every point of contact that is touching the surface and started on the element that is the target of the current event
- setTargetTouches(Touch...) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets an array of objects for every point of contact that is touching the surface and started on the element that is the target of the current event.
- setTension(double) - Method in class org.pepstock.charba.client.configuration.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- setTension(double) - Method in class org.pepstock.charba.client.data.LiningDataset
-
Sets curve tension of the line.
- setTension(double) - Method in class org.pepstock.charba.client.options.Line
-
Returns the Bézier curve tension (0 for no Bézier curves).
- setText(String) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the title text to display.
- setText(String) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets the text that will be displayed.
- setText(String) - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Sets the label that will be displayed.
- setText(String...) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the title text to display.
- setText(String...) - Method in class org.pepstock.charba.client.configuration.CartesianScaleTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines. - setText(String...) - Method in class org.pepstock.charba.client.options.AbstractTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines. - setText(String...) - Method in interface org.pepstock.charba.client.options.IsTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines. - setText(String...) - Method in class org.pepstock.charba.client.options.ScaleTitle
-
Sets the title text to display.
If specified as an array, text is rendered on multiple lines. - setText(NativeCallback) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the text callback.
- setText(TextCallback<ChartContext>) - Method in class org.pepstock.charba.client.configuration.AbstractTitle
-
Sets the text callback.
- setText(SafeHtml) - Method in class org.pepstock.charba.client.configuration.LegendTitle
-
Sets the text that will be displayed, as HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - setText(SafeHtml) - Method in interface org.pepstock.charba.client.items.HasLegendText
-
Sets the label that will be displayed, as HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - setText(SafeHtml) - Method in class org.pepstock.charba.client.items.LegendTextHandler
-
Sets the label that will be displayed, as HTML.
This field is used ONLY byHtmlLegendplugin and not by CHART.js. - setTextAlign(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textAlign' property in the element.
- setTextAlign(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the horizontal alignment of the label text when multiple lines.
- setTextAlign(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the horizontal alignment of the label text when multiple lines.
- setTextAlign(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text align callback.
- setTextAlign(TextAlignCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the callback to set the horizontal alignment of the label text when multiple lines.
- setTextAlign(TextAlignCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the callback to set the horizontal alignment of the label text when multiple lines.
- setTextAlign(TextAlignCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text align callback.
- setTextAlign(TextAlignCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text align callback.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the horizontal alignment of the label text when multiple lines.
- setTextAlign(TextAlign) - Method in interface org.pepstock.charba.client.annotation.HasLabel
-
Sets the horizontal alignment of the label text when multiple lines.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.annotation.LabelHandler
-
Sets the horizontal alignment of the label text when multiple lines.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets the horizontal alignment of the label text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text alignment being used when drawing the label text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text alignment being used when drawing the label text when multiple lines.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text alignment used when drawing text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets the horizontal alignment of the label text.
- setTextAlign(TextAlign) - Method in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
-
Sets the text alignment in the canvas.
- setTextBaseline(TextBaseline) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Sets the current text baseline used when drawing text.
- setTextContent(String) - Method in class org.pepstock.charba.client.dom.BaseNode
-
Sets the textual content of an element and all its descendants.
- setTextDecoration(TextDecoration) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textDecoration' property in the element.
- setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Legend
-
Sets the text direction of the legend that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
- setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the text direction of the tooltip that will force the text direction on the canvas for rendering the tooltip, regardless of the CSS specified on the canvas.
- setTextDirection(TextDirection) - Method in interface org.pepstock.charba.client.options.HasTextDirection
-
Sets the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
- setTextDirection(TextDirection) - Method in class org.pepstock.charba.client.options.TextDirectionHandler
-
Sets the text direction of the tooltips that will force the text direction on the canvas for rendering the tooltips, regardless of the CSS specified on the canvas.
- setTextIndent(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textIndent' property in the element.
- setTextMargin(int) - Method in class org.pepstock.charba.client.labels.Label
-
Sets the margin of text when position is
Position.OUTSIDEorPosition.BORDER. - setTextMargin(int) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets the margin of text when position is
Position.OUTSIDEorPosition.BORDER. - setTextOverflow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textOverflow' property in the element.
- setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.Label
-
Sets if draws text shadows under labels.
- setTextShadow(boolean) - Method in class org.pepstock.charba.client.labels.LabelBuilder
-
Sets if draws text shadows under labels.
- setTextShadow(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'textShadow' property in the element.
- setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow blur.
- setTextShadowBlur(double) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur.
- setTextShadowBlur(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur callback.
- setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow blur callback.
- setTextShadowBlur(TextShadowBlurCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow blur callback.
- setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color color.
- setTextShadowColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color color.
- setTextShadowColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color callback.
- setTextShadowColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color callback.
- setTextShadowColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color callback.
- setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text shadow color color.
- setTextShadowColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text shadow color color.
- setTextStrokeColor(String) - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Sets the color of the text stroke of annotation.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Sets the color of the text stroke.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color.
- setTextStrokeColor(String) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke color.
- setTextStrokeColor(ColorCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Sets the callback to set the color of the text stroke of annotation.
- setTextStrokeColor(ColorCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Sets the callback to set the color of the text stroke.
- setTextStrokeColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke color callback.
- setTextStrokeColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color callback.
- setTextStrokeColor(ColorCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color callback.
- setTextStrokeColor(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Sets the callback to set the color of the text stroke of annotation.
- setTextStrokeColor(NativeCallback) - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Sets the callback to set the color of the text stroke.
- setTextStrokeColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke color callback.
- setTextStrokeColor(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color callback.
- setTextStrokeColor(IsColor) - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Sets the color of the text stroke of annotation.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke color.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke color.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke color.
- setTextStrokeColor(IsColor) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke color.
- setTextStrokeWidth(int) - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Sets the width of the text stroke in pixels.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Sets the width of the text stroke in pixels.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke width.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke width.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width.
- setTextStrokeWidth(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets the text stroke width.
- setTextStrokeWidth(NativeCallback) - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Sets the callback to set the color of the width of the text stroke in pixels.
- setTextStrokeWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Sets the callback to set the color of the width of the text stroke in pixels.
- setTextStrokeWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke width callback.
- setTextStrokeWidth(NativeCallback) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width callback.
- setTextStrokeWidth(WidthCallback<AnnotationContext>) - Method in interface org.pepstock.charba.client.annotation.HasTextStrokeOptions
-
Sets the callback to set the color of the width of the text stroke in pixels.
- setTextStrokeWidth(WidthCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Sets the callback to set the color of the width of the text stroke in pixels.
- setTextStrokeWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets the text stroke width callback.
- setTextStrokeWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.AbstractBuilder
-
Sets the text stroke width callback.
- setTextStrokeWidth(WidthCallback<DataLabelsContext>) - Method in class org.pepstock.charba.client.datalabels.LabelItem
-
Sets the text stroke width callback.
- setThreshold(double) - Method in class org.pepstock.charba.client.configuration.Decimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - setThreshold(double) - Method in class org.pepstock.charba.client.options.Decimation
-
If the number of samples in the current axis range is above this value, the decimation will be triggered.
Defaults to 4 times the canvas width.
The number of point after decimation can be higher than the threshold value. - setThreshold(double) - Method in class org.pepstock.charba.client.zoom.Drag
-
Sets the minimal zoom distance required before actually applying zoom.
- setThreshold(double) - Method in class org.pepstock.charba.client.zoom.Pan
-
Sets the minimal pan distance required before actually applying pan.
- setThresholds(Threshold...) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
-
Sets all thresholds to use for this gauge.
- setTickBorderDash(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the length and spacing of the tick mark line.
- setTickBorderDash(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the length and spacing of the tick mark line.
- setTickBorderDashOffset(double) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the offset for the line dash of the tick mark.
- setTickBorderDashOffset(double) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the offset for the line dash of the tick mark.
- setTickBorderDashOffset(BorderDashOffsetCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick border dash offset callback instance.
- setTickBorderDashOffset(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick border dash offset callback instance.
- setTickColor(String...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the color of the tick line.
- setTickColor(String...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the tick line.
- setTickColor(ColorCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick color callback instance.
- setTickColor(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick color callback instance.
- setTickColor(IsColor...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the color of the tick line.
- setTickColor(IsColor...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the color of the tick line.
- setTickLength(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the length in pixels that the grid will draw in the axis area.
- setTickLength(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the length in pixels that the grid will draw in the axis area.
- setTicks(String...) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets an array of ticks
- setTickWidth(int...) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the width of the tick marks in pixels.
- setTickWidth(int...) - Method in class org.pepstock.charba.client.options.Grid
-
Sets the width of the tick marks in pixels.
- setTickWidth(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick width callback instance.
- setTickWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets the tick width callback instance.
- setTiltX(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the plane angle (in degrees, in the range of -90 to 90) between the Y–Z plane and the plane containing both the pointer (e.g.
- setTiltY(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the plane angle (in degrees, in the range of -90 to 90) between the X–Z plane and the plane containing both the pointer (e.g.
- setTime(long) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setTime(Date) - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Sets the time of time series item.
- setTimeout(int) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets how long the toast notification should last.
- setTimeout(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets how long the toast notification should last.
- setTimeout(Window.AsyncCallback, int) - Static method in class org.pepstock.charba.client.utils.Window
-
Sets a timer which executes a function or specified piece of code once the timer expires.
- setTimeoutID(int) - Method in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
-
Sets the identifier of the timeout you want to cancel.
- setTimeSeriesData(List<TimeSeriesItem>) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of time series items.
- setTimeSeriesData(TimeSeriesItem...) - Method in interface org.pepstock.charba.client.data.HasTimeSeriesItems
-
Sets the data property of a dataset for a chart is specified as an array of time series items.
- setTimeStyle(DateTimeStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the time formatting style to use when calling
AbstractFormat.format(java.lang.Object). - setTimeZone(TimeZone) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the time zone to use.
- setTimeZoneName(TimeZoneName) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the time zone name.
- setTitle(String) - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Sets the title of the toast.
- setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title alignment.
- setTitleAlign(TextAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title alignment.
- setTitleCallback(TooltipTitleCallback) - Method in class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Sets the user title callback.
- setTitleColor(String) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font color.
- setTitleColor(String) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleColor(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of title.
- setTitleColor(IsColor) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the title font color.
- setTitleColor(IsColor) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the title font color.
- setTitleColor(IsColor) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font color of title.
- setTitleFontFamily(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font family, follows CSS font-family options of title.
- setTitleFontLineHeight(double) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of title.
- setTitleFontLineHeight(String) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the line height of title.
- setTitleFontSize(int) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font size of title.
- setTitleFontStyle(FontStyle) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font style, follows CSS font-style options (i.e.
- setTitleFontWeight(Weight) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the font weight, follows CSS font-style-weight options of title.
- setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the margin to add on bottom of title section.
- setTitleMarginBottom(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the margin to add on bottom of title section.
- setTitleSpacing(int) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the spacing to add to top and bottom of each title line.
- setTitleSpacing(int) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the spacing to add to top and bottom of each title line.
- setTo(boolean) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setTo(double) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as number.
- setTo(String) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as color string.
- setTo(String) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets to value as string.
- setTo(NativeCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation by a callback.
- setTo(ToCallback) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation by a callback.
- setTo(IsColor) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the end value for the animation as color.
- setTo(Key) - Method in class org.pepstock.charba.client.sankey.SankeyDataPoint
-
Sets to value as key.
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setTooltipActiveElements(List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(Chart, ArrayObject, NativeObject) - Method in class org.pepstock.charba.client.JsChartHelper
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(Chart, ArrayObject, NativeObject) - Static method in class org.pepstock.charba.client.NativeJsChartHelper
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, List<ActiveDatasetElement>) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setTooltipActiveElements(IsPoint, List<ActiveDatasetElement>) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, ArrayObject) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(IsPoint, ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setTooltipActiveElements(IsPoint, ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the active tooltip elements for the chart.
- setTooltipActiveElements(ActiveDatasetElement...) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- setTooltipActiveElements(ActiveDatasetElement...) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the active tooltip elements for the chart.
- setTooltipFormat(String) - Method in class org.pepstock.charba.client.configuration.Time
-
The LUXON format string to use for the tooltip.
- setTooltipFormat(String) - Method in class org.pepstock.charba.client.options.Time
-
The format string to use for the tooltip.
- setTop(boolean) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip top.
- setTop(double) - Method in class org.pepstock.charba.client.colors.Area
-
Sets the top coordinate.
- setTop(double) - Method in class org.pepstock.charba.client.data.Clip
-
Sets the clip top.
- setTop(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
-
Sets the top.
- setTop(int) - Method in class org.pepstock.charba.client.configuration.Padding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.data.BarBorderWidth
-
Sets the border width top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.geo.Margin
-
Sets the margin top of legend.
- setTop(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the top location in pixel
- setTop(int) - Method in class org.pepstock.charba.client.options.AbstractPadding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.options.AbstractScriptablePadding
- setTop(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding top in pixel.
- setTop(int) - Method in class org.pepstock.charba.client.options.Padding
-
Sets the padding top in pixel.
- setTop(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'top' property in the element.
- setTopLeft(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for top-left corner of the rectangle, in pixel.
- setTopLeft(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for top-left corner of the rectangle, in pixel.
- setTopRight(int) - Method in class org.pepstock.charba.client.data.BarBorderRadius
-
Sets the border radius for top-right corner of the rectangle, in pixel.
- setTopRight(int) - Method in class org.pepstock.charba.client.items.BorderRadiusItem
-
Sets the border radius for top-right corner of the rectangle, in pixel.
- setTouches(List<Touch>) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets an array of objects for every point of contact currently touching the surface.
- setTouches(Touch...) - Method in class org.pepstock.charba.client.dom.events.TouchEventInit
-
Sets an array of objects for every point of contact currently touching the surface.
- setTree(double...) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as an array of numbers.
- setTree(List<Double>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as a list of numbers.
- setTreeLeafKey(String) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the name of the key where the object key of leaf node of tree object is stored.
Used only when `tree` is an `object`, as hierarchical data. - setTreeLeafKey(Key) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the name of the key where the object key of leaf node of tree object is stored.
Used only when `tree` is an `object`, as hierarchical data. - setTreeNativeObject(NativeObject) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as an object.
- setTreeObject(T) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as an object.
- setTreeObjects(T[]) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as an array of objects.
- setTreeObjetcs(List<T>) - Method in class org.pepstock.charba.client.treemap.TreeMapDataset
-
Sets the tree data property of a data set for a chart is specified as a list of objects.
- setType(String) - Method in class org.pepstock.charba.client.dom.elements.Script
-
Sets the MIME type of the script.
- setType(String) - Method in class org.pepstock.charba.client.dom.elements.Style
-
Sets the type of style being applied by this statement.
- setType(AxisType) - Method in class org.pepstock.charba.client.options.Scale
-
Type of scale being employed.
- setType(AnimationType) - Method in class org.pepstock.charba.client.options.AnimationCollection
-
Sets the type of
fromproperty and determines the interpolator used. - setType(Type) - Method in class org.pepstock.charba.client.Configuration
-
Sets the type of chart.
- setType(IsToastType) - Method in class org.pepstock.charba.client.utils.toast.AbstractToastOptions
-
Sets the type of the toast.
- setType(IsToastType) - Method in class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
Sets the type of the toast.
- setUninstallHook(UninstallHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user hook for 'uninstall' plugin.
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - setUninstallHook(NativeHook) - Method in class org.pepstock.charba.client.plugins.SmartPlugin
-
Sets the user native hook for 'uninstall' plugin.
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - setUnit(boolean) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- setUnit(boolean) - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- setUnit(TimeUnit) - Method in class org.pepstock.charba.client.configuration.Time
-
If defined, will force the unit to be a certain type.
- setUnit(TimeUnit) - Method in class org.pepstock.charba.client.options.Time
-
If defined, will force the unit to be a certain type.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the unit formatting style to use in unit formatting.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit formatting style to use in unit formatting.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit formatting style to use in unit formatting.
- setUnitOfMeasureDisplay(MeasureUnitDisplay) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit formatting style to use in unit formatting.
- setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(List<MeasureUnit>) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(List<MeasureUnit>) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(MeasureUnit...) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUnitsOfMeasure(MeasureUnit...) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets the unit to use in unit formatting.
If more that 1 unit has been passed, a compound unit has been created. - setUpdateListener(NodeUpdateListener) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets an update listener instance to be invoked at every update.
- setUpdateListener(NodeUpdateListener) - Method in class org.pepstock.charba.client.options.AbstractFont
-
Sets an update listener instance to be invoked at every update.
- setupQueueConfiguration() - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Setup the queue configuration.
- setUseBorderRadius(boolean) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets if label border radius will match corresponding borderRadius.
- setUseBorderRadius(boolean) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets if label border radius will match corresponding borderRadius.
- setUseGrouping(boolean) - Method in class org.pepstock.charba.client.configuration.NumberFormatter
-
Sets
truewhether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - setUseGrouping(boolean) - Method in class org.pepstock.charba.client.intl.NumberFormatOptions
-
Sets
truewhether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - setUseGrouping(boolean) - Method in class org.pepstock.charba.client.options.AbstractNumberFormat
-
Sets
truewhether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - setUseGrouping(boolean) - Method in interface org.pepstock.charba.client.options.IsNumberFormat
-
Sets
truewhether to use grouping separators, such as thousands separators or thousand/lakh/crore separators. - setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.LegendLabels
-
Sets if label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.LegendLabels
-
Sets if label style will match corresponding point style (size is based on font size, boxWidth is not used in this case).
- setUsePointStyle(boolean) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets if to use the corresponding point style (from dataset options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
- setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets
trueif clear of selection label will be applied in the chart, otherwisefalse. - setUseSelectionStyle(boolean) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets
trueif clear of selection label will be applied in the chart, otherwisefalse. - setVAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the content of the cell must be vertically aligned.
- setVAlign(String) - Method in class org.pepstock.charba.client.dom.elements.TableRow
-
Sets the value indicating how the content of the cell must be vertically aligned.
- setValue(double) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- setValue(double) - Method in class org.pepstock.charba.client.data.TimeSeriesItem
-
Sets the value of time series item.
- setValue(double) - Method in class org.pepstock.charba.client.geo.GeoDataPoint
-
Sets the value for the coloring.
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.GaugeDataset
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.MeterContext
-
Sets the value of meter or gauge dataset.
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.MeterDataset
- setValue(double) - Method in class org.pepstock.charba.client.impl.charts.Threshold
-
Sets the value of threshold.
- setValue(double) - Method in class org.pepstock.charba.client.items.FillBaseline
-
Sets the baseline value to use for filling.
- setValue(double) - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Sets the value of matrix data point.
- setValue(int) - Method in class org.pepstock.charba.client.commons.NativeIntegerDescriptor
-
Sets the value associated with the property.
- setValue(String) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- setValue(Date) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the data value to draw the line at.
- setValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the left edge of the box, in units along the x axis.
- setValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.LineAnnotation
-
Sets the callback to set the left edge of the box, in units along the x axis.
- setValue(Key, boolean) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValue(Key, double) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValue(Key, int) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValue(Key, String) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValue(Key, Date) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValue(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (native callback function) in the embedded JavaScript object at specific property.
- setValue(Key, Chart) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValue(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValue(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValue(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValue(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValue(Key, Canvas) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (canvas) in the embedded JavaScript object at specific property.
- setValue(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValue(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValue(Key, Img) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValue(Key, NativeBaseEvent) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValue(Key, NativeHook) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (native hook function for plugin) in the embedded JavaScript object at specific property.
- setValue(Key, T) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, boolean) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, boolean) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (boolean) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, double) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, double) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (double) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, int) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, int) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (int) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, String) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, String) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (string) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Date) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Date) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (date) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (callback function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeCallback) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (callback function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Chart) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Chart) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (chart) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CallbackProxy.Proxy) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (callback proxy function) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValueAndAddToParent(Key, NativeArrayContainer<?>) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by array container.
- setValueAndAddToParent(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeObject) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValueAndAddToParent(Key, NativeObjectContainer) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (JavaScript Object) in the embedded JavaScript object at specific property by object container.
- setValueAndAddToParent(Key, Canvas) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (canvas) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Canvas) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (canvas) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (gradient) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (pattern) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Img) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, Img) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (image) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeBaseEvent) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeBaseEvent) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (event) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeHook) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (hook function for plugin) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, NativeHook) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (hook function for plugin) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValueAndAddToParent(Key, T) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (EnumValue) in the embedded JavaScript object at specific property.
- setValueOrArray(Key, double...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - setValueOrArray(Key, int...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - setValueOrArray(Key, String...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArray(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArray(Key, Key...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArray(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container. - setValueOrArray(Key, Canvas...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (array or canvas) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - setValueOrArray(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient. - setValueOrArray(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern. - setValueOrArray(Key, Img...) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - setValueOrArrayAndAddToParent(Key, double...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - setValueOrArrayAndAddToParent(Key, double...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or double) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a double. - setValueOrArrayAndAddToParent(Key, int...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - setValueOrArrayAndAddToParent(Key, int...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or integer) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a integer. - setValueOrArrayAndAddToParent(Key, String...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, String...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, IsColor...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string by colors) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, Key...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, Key...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or string by keys) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a string. - setValueOrArrayAndAddToParent(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container. - setValueOrArrayAndAddToParent(Key, NativeObjectContainer...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (array or native object container) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a native object container. - setValueOrArrayAndAddToParent(Key, Canvas...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (array or canvas) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a canvas. - setValueOrArrayAndAddToParent(Key, Canvas...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (array or canvas) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a canvas. - setValueOrArrayAndAddToParent(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient. - setValueOrArrayAndAddToParent(Key, CanvasGradientItem...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or gradient) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a gradient. - setValueOrArrayAndAddToParent(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern. - setValueOrArrayAndAddToParent(Key, CanvasPatternItem...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (Array or pattern) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a pattern. - setValueOrArrayAndAddToParent(Key, Img...) - Method in class org.pepstock.charba.client.commons.AbstractNode
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - setValueOrArrayAndAddToParent(Key, Img...) - Method in class org.pepstock.charba.client.commons.PropertyHandler
-
Sets a value (array or image) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image. - setValues(double, double) - Method in class org.pepstock.charba.client.data.FloatingData
-
Sets the start and end points of a bar.
- setValues(List<T>) - Method in class org.pepstock.charba.client.geo.GeoDatasetHandler
-
Sets the data property of a data set for a chart is specified as an array of GEO data point, specific for the chart type..
- setValues(List<T>) - Method in interface org.pepstock.charba.client.geo.IsGeoDataset
-
Sets the data property of a data set for a chart is specified as an array of
GeoDataPoint. - setValues(Graticule.Property, double, double) - Method in class org.pepstock.charba.client.geo.Graticule
-
Checks the argument and stores the values.
- setValues(T[]) - Method in class org.pepstock.charba.client.geo.GeoDatasetHandler
-
Sets the data property of a data set for a chart is specified as an array of GEO data point, specific for the chart type..
- setValues(T[]) - Method in interface org.pepstock.charba.client.geo.IsGeoDataset
-
Sets the data property of a data set for a chart is specified as an array of
GeoDataPoint. - setVariantAndExtension(String) - Method in class org.pepstock.charba.client.intl.CLocaleBuilder
-
Sets the variant and extension parts of the locale.
- setVerticalAlign(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'verticalAlign' property in the element.
- setVisibility(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'visibility' property in the element.
- setVisibility(Visibility) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'visibility' property in the element.
- setWeekDay(StringItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the WeekDay.
- setWeight(double) - Method in class org.pepstock.charba.client.configuration.Arc
-
Sets the relative thickness of the data set.
Providing a value for weight will cause the pie or doughnut data set to be drawn with a thickness relative to the sum of all the data set weight values. - setWeight(double) - Method in class org.pepstock.charba.client.configuration.Axis
-
The weight used to sort the axis.
Higher weights are further away from the chart area. - setWeight(double) - Method in class org.pepstock.charba.client.data.PieDataset
-
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values. - setWeight(double) - Method in class org.pepstock.charba.client.items.ArcElementOptions
-
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values. - setWeight(double) - Method in class org.pepstock.charba.client.options.AbstractScale
-
The weight used to sort the axis.
- setWeight(double) - Method in class org.pepstock.charba.client.options.Arc
-
Sets the relative thickness of the dataset.
Providing a value for weight will cause the pie or doughnut dataset to be drawn with a thickness relative to the sum of all the dataset weight values. - setWeight(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the weight of axis
- setWeight(NativeCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets the weight used to sort the axis.
- setWeight(ScaleWeightCallback) - Method in class org.pepstock.charba.client.configuration.Axis
-
Sets the user callback that sets the weight used to sort the axis.
- setWeight(Weight) - Method in class org.pepstock.charba.client.configuration.Font
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(Weight) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairLabelsFont
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.AbstractFont
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.AbstractScriptableFont
- setWeight(Weight) - Method in class org.pepstock.charba.client.options.Font
-
Sets the font weight, follows CSS font-style-weight options.
- setWeight(Weight) - Method in interface org.pepstock.charba.client.options.IsFont
-
Sets the font weight, follows CSS font-style-weight options.
- setWhiteSpace(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'whiteSpace' property in the element.
- setWidth(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the width of element in pixel.
- setWidth(double) - Method in class org.pepstock.charba.client.dom.events.PointerEventInit
-
Sets the width (magnitude on the X axis), in CSS pixels, of the contact geometry of the pointer.
- setWidth(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the width of selection cleaner element.
- setWidth(double) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the width of matrix element in pixels.
- setWidth(double) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the width of matrix element in pixels.
- setWidth(int) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the amount of pixels of the width of the arrow head.
- setWidth(int) - Method in class org.pepstock.charba.client.annotation.elements.ArrowElement
-
Sets the amount of pixels of the width of the arrow head.
- setWidth(int) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
If set, used as the width of the border line.
If unset, the first lineWidth option is resolved and used. - setWidth(int) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Sets a positive integer reflecting the width HTML attribute of the canvas element interpreted in CSS pixels.
When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used. - setWidth(int) - Method in class org.pepstock.charba.client.dom.elements.Img
-
Sets the value that reflects the width attribute, indicating the rendered width of the image in CSS pixels.
- setWidth(int) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets how wide the scale is.
For a horizontal scale the height if a value less than 1 is given, is it assume to be a ratio of the corresponding chart area. - setWidth(int) - Method in class org.pepstock.charba.client.items.AxisItem
-
Sets the width of axis
- setWidth(int) - Method in class org.pepstock.charba.client.options.ScaleBorder
-
If set, used as the width of the border line.
- setWidth(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'width' property in the element.
- setWidth(String) - Method in class org.pepstock.charba.client.dom.elements.Table
-
Sets the length in pixels or in percentage of the desired width fo the entire table.
- setWidth(String) - Method in class org.pepstock.charba.client.dom.elements.TableCell
-
Sets the number of pixels wide the cell should be drawn, if possible.
- setWidth(NativeCallback) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set the amount of pixels of the width of the arrow head.
- setWidth(NativeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the width callback to set the width of matrix element in pixels.
- setWidth(WidthCallback<AnnotationContext>) - Method in class org.pepstock.charba.client.annotation.Arrow
-
Sets the callback to set the amount of pixels of the width of the arrow head.
- setWidth(WidthCallback<ScaleContext>) - Method in class org.pepstock.charba.client.geo.Legend
-
Sets how wide the scale is.
- setWidth(SizeCallback) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the width callback to set the width of matrix element in pixels.
- setWidths(Key, int...) - Method in class org.pepstock.charba.client.data.HoverDataset
- setWidths(Key, int...) - Method in class org.pepstock.charba.client.data.HoverFlexDataset
-
Sets a width property in the dataset, setting a single value or an array.
- setWordSpacing(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'wordSpacing' property in the element.
- setWordWrap(String) - Method in class org.pepstock.charba.client.dom.BaseStyleProperties
-
Sets the CSS 'wordWrap' property in the element.
- setWritable(boolean) - Method in class org.pepstock.charba.client.commons.NativeAbstractDescriptor
-
Sets true if and only if the value associated with the property may be changed
- setX(double) - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Sets the X value of the control point in pixels.
- setX(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the X location of element in pixel.
- setX(double) - Method in class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Sets the X value of the control point in pixels.
- setX(double) - Method in class org.pepstock.charba.client.colors.Center
-
Sets the X coordinate.
- setX(double) - Method in class org.pepstock.charba.client.commons.AbstractPoint
-
Sets the X coordinate of the point.
- setX(double) - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Sets X value as double (for scatter and bubble datasets).
- setX(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the X point of selection cleaner element.
- setX(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to X dimensions (left and right).
- setX(String) - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Sets the X value of the control point as percentage.
- setX(String) - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Sets X value as string.
- setX(Date) - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Sets X value as date for time series.
- setX(LabelPosition) - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Sets the anchor position of label on horizontal dimension.
- setX(LabelPosition) - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Sets the anchor position of label on horizontal dimension.
- setX2(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the X2 location of element in pixel.
- setXAdjust(double) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- setXAdjust(double) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- setXAdjust(double) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the adjustment along x-axis (left-right) of label relative to above number (can be negative).
For horizontal lines positioned left or right, negative values move the label toward the edge, and positive values toward the center. - setXAdjust(AdjustSizeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the callback to set the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- setXAdjust(AdjustSizeCallback) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the callback to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
- setXAdjust(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the callback to set the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- setXAdjust(NativeCallback) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the callback to set the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
- setXAlign(TooltipAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the alignment of the tooltip caret in the X direction.
- setXAlign(TooltipAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the alignment of the tooltip caret in the X direction.
- setXAnchor(Anchor) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the anchor point on X orientation of matrix element.
- setXAnchor(Anchor) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the anchor point on X orientation of matrix element.
- setXAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Sets the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- setXAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Sets the X value of the control point as percentage.
- setXAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Sets the position of label by the percentage (value between 0 and 1) of the horizontal dimension.
- setXAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Sets the X value of the control point as percentage.
- setXAxis(Scale) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Sets the X axis instance
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the x axis to plot this data set on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(String) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the x axis to plot this data set on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the x axis to plot this data set on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions
-
Sets the ID of the x axis to plot this dataset on.
- setXAxisID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptionsBuilder
-
Sets the ID of the x axis to plot this dataset on.
- setXLabelBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the background color.
- setXLabelBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the background color.
- setXLabelBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setXLabelBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setXLabelBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the label border radius (in pixels).
- setXLabelBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border width.
- setXLabelColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the crosshair label font color.
- setXLabelColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Set the crosshair label font color.
- setXLabelDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label,
trueif label will be applied in the chart, otherwisefalse. - setXLabelFormatter(CrosshairFormatterCallback) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the callback which can be implemented to change the text of label.
- setXLabelPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for X label, the padding of crosshair label.
- setXLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for X axes of the data.
- setXLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for X axes of the data.
- setXMax(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the right edge of the annotation.
- setXMax(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the right edge of the annotation.
- setXMax(Date) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the right edge of the annotation.
- setXMax(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the right edge of the annotation.
- setXMax(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the right edge of the annotation.
- setXMin(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the left edge of the annotation, in units along the x axis.
- setXMin(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the left edge of the annotation, in units along the x axis.
- setXMin(Date) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the left edge of the annotation, in units along the x axis.
- setXMin(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the left edge of the annotation, in units along the x axis.
- setXMin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the left edge of the annotation, in units along the x axis.
- setXScale(ScaleItem) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Sets the X scale instance
- setXScaleID(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the ID of the X scale to bind onto.
- setXScaleID(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the ID of the X scale to bind onto.
- setXScaleID(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the ID of the X scale to bind onto.
- setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the ID of the X scale to bind onto.
- setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the ID of the X scale to bind onto.
- setXScaleID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the ID of the X scale to bind onto.
- setXValue(double) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the data X value to draw the annotation at.
- setXValue(String) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the data X value to draw the annotation at.
- setXValue(Date) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the data X value to draw the annotation at.
- setXValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the callback to set the data X value to draw the annotation at.
- setXValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the callback to set the data X value to draw the annotation at.
- setY(double) - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Sets the Y value of the control point in pixels.
- setY(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the Y location of element in pixel.
- setY(double) - Method in class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Sets the Y value of the control point in pixels.
- setY(double) - Method in class org.pepstock.charba.client.colors.Center
-
Sets the Y coordinate.
- setY(double) - Method in class org.pepstock.charba.client.commons.AbstractPoint
-
Sets the Y coordinate of the point.
- setY(double) - Method in class org.pepstock.charba.client.data.AbstractXYDataPoint
-
Sets Y value.
- setY(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionCleaner
-
Sets the Y point of selection cleaner element.
- setY(int) - Method in interface org.pepstock.charba.client.options.IsPadding
-
Sets the padding size to Y dimensions (top and bottom).
- setY(String) - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Sets the Y value of the control point as percentage.
- setY(String) - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Sets Y value as string.
- setY(Date) - Method in class org.pepstock.charba.client.matrix.MatrixDataPoint
-
Sets Y value as date for time series.
- setY(LabelPosition) - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Sets the anchor position of label on vertical dimension.
- setY(LabelPosition) - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Sets the anchor position of label on vertical dimension.
- setY(FloatingData) - Method in class org.pepstock.charba.client.data.DataPoint
-
Sets Y value.
- setY2(double) - Method in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
Sets the Y2 location of element in pixel.
- setYAdjust(double) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- setYAdjust(double) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the adjustment along y-axis (top-bottom) of annotation relative to above number (can be negative).
- setYAdjust(double) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the adjustment along y-axis (top-bottom) of label relative to above number (can be negative).
For vertical lines positioned top or bottom, negative values move the label toward the edge, and positive values toward the center. - setYAdjust(AdjustSizeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the callback to set the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- setYAdjust(AdjustSizeCallback) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the callback to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
- setYAdjust(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the callback to set the adjustment along x-axis (left-right) of annotation relative to above number (can be negative).
- setYAdjust(NativeCallback) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the callback to set the adjustment along x-axis (left-right) of label relative to above number (can be negative).
- setYAlign(TooltipAlign) - Method in class org.pepstock.charba.client.configuration.Tooltips
-
Sets the alignment of the tooltip caret in the Y direction.
- setYAlign(TooltipAlign) - Method in class org.pepstock.charba.client.options.Tooltips
-
Sets the alignment of the tooltip caret in the Y direction.
- setYAnchor(Anchor) - Method in class org.pepstock.charba.client.matrix.MatrixDataset
-
Sets the anchor point on Y orientation of matrix element.
- setYAnchor(Anchor) - Method in class org.pepstock.charba.client.matrix.MatrixElementOptions
-
Sets the anchor point on Y orientation of matrix element.
- setYAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.AlignPosition
-
Sets the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- setYAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.ControlPoint
-
Sets the Y value of the control point as percentage.
- setYAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.AlignPositionElement
-
Sets the position of label by the percentage (value between 0 and 1) of the vertical dimension.
- setYAsPercentage(double) - Method in class org.pepstock.charba.client.annotation.elements.ControlPointElement
-
Sets the Y value of the control point as percentage.
- setYAxis(Scale) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Sets the Y axis instance
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(String) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.BarDataset
-
Sets the ID of the y axis to plot this data set on.
- setYAxisID(ScaleId) - Method in class org.pepstock.charba.client.data.LineDataset
-
Sets the ID of the y axis to plot this data set on.
- setYear(int) - Method in class org.pepstock.charba.client.commons.ImmutableDate
-
Deprecated.As of JDK version 1.1.
- setYear(NumberItemStyle) - Method in class org.pepstock.charba.client.intl.DateTimeFormatOptions
-
Sets the representation of the Year.
- setYLabelBackgroundColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the background color.
- setYLabelBackgroundColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the background color.
- setYLabelBorderColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setYLabelBorderColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border color.
- setYLabelBorderRadius(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the label border radius (in pixels).
- setYLabelBorderWidth(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the border width.
- setYLabelColor(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the crosshair label font color.
- setYLabelColor(IsColor) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Set the crosshair label font color.
- setYLabelDisplay(boolean) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label,
trueif label will be applied in the chart, otherwisefalse. - setYLabelFormatter(CrosshairFormatterCallback) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the callback which can be implemented to change the text of label.
- setYLabelPadding(int) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets, for Y label, the padding of crosshair label.
- setYLabels(String...) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for Y axes of the data.
- setYLabels(Labels) - Method in class org.pepstock.charba.client.data.Data
-
Sets the labels for Y axes of the data.
- setYMax(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the top edge of the annotation in units along the y axis.
- setYMax(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the top edge of the annotation in units along the y axis.
- setYMax(Date) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the top edge of the annotation in units along the y axis.
- setYMax(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the top edge of the annotation in units along the y axis.
- setYMax(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the top edge of the annotation in units along the y axis.
- setYMin(double) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the bottom edge of the annotation.
- setYMin(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the bottom edge of the annotation.
- setYMin(Date) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the bottom edge of the annotation.
- setYMin(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the bottom edge of the annotation.
- setYMin(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback to set the bottom edge of the annotation.
- setYScale(ScaleItem) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
-
Sets the Y scale instance
- setYScaleID(String) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(String) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
-
Sets the ID of the Y scale to bind onto.
- setYScaleID(ScaleId) - Method in class org.pepstock.charba.client.impl.plugins.CrosshairOptionsBuilder
-
Sets the ID of the Y scale to bind onto.
- setYValue(double) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the data Y value to draw the annotation at.
- setYValue(String) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the data Y value to draw the annotation at.
- setYValue(Date) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the data Y value to draw the annotation at.
- setYValue(ValueCallback) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the callback to set the data Y value to draw the annotation at.
- setYValue(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
-
Sets the callback to set the data Y value to draw the annotation at.
- setZ(int) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - setZ(int) - Method in class org.pepstock.charba.client.annotation.elements.BaseElement
-
Sets the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - setZ(int) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the property determines the drawing stack level of the box annotation element.
All visible elements will be drawn in ascending order of `z` option, with the same "drawTime" option. - setZ(int) - Method in class org.pepstock.charba.client.configuration.AxisBorder
-
Sets z-index of border layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - setZ(int) - Method in class org.pepstock.charba.client.configuration.Grid
-
Sets z-index of grid layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - setZ(int) - Method in class org.pepstock.charba.client.configuration.Tick
-
Sets z-index of tick layer.
- setZ(int) - Method in class org.pepstock.charba.client.options.Grid
-
Sets z-index of grid layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - setZ(int) - Method in class org.pepstock.charba.client.options.ScaleBorder
-
Sets z-index of border layer.
Values less than or equals to 0 are drawn under datasets, greater than 0 on top. - setZ(int) - Method in class org.pepstock.charba.client.options.Ticks
-
Sets z-index of tick layer.
- setZ(ZCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback called to set the property determines the drawing stack level of the box annotation element.
- setZ(ZCallback) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the callback called to set the property determines the drawing stack level of the box annotation element.
- setZ(NativeCallback) - Method in class org.pepstock.charba.client.annotation.AbstractAnnotation
-
Sets the callback called to set the property determines the drawing stack level of the box annotation element.
- setZ(NativeCallback) - Method in class org.pepstock.charba.client.annotation.InnerLabel
-
Sets the callback called to set the property determines the drawing stack level of the box annotation element.
- setZone(TimeZone) - Method in class org.pepstock.charba.client.adapters.DateAdapterOptions
-
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - setZone(TimeZone) - Method in class org.pepstock.charba.client.configuration.ScaleDateAdapter
-
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - setZone(TimeZone) - Method in class org.pepstock.charba.client.options.ScaleDateAdapter
-
Sets the zone that LUXON must use by the date adapter.
See here the details about time zone in LUXON. - SEXY_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sexy Blue" -
- SEYCHELLES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Seychelles region.
- SEYCHELLES_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Seychelles Rupee currency.
- SGNW - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for SignWriting script.
- SHA_LA_LA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sha la la" -
- SHADOW_BLUR - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- SHADOW_BLUR - org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
- SHADOW_BLUR - org.pepstock.charba.client.labels.Label.Property
- SHADOW_BLUR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- SHADOW_COLOR - org.pepstock.charba.client.labels.Label.Property
- SHADOW_OFFSET_X - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- SHADOW_OFFSET_X - org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
- SHADOW_OFFSET_X - org.pepstock.charba.client.labels.Label.Property
- SHADOW_OFFSET_X_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- SHADOW_OFFSET_Y - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- SHADOW_OFFSET_Y - org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
- SHADOW_OFFSET_Y - org.pepstock.charba.client.labels.Label.Property
- SHADOW_OFFSET_Y_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- ShadowBlurCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setshadowBlurproperty at runtime. - shadowBlurCallbackProxy - Variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- ShadowOffsetCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setshadowOffsetXandshadowOffsetYproperties at runtime. - shadowOffsetXCallbackProxy - Variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- shadowOffsetYCallbackProxy - Variable in class org.pepstock.charba.client.annotation.ShadowOptionsHandler
- shadowOptionsHandler - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- shadowOptionsHandler - Variable in class org.pepstock.charba.client.annotation.Arrow
- shadowOptionsHandler - Variable in class org.pepstock.charba.client.annotation.LineLabel
- ShadowOptionsHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the shadow options.
- ShadowOptionsHandler(AbstractAnnotation, IsDefaultsShadowOptionsHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.ShadowOptionsHandler
-
Creates a shadow options handler with the native object where shadow options properties must be managed and the default value to use when the property does not exist.
- ShadowOptionsHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- SHAHABI - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shahabi" -
- SHAMBALA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Shambala language.
- shape - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
- shape - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
- Shape - Enum in org.pepstock.charba.client.colors.tiles
-
Enumerates all available shapes applicable onto a tile.
- Shape(ShapeDrawer) - Constructor for enum org.pepstock.charba.client.colors.tiles.Shape
-
Creates a shaper with own drawer.
- SHAPE - org.pepstock.charba.client.enums.Fill
-
Fill inside line.
- shapeColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
- shapeColor - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
- ShapeDrawer - Class in org.pepstock.charba.client.colors.tiles
-
Base class for all shape drawer, classes which must designer on canvas the shape.
A tile is always a square and for some shapes is divided in 4 sections and not all sections are designed.
A tile is designed as following: - ShapeDrawer() - Constructor for class org.pepstock.charba.client.colors.tiles.ShapeDrawer
- shapeName - Variable in class org.pepstock.charba.client.colors.tiles.AbstractShape
- sharedMaps - Variable in class org.pepstock.charba.client.annotation.AnnotationSharedObjects
- SHAW - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Shavian (Shaw) script.
- SHERBERT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sherbert" -
- SHIFT - org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
The Shift key.
- SHIFT - org.pepstock.charba.client.enums.ModifierKey
-
Used for capitalizing letters and entering different types of symbols.
- SHIFT_KEY - org.pepstock.charba.client.dom.events.ModifiersHandler.Property
- SHIFTER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shifter" -
- SHIFTY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shifty" -
- SHONA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Shona language.
- SHORE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shore" -
- SHORT - org.pepstock.charba.client.intl.enums.CompactDisplay
-
Short formatting to display the number.
- SHORT - org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Short formatting to display the date and/or time.
- SHORT - org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Short representation of unit of measure (e.g., e.g., 16 l).
- SHORT - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Short setting for month (e.g., Mar).
- SHORT - org.pepstock.charba.client.intl.enums.StringItemStyle
-
Short setting for era (e.g., AD), for weekday (e.g., Thu).
- SHORT - org.pepstock.charba.client.intl.enums.TimeZoneName
-
Short setting for time zone name (e.g., GMT+1).
- show - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
- show() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
-
Shows the toast item.
- show(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options. - show(int) - Method in class org.pepstock.charba.client.Chart
-
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options. - show(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- show(int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the visibility for the given dataset to true.
Updates the chart and animates the dataset with 'show' mode.
This animation can be configured under the show key in animation options. - show(int, int) - Method in class org.pepstock.charba.client.AbstractChart
-
Sets the hidden flag of that element index to
falseand updates the chart. - show(int, int) - Method in class org.pepstock.charba.client.Chart
-
Sets the hidden flag of that element index to
falseand updates the chart. - show(int, int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- show(int, int) - Method in interface org.pepstock.charba.client.IsChart
-
Sets the hidden flag of that element index to
falseand updates the chart. - show(String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(Map<String, Object>, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(Map<String, Object>, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, IsToastType, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, IsToastType, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(Map<String, Object>, IsToastType, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(Map<String, Object>, IsToastType, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, ToastOptions, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, ToastOptions, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, ToastOptions, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(Map<String, Object>, ToastOptions, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(IsToastType, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(IsToastType, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(IsToastType, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast with title and label.
- show(IsToastType, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, String...) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, String, String) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, String, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, String, ArrayString, NativeObject, Map<String, Object>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- show(ToastOptions, List<String>) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Creates and shows a toast configured by the passed options.
- SHOW - org.pepstock.charba.client.enums.DefaultTransitionMode
-
Uses to configure the animation when a data set is shown using legend or
IsChart.show(int). - SHOW_ACTUAL_PERCENTAGES - org.pepstock.charba.client.labels.Label.Property
- SHOW_DEFAULT_ANIMATION_TRANSITION - Static variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions
- SHOW_GRATICULE - org.pepstock.charba.client.geo.CommonOptionsHandler.Property
- SHOW_LABEL_BACKDROP - org.pepstock.charba.client.configuration.Tick.Property
- SHOW_LABEL_BACKDROP - org.pepstock.charba.client.options.Ticks.Property
- SHOW_LINE - org.pepstock.charba.client.data.LineDataset.Property
- SHOW_LINE - org.pepstock.charba.client.options.Options.Property
- SHOW_LINE - org.pepstock.charba.client.options.TypedDataset.Property
- SHOW_OUTLINE - org.pepstock.charba.client.geo.CommonOptionsHandler.Property
- SHOW_ZERO - org.pepstock.charba.client.labels.Label.Property
- ShowAndHideDefaultAnimationCollection() - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimationCollection
-
Creates a default animation collection wrapping the
DefaultAnimationCollectionKey.COLORS. - ShowAndHideDefaultAnimations(TransitionMode) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
-
Creates a default animations wrapping the
DefaultTransitionMode.SHOWorDefaultTransitionMode.HIDE. - ShowAndHideDefaultAnimationTransition(TransitionMode) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition
-
Creates a default animation mode wrapping the
DefaultTransitionMode.SHOWorDefaultTransitionMode.HIDE. - ShowAndHideDefaultVisibleAnimationCollection(boolean) - Constructor for class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultVisibleAnimationCollection
-
Creates a default animation property wrapping the
DefaultAnimationPropertyKey.VISIBLE. - showLabelBackdropCallback - Variable in class org.pepstock.charba.client.configuration.Tick
- ShowLabelBackdropCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
showLabelBackdropproperty at runtime to scale's ticks instance,RadialLinearTick. - showLabelBackdropCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
- SHRD - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for shrd numbering system.
- SHRD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sharada, Śāradā script.
- SHRIMPY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shrimpy" -
- SHROOM_HAZE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Shroom Haze" -
- SHUI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Shuishu script.
- SICHUAN_YI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sichuan Yi language.
- SIDD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Siddham, Siddhaṃ, Siddhamātṛkā script.
- SIDE - org.pepstock.charba.client.annotation.Callout.Property
- SIDE - org.pepstock.charba.client.annotation.elements.CalloutElement.Property
- SIDE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Callout
- SideCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- sideCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Callout
- SIDES - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- SIDES - org.pepstock.charba.client.annotation.PolygonAnnotation.Property
- SIDES_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
- SidesCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setsidesproperty at runtime, toPolygonAnnotation. - sidesCallbackProxy - Variable in class org.pepstock.charba.client.annotation.PolygonAnnotation
- SIENNA - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "sienna" -
- SIERRA_LEONE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sierra Leone region.
- SIGN_DISPLAY - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- SignDisplay - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options in order to set when to display the sign for the number.
Defaults to "auto". - SignDisplay(String) - Constructor for enum org.pepstock.charba.client.intl.enums.SignDisplay
-
Creates with the property value to use in the native object.
- SILVER - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "silver" -
- SILVER - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Silver currency.
- SimpleDisplayCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
displayproperty at runtime. - SimplePaddingCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
paddingproperty (not as object but only as number) at runtime to scale instance. - SIN_CITY_RED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sin City Red" -
- SIND - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for sind numbering system.
- SIND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Khudawadi, Sindhi script.
- SINDHI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sindhi language.
- SINEBOW - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color sinebow.
- SINGAPORE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Singapore timezone.
- SINGAPORE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Singapore region.
- SINGAPORE_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Singapore Dollar currency.
- SINGLE - org.pepstock.charba.client.ScaleType
-
A single scale is defined for the chart, based on its type.
- SINGLE_QUOTE - org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
- SINGLE_STACKED - Static variable in class org.pepstock.charba.client.options.AbstractScale
- SINH - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for sinh numbering system.
- SINH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sinhala script.
- SINHALA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sinhala language.
- SINT_MAARTEN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sint Maarten region.
- SIRIUS_TAMED - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sirius Tamed" -
- SIXTEEN - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "SIXTEEN" -
- size - Variable in class org.pepstock.charba.client.colors.tiles.TilesBuilder
- size - Variable in class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
- size - Variable in class org.pepstock.charba.client.events.ChartResizeEvent
- size - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
- size - Variable in class org.pepstock.charba.client.utils.toast.ImmutableFont
- size() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Returns the number of elements in this list.
- size() - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns the number of elements in this set.
- size() - Method in class org.pepstock.charba.client.data.Labels
-
Returns the amount of loaded labels.
- Size - Enum in org.pepstock.charba.client.sankey.enums
-
Enumerates the modes if flow overlap is preferred or not.
- Size(String) - Constructor for enum org.pepstock.charba.client.sankey.enums.Size
-
Creates with the property value to use in the native object.
- SIZE - org.pepstock.charba.client.items.PluginResizeArgument.Property
- SIZE - org.pepstock.charba.client.options.Font.Property
- SIZE - org.pepstock.charba.client.sankey.SankeyDataset.Property
- SizeAxis - Class in org.pepstock.charba.client.geo
-
The scale is used to map the values to symbol radius size.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - SizeAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.SizeAxis
-
Builds the object storing the chart instance and axis type.
- SizeAxis.SizeAxisRemappedOptionsFactory - Class in org.pepstock.charba.client.geo
-
Can create a options mapper in order to re-map the CHART.JS options where needed in order to add additional properties and nodes for GEO charts.
- SizeAxisMapper - Class in org.pepstock.charba.client.geo
-
The scale is used to map the values to symbol radius size.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - SizeAxisMapper(Axis, NativeObject) - Constructor for class org.pepstock.charba.client.geo.SizeAxisMapper
-
Creates the object with native object instance to be wrapped.
- SizeAxisMapper.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object for projection scale.
- SizeAxisRemappedOptionsFactory(Axis) - Constructor for class org.pepstock.charba.client.geo.SizeAxis.SizeAxisRemappedOptionsFactory
-
Creates the factory of the mapper.
- sizeCallback - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- SizeCallback - Interface in org.pepstock.charba.client.matrix.callbacks
-
Callback interface of MATRIX callback to set
widthandheightproperties at runtime, toMatrixDataset. - SizeCallback - Interface in org.pepstock.charba.client.sankey.callbacks
-
Callback interface of SANKEY callback to set
sizeproperty at runtime, toSankeyDataset. - sizeCallbackProxy - Variable in class org.pepstock.charba.client.sankey.SankeyDataset
- sizeItem - Variable in class org.pepstock.charba.client.items.PluginResizeArgument
- SizeItem - Class in org.pepstock.charba.client.items
-
This item contains the new size of the chart after it has been resized.
This object has been created ONLY when a resize event occurs. - SizeItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.SizeItem
-
Creates the item using a native java script object which contains all properties.
- SizeItem(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.SizeItem
-
Creates the item using an envelop (from
configurationpackage) of native java script object which contains all properties. - SizeItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- SizeLogarithmicAxis - Class in org.pepstock.charba.client.geo
-
The scale is used to map the values to symbol radius size, for logarithmic data.
Provides the elements, as colored legend, which can provide the how the values are distributed on map. - SizeLogarithmicAxis(IsChart) - Constructor for class org.pepstock.charba.client.geo.SizeLogarithmicAxis
-
Builds the object storing the chart instance and axis type.
- SKETCHBOOK6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Sketchbook6" -
- SKIP - org.pepstock.charba.client.items.ArcElement.Property
- SKIP - org.pepstock.charba.client.items.ChartElement.Property
- SKIP_NULL - org.pepstock.charba.client.options.Options.Property
- SKOLT_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Skolt Sami language.
- SKY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sky" -
- SKY_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "skyBlue" -
- SKY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Sky6" -
- SKYLINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Skyline" -
- SLASH - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constant for SLASH string, "/".
- SLASHED_LINE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a slashed line.
- SlashedLine - Class in org.pepstock.charba.client.colors.tiles
-
SLASH drawer to design a slash in the tile.
It designs a slash in the following tile sections (A, B and C):
- SlashedLine() - Constructor for class org.pepstock.charba.client.colors.tiles.SlashedLine
- SLATE_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "slateBlue" -
- SLATE_GRAY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "slateGray" -
- SLATE_GREY - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "slateGrey" -
- SLATE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Slate6" -
- slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayChart
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - slice(int, int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
Returns a shallow copy of a portion of an array in the a new array object selected from begin to end (end not included).
The original array will not be modified. - SLICE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Slice6" -
- SLIGHT_OCEAN_VIEW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Slight Ocean View" -
- SLIPSTREAM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Slipstream6" -
- SLOVAK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Slovak language.
- SLOVAKIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Slovakia region.
- SLOVENIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Slovenia region.
- SLOVENIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Slovenian language.
- SmartPlugin - Class in org.pepstock.charba.client.plugins
-
Wraps a plugin, delegating the execution of all hooks to it.
the needed hooks can be added and CHART.JS will invoke only those hooks, improving the drawing performance. - SmartPlugin(String) - Constructor for class org.pepstock.charba.client.plugins.SmartPlugin
-
Builds the object with plugin id
- SmartPluginContainer - Interface in org.pepstock.charba.client.plugins
-
This interface is defining the a container of
SmartPlugininstance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users. - SNAPCHAT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Snapchat" -
- SNOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "snow" -
- SOCIALIVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Socialive" -
- SOFT_LIGHT - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
A softer version of hard-light.
Pure black or white does not result in pure black or white. - SOFT1 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The first general-purpose virtual function key.
- SOFT2 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The second general-purpose virtual function key.
- SOFT3 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The third general-purpose virtual function key.
- SOFT4 - org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
The fourth general-purpose virtual function key.
- SOGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Soga language.
- SOGD - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sogdian script.
- SOGO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Sogdian script.
- SOHO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "SOHO6" -
- SOL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Sol currency.
- Solid - Class in org.pepstock.charba.client.colors.tiles
-
SOLID drawer does not design anything in the tile.
It maintains an empty tile, only with background color. - Solid() - Constructor for class org.pepstock.charba.client.colors.tiles.Solid
- SOLID - org.pepstock.charba.client.colors.tiles.Shape
-
Draws an empty tile.
- SOLID - org.pepstock.charba.client.dom.enums.BorderStyle
-
Displays a single, straight, solid line.
- SOLID_VAULT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Solid Vault" -
- SOLOMON_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Solomon Islands region.
- SOLOMON_ISLANDS_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Solomon Islands Dollar currency.
- SOLSTICE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Solstice6" -
- SOM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Som currency.
- SOMALI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Somali language.
- SOMALI_SHILLING - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Somali Shilling currency.
- SOMALIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Somalia region.
- SOMONI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Somoni currency.
- SORA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for sora numbering system.
- SORA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sora Sompeng script.
- sort(DataPoint, DataPoint) - Method in class org.pepstock.charba.client.ml.MLUtil
- SORT - org.pepstock.charba.client.configuration.LegendLabels.Property
- SOUNDCLOUD - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "SoundCloud" -
- source - Variable in class org.pepstock.charba.client.events.Event
- source - Variable in class org.pepstock.charba.client.ml.RegressionBuilder
- SOURCE - org.pepstock.charba.client.options.Ticks.Property
- SOURCE_ATOP - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The new shape is only drawn where it overlaps the existing canvas content.
- SOURCE_IN - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The new shape is drawn only where both the new shape and the destination canvas overlap.
Everything else is made transparent. - SOURCE_OUT - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
The new shape is drawn where it doesn't overlap the existing canvas content.
- SOURCE_OVER - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
This is the default setting and draws new shapes on top of the existing canvas content.
- SOUTH_AFRICA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for South Africa region.
- SOUTH_GEORGIA_AND_THE_SOUTH_SANDWICH_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for South Georgia and the South Sandwich Islands region.
- SOUTH_KOREA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for South Korea region.
- SOUTH_NDEBELE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for South Ndebele language.
- SOUTH_SUDAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for South Sudan region.
- SOUTH_SUDANESE_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for South Sudanese Pound currency.
- SOUTHERN_SAMI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Southern Sami language.
- SOUTHERN_SOTHO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Southern Sotho language.
- SOYO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Soyombo script.
- SPACE - org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
The space key,
Space Bar. - SPACE_LIGHT_GREEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Space Light Green" -
- SPACING - org.pepstock.charba.client.data.PieDataset.Property
- SPACING - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- SPACING - org.pepstock.charba.client.items.ArcElementOptions.Property
- SPACING - org.pepstock.charba.client.options.Arc.Property
- SPACING - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- SPACING - org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- SPAIN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Spain region.
- Span - Class in org.pepstock.charba.client.dom.elements
-
Represents a generic inline container for phrasing content, which does not inherently represent anything.
- Span() - Constructor for class org.pepstock.charba.client.dom.elements.Span
-
To avoid any instantiation
- SPAN_GAPS - org.pepstock.charba.client.options.SpanGapHandler.Property
- spanGapHandler - Variable in class org.pepstock.charba.client.data.LiningDataset
- spanGapHandler - Variable in class org.pepstock.charba.client.options.Options
- SpanGapHandler - Class in org.pepstock.charba.client.options
-
Manages the SPANGAPS property of options in order to use the same logic between line datasets and options/configuration.
- SpanGapHandler(AbstractNode, IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.SpanGapHandler
-
Creates a span gap handler with the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
- SpanGapHandler(AbstractNode, IsDefaultOptions, DataEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.options.SpanGapHandler
-
Creates a span gap handler with the envelop of the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
- SpanGapHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- SPANISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Spanish language.
- SPECIAL_DRAWING_RIGHT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for SDR (Special Drawing Right) currency.
- SPECTRAL - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color spectral.
- SPECTRAL10 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral10" -
- SPECTRAL11 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral11" -
- SPECTRAL3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral3" -
- SPECTRAL4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral4" -
- SPECTRAL5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral5" -
- SPECTRAL6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral6" -
- SPECTRAL7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral7" -
- SPECTRAL8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral8" -
- SPECTRAL9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "Spectral9" -
- SPECTRUM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Spectrum6" -
- SPEED - org.pepstock.charba.client.zoom.Wheel.Property
- SPIKES - Static variable in class org.pepstock.charba.client.colors.tiles.EmptyStar
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayString
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, double) - Method in class org.pepstock.charba.client.commons.ArrayDouble
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, int) - Method in class org.pepstock.charba.client.commons.ArrayInteger
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, Object) - Method in class org.pepstock.charba.client.commons.ArrayMixedObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, String) - Method in class org.pepstock.charba.client.commons.ArrayString
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, String) - Method in class org.pepstock.charba.client.utils.RegExpResult
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, ArrayDouble) - Method in class org.pepstock.charba.client.commons.ArrayDoubleArray
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, NativeObject) - Method in class org.pepstock.charba.client.commons.ArrayObject
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, Canvas) - Method in class org.pepstock.charba.client.commons.ArrayCanvas
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, CanvasGradientItem) - Method in class org.pepstock.charba.client.commons.ArrayGradient
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, CanvasPatternItem) - Method in class org.pepstock.charba.client.commons.ArrayPattern
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, Img) - Method in class org.pepstock.charba.client.commons.ArrayImage
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- splice(int, int, Touch) - Method in class org.pepstock.charba.client.commons.ArrayTouch
-
This method changes the contents of an array by removing existing elements and/or adding new elements.
- SPRING_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "springGreen" -
- SQRT_2 - Static variable in class org.pepstock.charba.client.impl.charts.BaseMeterController
- Square - Class in org.pepstock.charba.client.colors.tiles
-
SQUARE drawer to design a square in the tile.
It designs a square in the following tile sections (A and B):
- Square() - Constructor for class org.pepstock.charba.client.colors.tiles.Square
- SQUARE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a square on the tile.
- SQUARE - org.pepstock.charba.client.enums.CapStyle
-
The ends of lines are squared off by adding a box with an equal width and half the height of the line's thickness.
- SRI_LANKA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sri Lanka region.
- SRI_LANKA_RUPEE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Sri Lanka Rupee currency.
- STACK - org.pepstock.charba.client.configuration.CartesianAxis.Property
- STACK - org.pepstock.charba.client.data.BarStackHandler.Property
- STACK - org.pepstock.charba.client.enums.Fill
-
Fill the area from stacked value below.
- STACK - org.pepstock.charba.client.options.AbstractScale.Property
- STACK_WEIGHT - org.pepstock.charba.client.configuration.CartesianAxis.Property
- STACK_WEIGHT - org.pepstock.charba.client.options.AbstractScale.Property
- stackCallback - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- StackCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
stackproperty at runtime, forCartesianAxis. - stackCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- stacked - Variable in class org.pepstock.charba.client.impl.callbacks.PercentageCallback
- STACKED - org.pepstock.charba.client.configuration.CartesianAxis.Property
- STACKED - org.pepstock.charba.client.options.AbstractScale.Property
- StackedAreaChart - Class in org.pepstock.charba.client
-
STACKED AREA chart implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - StackedAreaChart() - Constructor for class org.pepstock.charba.client.StackedAreaChart
-
Builds the object.
- StackedAreaChart(Type) - Constructor for class org.pepstock.charba.client.StackedAreaChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedAreaChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED AREA chart GWT WIDGET implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - StackedAreaChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
-
Builds the object.
- StackedAreaChartWidget(StackedAreaChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedAreaChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedAreaDataset - Class in org.pepstock.charba.client.data
-
The stacked area chart allows a number of properties to be specified for each dataset.
- StackedAreaDataset() - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates a dataset.
It uses the global options has default. - StackedAreaDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates a dataset.
It uses the global options has default. - StackedAreaDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default.
- StackedAreaDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default.
- StackedAreaDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using chart type related to the dataset.
- StackedAreaDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedAreaDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedBarChart - Class in org.pepstock.charba.client
-
STACKED BAR chart implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces. - StackedBarChart() - Constructor for class org.pepstock.charba.client.StackedBarChart
-
Builds the object.
- StackedBarChart(Type) - Constructor for class org.pepstock.charba.client.StackedBarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED BAR chart GWT WIDGET implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces. - StackedBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
-
Builds the object.
- StackedBarChartWidget(StackedBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedBarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - StackedBarDataset - Class in org.pepstock.charba.client.data
-
The stacked bar area chart allows a number of properties to be specified for each dataset.
- StackedBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates a dataset.
It uses the global options has default. - StackedBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates a dataset.
It uses the global options has default. - StackedBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default.
- StackedBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default.
- StackedBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using chart type related to the dataset.
- StackedBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedBarOptions - Class in org.pepstock.charba.client.configuration
-
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis. - StackedBarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedBarOptions
-
Builds the object storing the chart instance and default values.
- StackedBarOptions(IsChart, IsDefaultScaledOptions, IndexAxis) - Constructor for class org.pepstock.charba.client.configuration.StackedBarOptions
-
Builds the object storing the chart instance and default values.
- stackedCallback - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- StackedCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
stackedproperty at runtime, forCartesianAxis. - stackedCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- StackedHorizontalBarChart - Class in org.pepstock.charba.client
-
STACKED HORIZONTAL BAR chart implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces. - StackedHorizontalBarChart() - Constructor for class org.pepstock.charba.client.StackedHorizontalBarChart
-
Builds the object.
- StackedHorizontalBarChart(Type) - Constructor for class org.pepstock.charba.client.StackedHorizontalBarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedHorizontalBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED HORIZONTAL BAR chart GWT WIDGET implementation.
Stacked bar charts can be configured like bar charts and changes the settings on the X and Y axes to enable stacking.
Stacked bar charts can be used to show how one data series is made up of a number of smaller pieces. - StackedHorizontalBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedHorizontalBarChartWidget
-
Builds the object.
- StackedHorizontalBarChartWidget(StackedHorizontalBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedHorizontalBarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - StackedHorizontalBarDataset - Class in org.pepstock.charba.client.data
-
The stacked horizontal bar area chart allows a number of properties to be specified for each dataset.
- StackedHorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default. - StackedHorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default. - StackedHorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default.
- StackedHorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default.
- StackedHorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using chart type related to the dataset.
- StackedHorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedHorizontalBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedLineChart - Class in org.pepstock.charba.client
-
STACKED LINE chart implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - StackedLineChart() - Constructor for class org.pepstock.charba.client.StackedLineChart
-
Builds the object.
- StackedLineChart(Type) - Constructor for class org.pepstock.charba.client.StackedLineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED LINE chart GWT WIDGET implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - StackedLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedLineChartWidget
-
Builds the object.
- StackedLineChartWidget(StackedLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedLineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedLineDataset - Class in org.pepstock.charba.client.data
-
The stacked line chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
Extends the line dataset. - StackedLineDataset() - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates a dataset.
It uses the global options has default. - StackedLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates a dataset.
It uses the global options has default. - StackedLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates the dataset using a default.
- StackedLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates the dataset using a default.
- StackedLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates the dataset using chart type related to the dataset.
- StackedLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedLineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- StackedLineOptions - Class in org.pepstock.charba.client.configuration
-
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis. - StackedLineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.StackedLineOptions
-
Builds the object storing the chart instance and default values.
- StackedLineOptions(IsChart, IsDefaultScaledOptions, IndexAxis) - Constructor for class org.pepstock.charba.client.configuration.StackedLineOptions
-
Builds the object storing the chart instance and default values.
- StackedVerticalLineChart - Class in org.pepstock.charba.client
-
STACKED VERTICAL LINE chart implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - StackedVerticalLineChart() - Constructor for class org.pepstock.charba.client.StackedVerticalLineChart
-
Builds the object.
- StackedVerticalLineChart(Type) - Constructor for class org.pepstock.charba.client.StackedVerticalLineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedVerticalLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
STACKED VERTICAL LINE chart GWT WIDGET implementation.
A stacked area chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - StackedVerticalLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedVerticalLineChartWidget
-
Builds the object.
- StackedVerticalLineChartWidget(StackedVerticalLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.StackedVerticalLineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - StackedVerticalLineDataset - Class in org.pepstock.charba.client.data
-
The stacked vertical line chart allows a number of properties to be specified for each dataset.
These are used to set display properties for a specific dataset.
Extends the line dataset. - StackedVerticalLineDataset() - Constructor for class org.pepstock.charba.client.data.StackedVerticalLineDataset
-
Creates a dataset.
It uses the global options has default. - StackedVerticalLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.StackedVerticalLineDataset
-
Creates a dataset.
It uses the global options has default. - StackedVerticalLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.StackedVerticalLineDataset
-
Creates the dataset using a default.
- StackedVerticalLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedVerticalLineDataset
-
Creates the dataset using a default.
- StackedVerticalLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.StackedVerticalLineDataset
-
Creates the dataset using chart type related to the dataset.
- StackedVerticalLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.StackedVerticalLineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- stackWeightCallback - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- stackWeightCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- STANDARD - org.pepstock.charba.client.intl.enums.CurrencySign
-
To use a standard accounting formatting.
- STANDARD - org.pepstock.charba.client.intl.enums.Notation
-
To set plain number formatting.
- STANDARD_ARABIC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Arabic language.
- STANDARD_ESTONIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Estonian language.
- STANDARD_LATVIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Latvian language.
- STANDARD_MALAY - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Malay language.
- STANDARD_MOROCCAN_TAMAZIGHT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Standard Moroccan Tamazight language.
- StandardAnimationTransition - Class in org.pepstock.charba.client.options
-
This is a standard implementation of an animation update mode (transition).
- StandardAnimationTransition(String) - Constructor for class org.pepstock.charba.client.options.StandardAnimationTransition
-
Builds the object with the animation update mode (transition) value as string.
- StandardAnnotationId - Class in org.pepstock.charba.client.annotation
-
This is a standard implementation of a annotation configuration object ID for
AnnotationPlugin.IDplugin. - StandardAnnotationId(String) - Constructor for class org.pepstock.charba.client.annotation.StandardAnnotationId
-
Builds the object with the key value as string
- StandardAxisType - Class in org.pepstock.charba.client.configuration
-
This is a standard implementation of a axis type
- StandardAxisType(String, AxisType, ScaleId, ScaleDataType) - Constructor for class org.pepstock.charba.client.configuration.StandardAxisType
-
Builds the object with the scale axis value as string
- StandardDataLabelId - Class in org.pepstock.charba.client.datalabels
-
This is a standard implementation of a label configuration object ID for
DataLabelsPlugin.IDplugin. - StandardDataLabelId(String) - Constructor for class org.pepstock.charba.client.datalabels.StandardDataLabelId
-
Builds the object with the key value as string
- StandardEvent - Class in org.pepstock.charba.client.options
-
This is a standard implementation of a event type
- StandardEvent(String) - Constructor for class org.pepstock.charba.client.options.StandardEvent
-
Builds the object with the scale id value as string
- StandardInteractionMode - Class in org.pepstock.charba.client.enums
-
This is a standard implementation of a
IsInteractionMode. - StandardInteractionMode(String) - Constructor for class org.pepstock.charba.client.enums.StandardInteractionMode
-
Builds the object with the key value as string
- StandardKey - Class in org.pepstock.charba.client.commons
-
This is a standard implementation of a key of property inside a Java script object.
The standard is the key name is a String. - StandardKey(String) - Constructor for class org.pepstock.charba.client.commons.StandardKey
-
Builds the object with the key value as string
- StandardLabelId - Class in org.pepstock.charba.client.labels
-
This is a standard implementation of a label configuration object ID for
LabelsPlugin.IDplugin. - StandardLabelId(String) - Constructor for class org.pepstock.charba.client.labels.StandardLabelId
-
Builds the object with the key value as string
- StandardProgressBarType - Class in org.pepstock.charba.client.utils.toast
-
This is the standard implementation of a custom toast progress bas type.
- StandardProgressBarType(Key, IsColor, Gradient) - Constructor for class org.pepstock.charba.client.utils.toast.StandardProgressBarType
-
Builds the object with the custom key value
- StandardScaleId - Class in org.pepstock.charba.client.options
-
This is a standard implementation of a scale id
- StandardScaleId(String) - Constructor for class org.pepstock.charba.client.options.StandardScaleId
-
Builds the object with the scale id value as string
- StandardToastType - Class in org.pepstock.charba.client.utils.toast
-
This is the standard implementation of a custom toast type.
- StandardToastType(Key, IsColor, IsColor, Pattern, Gradient) - Constructor for class org.pepstock.charba.client.utils.toast.StandardToastType
-
Builds the object with the custom key value
- StandardTooltipPosition - Class in org.pepstock.charba.client.enums
-
This is a standard implementation of a
IsTooltipPosition. - StandardTooltipPosition(String) - Constructor for class org.pepstock.charba.client.enums.StandardTooltipPosition
-
Builds the object with the key value as string
- Star - Class in org.pepstock.charba.client.colors.tiles
-
STAR drawer to design a star in the tile.
It designs a star in the following tile sections (only A):
- Star() - Constructor for class org.pepstock.charba.client.colors.tiles.Star
- STAR - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.STAR. - STAR - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a star.
- STAR - org.pepstock.charba.client.enums.PointStyle
- STARFALL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Starfall" -
- start - Variable in class org.pepstock.charba.client.annotation.ArrowHeads
- start - Variable in class org.pepstock.charba.client.annotation.DefaultArrowHeads
- start - Variable in class org.pepstock.charba.client.annotation.elements.ArrowHeadsElement
- start - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
- start() - Method in class org.pepstock.charba.client.utils.CTimer
-
Starts the timer which executes repeatedly calls.
- start(int) - Method in class org.pepstock.charba.client.utils.CTimer
-
Starts the timer which executes repeatedly calls, setting the time, in milliseconds (thousands of a second), the timer should delay in between executions of the specified task.
The time will override the previous interval time. - START - org.pepstock.charba.client.annotation.ArrowHeads.Property
- START - org.pepstock.charba.client.annotation.Callout.Property
- START - org.pepstock.charba.client.annotation.elements.ArrowHeadsElement.Property
- START - org.pepstock.charba.client.annotation.elements.CalloutElement.Property
- START - org.pepstock.charba.client.annotation.enums.LabelPosition
-
The "start" property sets the line label at starting of line.
- START - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned before the anchor point, following the same direction.
- START - org.pepstock.charba.client.datalabels.enums.Anchor
-
Lowest element boundary
- START - org.pepstock.charba.client.enums.BorderSkipped
-
The start property sets the start edge of an element to a unit above/below its normal position.
- START - org.pepstock.charba.client.enums.ElementAlign
-
The property sets the start alignment.
- START - org.pepstock.charba.client.enums.Fill
-
Fill the area from the bottom X axis
- START - org.pepstock.charba.client.enums.ScaleTitleAlign
-
The property sets the text at start of scale.
- START - org.pepstock.charba.client.enums.TextAlign
-
The same as left if direction is left-to-right and right if direction is right-to-left.
- START - org.pepstock.charba.client.enums.TickAlign
-
The property sets the start alignment.
- START - org.pepstock.charba.client.items.ScaleItem.Property
- START - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- START_ANGLE - org.pepstock.charba.client.configuration.RadialAxis.Property
- START_ANGLE - org.pepstock.charba.client.items.ArcElement.Property
- START_ANGLE - org.pepstock.charba.client.options.AbstractScale.Property
- START_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Callout
- startAngleCallback - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- StartAngleCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
startAngleproperty at runtime, forRadialAxis. - startAngleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- StartCallback - Interface in org.pepstock.charba.client.annotation.callbacks
- StartCallback - Interface in org.pepstock.charba.client.zoom.callbacks
-
Callback interface of
ZoomPlugin.IDplugin that is called when pan or zoom is about to start.
If this callback returnsfalse, pan or zoom is aborted andRejectedCallbackis invoked. - startCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Callout
- startCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- startCallbackProxy - Variable in class org.pepstock.charba.client.zoom.AbstractConfigurationItem
- STARTED - org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
- startEndValue - Variable in enum org.pepstock.charba.client.enums.TextAlign
- startHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- StartHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called when a plugin is starting.
This happens when chart is created or plugin is enabled. - starting - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
- startOf(double, String, int) - Method in class org.pepstock.charba.client.adapters.NativeDateAdapter
-
Returns the start of unit for the given timestamp.
- startOf(long, IsoWeekDay) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start by weekday for the given timestamp.
- startOf(long, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start of unit for the given timestamp.
- startOf(Date, IsoWeekDay) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start by weekday for the given date.
- startOf(Date, TimeUnit) - Method in class org.pepstock.charba.client.adapters.DateAdapter
-
Returns the start of unit for the given date.
- startSelection(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Start selection on canvas by the starting X coordinate.
Can be invokes by mouse down or refresh of chart (like resizing). - startValue - Variable in class org.pepstock.charba.client.impl.plugins.SelectionTrack
- State() - Constructor for class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
- STATE_OF_PALESTINE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for State of Palestine region.
- states - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin
- STATIC - org.pepstock.charba.client.dom.enums.Position
-
The element is positioned according to the normal flow of the document.
The top, right, bottom, left, and z-index properties have no effect.
This is the default value. - status - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- status - Variable in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
- status - Variable in class org.pepstock.charba.client.utils.CTimer
- Status - Enum in org.pepstock.charba.client.utils.toast.enums
-
Enumerates the status of
ToastItem. - Status() - Constructor for enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
- Status() - Constructor for enum org.pepstock.charba.client.utils.CTimer.Status
- Status(String) - Constructor for enum org.pepstock.charba.client.utils.toast.enums.Status
-
Creates the progress bar type with its property name to use in the options.
- STATUS - org.pepstock.charba.client.utils.toast.ToastItem.Property
- STEEL_BLUE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "steelBlue" -
- STEEL_GRAY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Steel Gray" -
- STELLAR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Stellar" -
- STEP_MAJOR - org.pepstock.charba.client.geo.Graticule.Property
- STEP_MINOR - org.pepstock.charba.client.geo.Graticule.Property
- STEP_SIZE - org.pepstock.charba.client.configuration.CartesianTimeTick.Property
- STEP_SIZE - org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
- STEP_SIZE - org.pepstock.charba.client.options.Ticks.Property
- Stepped - Enum in org.pepstock.charba.client.enums
-
Property to set if the line is shown as a stepped line.
- Stepped(String) - Constructor for enum org.pepstock.charba.client.enums.Stepped
-
Creates with the property value to use in the native object.
- STEPPED - org.pepstock.charba.client.configuration.Line.Property
- STEPPED - org.pepstock.charba.client.data.LineDataset.Property
- STEPPED - org.pepstock.charba.client.options.Line.Property
- steppedCallback - Variable in class org.pepstock.charba.client.configuration.Line
- steppedCallback - Variable in class org.pepstock.charba.client.data.LineDataset
- SteppedCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
steppedproperty at runtime. - steppedCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Line
- steppedCallbackProxy - Variable in class org.pepstock.charba.client.data.LineDataset
- stepSizeCallback - Variable in class org.pepstock.charba.client.configuration.CartesianTimeTick
- stepSizeCallback - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
- StepSizeCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
stepSizeproperty at runtime, forIsLinearTickinstances. - stepSizeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CartesianTimeTick
- stepSizeCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickOptionsHandler
- STEREOGRAPHIC - org.pepstock.charba.client.geo.enums.Projection
-
Projection stereographic.
- STICKY - org.pepstock.charba.client.dom.enums.Position
-
The element is positioned according to the normal flow of the document, and then offset relative to its nearest scrolling ancestor and containing block (nearest block-level ancestor), including table-related elements, based on the values of top, right, bottom, and left.
- STONE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for stone.
- stop() - Method in class org.pepstock.charba.client.AbstractChart
-
Use this to stop any current animation loop.
This will pause the chart during any current animation frame.
Call.render()to re-animate. - stop() - Method in class org.pepstock.charba.client.Chart
-
Use this to stop any current animation loop.
- stop() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- stop() - Method in interface org.pepstock.charba.client.IsChart
-
Use this to stop any current animation loop.
- stop() - Method in class org.pepstock.charba.client.utils.CTimer
-
Stops the timer which is currently running.
- STOP - org.pepstock.charba.client.items.ArcElement.Property
- STOP - org.pepstock.charba.client.items.ChartElement.Property
- STOP - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- stopCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- stopHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- StopHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called when a plugin stopping.
This happens when chart is destroyed or plugin is disabled. - stopImmediatePropagation() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Prevents all other listeners from being called.
- STOPPED - org.pepstock.charba.client.utils.CTimer.Status
-
When the timer has been stopped.
- stopPropagation() - Method in class org.pepstock.charba.client.dom.events.NativeBaseEvent
-
Stops the propagation of events further along in the DOM.
- store() - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the default global plugins options.
- store(Dataset) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the dataset options.
- store(IsCastable) - Method in class org.pepstock.charba.client.colors.CanvasObject
-
Stores the canvas object id to
CanvasGradientItemorCanvasPatternItem. - store(IsChart) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the chart plugins options.
- store(Type) - Method in class org.pepstock.charba.client.plugins.AbstractPluginOptions
-
Stores this options in the global chart plugins options.
- storedActions - Variable in class org.pepstock.charba.client.utils.toast.ToastOptions
- storedAxes - Variable in class org.pepstock.charba.client.configuration.Scales
- storeHistory(ToastItem) - Method in class org.pepstock.charba.client.utils.toast.Toaster
-
Stores in the history the toast.
- storeInteration(Interactioner) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Stores a custom interaction mode in the CHART.JS structure.
- storeNativeInteration(Interactioner) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Stores a custom interaction mode in the CHART.JS structure, wher ethe implementation is in javas script.
- storePluginEnablement(IsChart) - Method in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
-
Stores the "enabled" option in the cache in order to change the plugin bahaviors at runtime.
- storeType - Variable in class org.pepstock.charba.client.configuration.Axis
- STORY6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Story6" -
- STRIKE_THROUGH - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- STRING - org.pepstock.charba.client.annotation.enums.ContentType
- STRING - org.pepstock.charba.client.commons.ObjectType
-
Is used to represent textual data
- STRING - org.pepstock.charba.client.enums.DataPointType
-
The data property is set as a string.
- STRING - org.pepstock.charba.client.enums.PointStyleType
-
The point style is stored as string, see
PointStyle, the default. - STRING - org.pepstock.charba.client.enums.ScaleDataType
-
The data property is set as a string.
Used byCartesianCategoryAxis. - STRING - org.pepstock.charba.client.options.AbstractImmutableFont.Property
- STRING - Static variable in class org.pepstock.charba.client.items.Undefined
-
Default value for STRING instances, null.
- stringify(Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- stringify(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- stringify(Object, JSON.Replacer, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, optionally replacing values if a replacer function is specified or optionally including only the specified properties if a replacer array is specified.
it can throw an exception, TypeError ("cyclic object value") exception when a circular reference is found. - stringifyNativeObject(NativeObject, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, using a specific replacer to avoid to print internal keys of CHART.js
- stringifyWithReplacer(Object) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, the space value is set to -1 that no space should be used and uses a default replacer to avoid
TypeError: cyclic object value. - stringifyWithReplacer(Object, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string, using a default replacer to avoid
TypeError: cyclic object value. - stringifyWithReplacer(Object, JSON.Replacer, int) - Static method in class org.pepstock.charba.client.utils.JSON
-
Converts a JavaScript object or value to a JSON string.
- StringItemStyle - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the era, day periods, weekday.
- StringItemStyle(String) - Constructor for enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
Creates with the property value to use in the native object.
- STRINGS - org.pepstock.charba.client.enums.DataType
-
The data property is set as array of strings.
- STRIPE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Stripe" -
- stroke() - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes (outlines) the current or given path with the current stroke style.
Strokes are aligned to the center of a path; in other words, half of the stroke is drawn on the inner side, and half on the outer side. - STROKE_COLOR - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- STROKE_STYLE - org.pepstock.charba.client.items.LegendItem.Property
- STROKE_WIDTH - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- strokeRect(double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Draws a rectangle that is stroked (outlined) according to the current strokeStyle and other context settings.
- strokeText(String, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes - that is, draws the outlines of - the characters of a text string at the specified coordinates.
- strokeText(String, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Strokes - that is, draws the outlines of - the characters of a text string at the specified coordinates.
An optional parameter allows specifying a maximum width for the rendered text, which the user agent will achieve by condensing the text or by using a lower font size. - STUDIO6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Studio6" -
- style - Variable in class org.pepstock.charba.client.utils.toast.ImmutableFont
- Style - Class in org.pepstock.charba.client.dom.elements
-
Represents a <style> and doesn't allow to manipulate the CSS it contains.
- Style - Enum in org.pepstock.charba.client.intl.enums
-
Enumerated the options in order to set the formatting style to use.
The default is "decimal". - Style() - Constructor for class org.pepstock.charba.client.dom.elements.Style
-
To avoid any instantiation
- Style(String) - Constructor for enum org.pepstock.charba.client.intl.enums.Style
-
Creates with the property value to use in the native object.
- STYLE - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- STYLE - org.pepstock.charba.client.options.Font.Property
- SUBLIME_LIGHT - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sublime Light" -
- SUBLIME_VIVID - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sublime Vivid" -
- subList(int, int) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
-
Not implemented
- subList(int, int) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
-
Not implemented
- submit(Runnable) - Method in class org.pepstock.charba.client.utils.CScheduler
-
Schedules immediately a task, without any delay.
- submit(Runnable, int) - Method in class org.pepstock.charba.client.utils.CScheduler
-
Schedules a task with a constant delay.
- subtitle - Variable in class org.pepstock.charba.client.ChartNode
- subtitle - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- subtitle - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- subtitle - Variable in class org.pepstock.charba.client.options.Options
- Subtitle - Class in org.pepstock.charba.client.configuration
-
Configures the chart title which defines text to draw at the top of the chart.
- Subtitle - Class in org.pepstock.charba.client.options
-
Configures the default chart subtitle which defines text to draw at the top of the chart.
- Subtitle(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Subtitle
-
Builds the object storing the root options element.
- Subtitle(Plugins, Key, IsDefaultSubtitle, NativeObject) - Constructor for class org.pepstock.charba.client.options.Subtitle
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- SUBTITLE - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the subtitle.
- SUBTITLE - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to the subtitle.
- SubtitleClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the subtitle of the chart.
- SubtitleClickEvent(NativeAbstractMouseEvent, Subtitle) - Constructor for class org.pepstock.charba.client.events.SubtitleClickEvent
-
Creates the event with subtitle related to the click
- SubtitleClickEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for clicking on the chart subtitle.
- SubtitleEnterEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user enters on the subtitle of the chart.
- SubtitleEnterEvent(NativeAbstractMouseEvent, Subtitle) - Constructor for class org.pepstock.charba.client.events.SubtitleEnterEvent
-
Creates the event with subtitle related to the enter
- SubtitleEnterEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for entering on the chart title.
- SubtitleLeaveEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user leaves on the subtitle of the chart.
- SubtitleLeaveEvent(NativeAbstractMouseEvent, Subtitle) - Constructor for class org.pepstock.charba.client.events.SubtitleLeaveEvent
-
Creates the event with subtitle related to the leave
- SubtitleLeaveEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for leaving on the chart title.
- SubtitleNode - Class in org.pepstock.charba.client.items
-
Wrapper of subtitle node of CHART.JS.
This is a wrapper of subtitle node of Chart (of CHART.JS). - SubtitleNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.SubtitleNode
-
Creates the item using envelop with the native java script object which contains all properties.
- SUBU - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Subu" -
- SUCCESS - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Success toast type -
- SUCCESS - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Success toast type - Toast content
- SUCRE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Sucre currency.
- SUDAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sudan region.
- SUDANESE_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Sudanese Pound currency.
- SUFFIX_CANVAS_ELEMENT_ID - Static variable in class org.pepstock.charba.client.AbstractChart
- SUFFIX_LEGEND_ELEMENT_ID - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendPlugin
- SUGGESTED_MAX - org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
- SUGGESTED_MAX - org.pepstock.charba.client.options.AbstractScale.Property
- SUGGESTED_MIN - org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
- SUGGESTED_MIN - org.pepstock.charba.client.options.AbstractScale.Property
- suggestedMaxCallback - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- suggestedMaxCallbackProxy - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- suggestedMinCallback - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- suggestedMinCallbackProxy - Variable in class org.pepstock.charba.client.configuration.MinMaxCallbacksHandler
- SULPHUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sulphur" -
- SUM_KEYS - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- sumKeysData - Variable in class org.pepstock.charba.client.treemap.TreeMapDataPoint
- SUMMER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Summer" -
- SUMMER_BREEZE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Summer Breeze" -
- SUMMER_DOG - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Summer Dog" -
- SUMMER6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Summer6" -
- SUMMER8 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Summer8" -
- SUN_ON_THE_HORIZON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sun on the Horizon" -
- SUND - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for sund numbering system.
- SUND - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Sundanese script.
- SUNDANESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Sundanese language.
- SUNDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is SUNDAY.
- SUNKIST - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sunkist" -
- SUNNY_DAYS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sunny Days" -
- SUNRISE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sunrise" -
- SUNSET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sunset" -
- SUNSET_SUNRISE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "SunsetSunrise7" -
- SUPERFISHEL_STONE10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "SuperfishelStone10" -
- SUPERMAN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Superman" -
- supportedLocalesOf(ArrayString, NativeObject) - Static method in class org.pepstock.charba.client.intl.NativeDateTimeFormat
-
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in number formatting that the locale matching algorithm used considers a match, so that it wouldn't have to fall back to the default locale. - supportedLocalesOf(ArrayString, NativeObject) - Static method in class org.pepstock.charba.client.intl.NativeNumberFormat
-
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in number formatting that the locale matching algorithm used considers a match, so that it wouldn't have to fall back to the default locale. - supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.AbstractFormat
-
Returns an array with a subset of the language tags provided in locales.
The language tags returned are those for which the runtime supports a locale in formatting that the locale matching algorithm used considers a match, so that it wouldn't have to fall back to the default locale. - supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.DateTimeFormat
- supportedLocalesOf(CLocale) - Method in class org.pepstock.charba.client.intl.NumberFormat
- SURINAM_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Surinam Dollar currency.
- SURINAME - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Suriname region.
- SUZY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Suzy" -
- SVALBARD_AND_JAN_MAYEN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Svalbard and Jan Mayen region.
- SW_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the bottom-left corner cursor
- SWAHILI_INDIVIDUAL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swahili (individual language) language.
- SWAHILI_MACRO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swahili (macrolanguage) language.
- SWATI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swati language.
- SWEDEN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Sweden region.
- SWEDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swedish language.
- SWEDISH_KRONA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Swedish Krona currency.
- SWEET_MORNING - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sweet Morning" -
- SWISS_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Swiss Franc currency.
- SWISS_GERMAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Swiss German language.
- SWITZERLAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Switzerland region.
- SYLO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syloti Nagri script.
- SYLVIA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Sylvia" -
- SYMBOL - org.pepstock.charba.client.commons.ObjectType
-
Symbols are new to JavaScript in ECMAScript 2015.
- SYMBOL - org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
To use a localized currency symbol such as €, this is the default value.
- SYRC - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syriac script.
- SYRE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syriac (Estrangelo variant) script.
- SYRIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Syria region.
- SYRIAC - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Syriac language.
- SYRIAN_POUND - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Syrian Pound currency.
- SYRJ - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syriac (Western variant) script.
- SYRN - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Syriac (Eastern variant) script.
T
- TAB - org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
The Horizontal Tab key,
Tab. - Table - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the layout and presentation of tables in an HTML document.
- Table() - Constructor for class org.pepstock.charba.client.dom.elements.Table
-
To avoid any instantiation
- TABLEAU10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Tableau10" -
- TABLEAU20 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Tableau20" -
- TableauScheme - Enum in org.pepstock.charba.client.impl.plugins.enums
-
Contains all scheme definitions to map the Tableau schemes.
To configureColorSchemes.IDplugin, where category is "tableau".
Every color scheme has a number at the end of its name, which indicates the number of that colors included in the scheme. - TableauScheme(String, String...) - Constructor for enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Builds a scheme using argument as list of colors in HEX format.
- TableCell - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.
- TableCell() - Constructor for class org.pepstock.charba.client.dom.elements.TableCell
-
To avoid any instantiation
- TableRow - Class in org.pepstock.charba.client.dom.elements
-
Provides special properties and methods for manipulating the layout and presentation of rows in an HTML table.
- TableRow() - Constructor for class org.pepstock.charba.client.dom.elements.TableRow
-
To avoid any instantiation
- TACHELHIT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tachelhit language.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Canvas
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Div
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Heading
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Img
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.LineBreak
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Meta
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Script
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Span
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Style
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.Table
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.TableCell
-
The tag for this element.
- TAG - Static variable in class org.pepstock.charba.client.dom.elements.TableRow
-
The tag for this element.
- TAGALOG - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tagalog language.
- TAGB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tagbanwa script.
- TAITA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Taita language.
- TAIWAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Taiwan region.
- TAJIK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tajik language.
- TAJIKISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tajikistan region.
- TAKA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Taka currency.
- takeRecords() - Method in class org.pepstock.charba.client.dom.MutationObserver
-
Removes all pending notifications from the mutation observer's notification queue and returns them in a new array of mutation record objects.
- TAKR - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for takr numbering system.
- TAKR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Takri, Ṭākrī, Ṭāṅkrī script.
- TALA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Tala currency.
- TALE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tai Le script.
- TALKING_TO_MICE_ELF - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Talking To Mice Elf" -
- TALU - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for talu numbering system.
- TALU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for New Tai Lue script.
- TAMIL - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tamil language.
- TAML - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tamil script.
- TAMLDEC - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for tamldec numbering system.
- TAN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "tan" -
- TANG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tangut script.
- TANZANIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tanzania region.
- TARAN_TADO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Taran Tado" -
- TARGET - org.pepstock.charba.client.dom.events.TouchInit.Property
- TARGET - org.pepstock.charba.client.items.FillColors.Property
- TARGET - org.pepstock.charba.client.options.FillHandler.Property
- TARGET_TOUCHES - org.pepstock.charba.client.dom.events.TouchEventInit.Property
- TASAWAQ - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tasawaq language.
- task - Variable in class org.pepstock.charba.client.AbstractChart.ChartRunnableWrapper
- task - Variable in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
- task - Variable in class org.pepstock.charba.client.utils.CTimer
- TATAR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tatar language.
- TAVT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tai Viet script.
- TEAL - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL" -
- TEAL - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "teal" -
- TEAL - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "TEAL" -
- TEAL_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_ACCENT_1" -
- TEAL_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_ACCENT_2" -
- TEAL_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_ACCENT_3" -
- TEAL_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_ACCENT_4" -
- TEAL_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_DARKEN_1" -
- TEAL_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_DARKEN_2" -
- TEAL_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_DARKEN_3" -
- TEAL_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_DARKEN_4" -
- TEAL_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_1" -
- TEAL_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_2" -
- TEAL_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_3" -
- TEAL_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_4" -
- TEAL_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "TEAL_LIGHTEN_5" -
- TEAL_LOVE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Teal Love" -
- TECHNIC6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Technic6" -
- TELEGRAM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Telegram" -
- TELKO - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Telko" -
- TELU - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for telu numbering system.
- TELU - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Telugu script.
- TELUGU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Telugu language.
- TEMPERATURE7 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Temperature7" -
- TEMPLATE_IMAGE_URL - Static variable in class org.pepstock.charba.client.utils.AnnotationBuilder
- TEMPORARY_ID - Static variable in class org.pepstock.charba.client.labels.Label
- TENG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tengwar script.
- TENGE - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Tenge currency.
- TENSION - org.pepstock.charba.client.data.LiningDataset.Property
- TENSION - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to tension property to animate the element.
- TENSION - org.pepstock.charba.client.options.Line.Property
- TERABIT - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for terabit.
- TERABYTE - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for terabyte.
- TERMINAL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Terminal" -
- TESO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Teso language.
- test(String) - Method in class org.pepstock.charba.client.utils.RegExp
-
Executes a search for a match between a regular expression and a specified string.
- TEXT - org.pepstock.charba.client.configuration.AbstractTitle.Property
- TEXT - org.pepstock.charba.client.dom.enums.CursorType
-
The text can be selected.
- TEXT - org.pepstock.charba.client.items.LegendItem.Property
- TEXT - org.pepstock.charba.client.items.LegendTextHandler.Property
- TEXT - org.pepstock.charba.client.options.AbstractTitle.Property
- TEXT - org.pepstock.charba.client.options.ScaleTitle.Property
- TEXT_ALIGN - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- TEXT_ALIGN - org.pepstock.charba.client.annotation.LabelHandler.Property
- TEXT_ALIGN - org.pepstock.charba.client.datalabels.LabelItem.Property
- TEXT_ALIGN - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- TEXT_ALIGN - org.pepstock.charba.client.options.LegendLabels.Property
- TEXT_ALIGN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LabelHandler
- TEXT_ALIGN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- TEXT_BASELINE - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- TEXT_DIRECTION - org.pepstock.charba.client.options.Legend.Property
- TEXT_DIRECTION - org.pepstock.charba.client.options.TextDirectionHandler.Property
- TEXT_MARGIN - org.pepstock.charba.client.labels.Label.Property
- TEXT_NODE - org.pepstock.charba.client.dom.enums.NodeType
- TEXT_OFFSET - org.pepstock.charba.client.items.ScaleLabelItem.Property
- TEXT_SHADOW - org.pepstock.charba.client.labels.Label.Property
- TEXT_SHADOW_BLUR - org.pepstock.charba.client.datalabels.LabelItem.Property
- TEXT_SHADOW_BLUR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- TEXT_SHADOW_COLOR - org.pepstock.charba.client.datalabels.LabelItem.Property
- TEXT_SHADOW_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- TEXT_STROKE_COLOR - org.pepstock.charba.client.annotation.TextStrokeOptionsHandler.Property
- TEXT_STROKE_COLOR - org.pepstock.charba.client.configuration.Tick.Property
- TEXT_STROKE_COLOR - org.pepstock.charba.client.datalabels.LabelItem.Property
- TEXT_STROKE_COLOR - org.pepstock.charba.client.options.Ticks.Property
- TEXT_STROKE_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
- TEXT_STROKE_COLOR_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- TEXT_STROKE_WIDTH - org.pepstock.charba.client.annotation.TextStrokeOptionsHandler.Property
- TEXT_STROKE_WIDTH - org.pepstock.charba.client.configuration.Tick.Property
- TEXT_STROKE_WIDTH - org.pepstock.charba.client.datalabels.LabelItem.Property
- TEXT_STROKE_WIDTH - org.pepstock.charba.client.options.Ticks.Property
- TEXT_STROKE_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
- TEXT_STROKE_WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.datalabels.LabelItem
- textAlign - Variable in class org.pepstock.charba.client.utils.MultilineTextAnnotationBuilder
- TextAlign - Enum in org.pepstock.charba.client.enums
-
Property to set the text alignment.
- TextAlign(String) - Constructor for enum org.pepstock.charba.client.enums.TextAlign
-
Creates with the property value to use in the native object.
Used only for CENTER. - TextAlign(String, String, String) - Constructor for enum org.pepstock.charba.client.enums.TextAlign
-
Creates with the property value to use in the native object.
- TextAlignCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
textAlignproperty at runtime - textAlignCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LabelHandler
- textAlignCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- TextBaseline - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the set of values to specify the current text baseline used when drawing text.
- TextBaseline(String) - Constructor for enum org.pepstock.charba.client.dom.enums.TextBaseline
-
Creates with the property value to use in the native object.
- textCallback - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- TextCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
textproperty at runtime. - textCallbackProxy - Variable in class org.pepstock.charba.client.configuration.AbstractTitle
- TextDecoration - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the set of values to specify the appearance of decorative lines on text.
- TextDecoration(String) - Constructor for enum org.pepstock.charba.client.dom.enums.TextDecoration
-
Creates with the property value to use in the native object.
- TextDirection - Enum in org.pepstock.charba.client.enums
-
Enumerates the text direction that will force the text direction on the canvas for rendering the legend, regardless of the CSS specified on the canvas.
- TextDirection(String) - Constructor for enum org.pepstock.charba.client.enums.TextDirection
-
Creates the enumeration by its value.
- textDirectionHandler - Variable in class org.pepstock.charba.client.options.Legend
- textDirectionHandler - Variable in class org.pepstock.charba.client.options.Tooltips
- TextDirectionHandler - Class in org.pepstock.charba.client.options
-
Base object to map the text direction options.
- TextDirectionHandler(AbstractNode, IsDefaultTextDirectionHandler, NativeObject) - Constructor for class org.pepstock.charba.client.options.TextDirectionHandler
-
Creates a text direction handler with the native object where FONTs properties must be managed and the default value to use when the property does not exist.
- TextDirectionHandler.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- TextMetricsItem - Class in org.pepstock.charba.client.dom.elements
-
Represents the dimensions of a piece of text in the canvas, as created by the
Context2dItem.measureText(String)method. - TextMetricsItem() - Constructor for class org.pepstock.charba.client.dom.elements.TextMetricsItem
-
To avoid any instantiation
- TextNode - Class in org.pepstock.charba.client.dom.elements
-
Represents the textual content of an element or attribute.
If an element has no markup within its content, it has a single child implementing text node that contains the element's text. - TextNode() - Constructor for class org.pepstock.charba.client.dom.elements.TextNode
-
To avoid any instantiation
- TextShadowBlurCallback - Interface in org.pepstock.charba.client.datalabels.callbacks
-
Callback interface of
DataLabelsPlugin.IDplugin to settextShadowBlurproperty at runtime, using the plugin context. - textShadowBlurCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- textShadowColorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- textStrokeColorCallback - Variable in class org.pepstock.charba.client.configuration.Tick
- textStrokeColorCallbackProxy - Variable in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
- textStrokeColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
- textStrokeColorCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- textStrokeHandler - Variable in class org.pepstock.charba.client.annotation.InnerLabel
- textStrokeHandler - Variable in class org.pepstock.charba.client.annotation.LabelAnnotation
- TextStrokeOptionsHandler - Class in org.pepstock.charba.client.annotation
-
Base object to map the text stroke options.
- TextStrokeOptionsHandler(AbstractAnnotation, IsDefaultsTextStrokeOptionsHandler, NativeObject) - Constructor for class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
-
Creates a text stroke options handler with the native object where text stroke options properties must be managed and the default value to use when the property does not exist.
- TextStrokeOptionsHandler.Property - Enum in org.pepstock.charba.client.annotation
-
Name of properties of native object.
- textStrokeWidthCallback - Variable in class org.pepstock.charba.client.configuration.Tick
- textStrokeWidthCallbackProxy - Variable in class org.pepstock.charba.client.annotation.TextStrokeOptionsHandler
- textStrokeWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Tick
- textStrokeWidthCallbackProxy - Variable in class org.pepstock.charba.client.datalabels.LabelItem
- TFNG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tifinagh (Berber) script.
- TGLG - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tagalog (Baybayin, Alibata) script.
- THAA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Thaana script.
- THAI - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for thai numbering system.
- THAI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Thai language.
- THAI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Thai script.
- THAILAND - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Thailand region.
- THATCH6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Thatch6" -
- THE_BLUE_LAGOON - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "The Blue Lagoon" -
- THE_CODES_ASSIGNED_FOR_TRANSACTIONS_WHERE_NO_CURRENCY_IS_INVOLVED - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for The codes assigned for transactions where no currency is involved currency.
- THE_SKY_AND_THE_SEA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "The Sky And The Sea" -
- THE_STRAIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "The Strain" -
- THEIL_SEN - org.pepstock.charba.client.enums.RegressionType
-
Identify an TheilSen regression,
TheilSenRegression. - THEIL_SEN - org.pepstock.charba.client.ml.RegressionFactory
-
Identify an TheilSen regression,
TheilSenRegression. - TheilSenRegression - Class in org.pepstock.charba.client.ml
-
In TheilSen Regression, the estimation of the model is done by calculating the slopes and intercepts of a subpopulation of all possible combinations of subsample points.
The final slope and intercept is then defined as the spatial median of these slopes and intercepts.
The TheilSen Regression model can be represented using the below equation:
y = a0 + a1x
where
a0 is the intercept of the Regression line (can be obtained putting x=0) a1 is the slope of the regression line, which tells whether the line is increasing or decreasing
This regression can be computed efficiently, and is insensitive to outliers.
It can be significantly more accurate than non-robust simple linear regression (least squares) for skewed and heteroskedastic data, and competes well against least squares even for normally distributed data in terms of statistical power.
It has been called "the most popular nonparametric technique for estimating a linear trend".
See details on Theil–Sen estimator. - TheilSenRegression(List<Double>, List<Double>) - Constructor for class org.pepstock.charba.client.ml.TheilSenRegression
-
Creates the TheilSen regression object, using the passed data to calculate the formula.
- TheilSenRegression(RegressionDescriptor) - Constructor for class org.pepstock.charba.client.ml.TheilSenRegression
-
Creates the TheilSen regression object, using the passed regression descriptor.
- thickness - Variable in class org.pepstock.charba.client.impl.charts.MeterOptions
- THISTLE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "thistle" -
- Threshold - Class in org.pepstock.charba.client.impl.charts
-
Is the threshold to use for gauge chart.
- Threshold(String) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
-
Creates a threshold with standard color (
Threshold.DEFAULT_VALUE_COLOR) and value (Double.MAX_VALUE). - Threshold(String, double) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
-
Creates a threshold with standard color (
Threshold.DEFAULT_VALUE_COLOR). - Threshold(String, double, IsColor) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
-
Creates a threshold
- Threshold(String, IsColor) - Constructor for class org.pepstock.charba.client.impl.charts.Threshold
-
Creates a threshold with standard value (
Double.MAX_VALUE). - THRESHOLD - org.pepstock.charba.client.options.Decimation.Property
- THRESHOLD - org.pepstock.charba.client.zoom.Drag.Property
- THRESHOLD - org.pepstock.charba.client.zoom.Pan.Property
- thresholds - Variable in class org.pepstock.charba.client.impl.charts.GaugeDataset
- throwIllegalArgumentException(String, Object...) - Static method in class org.pepstock.charba.client.commons.Checker
-
Creates the exception message and throw a
IllegalArgumentException. - THURSDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is THURSDAY.
- TIBETAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tibetan language.
- TIBT - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for tibt numbering system.
- TIBT - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tibetan script.
- tick - Variable in class org.pepstock.charba.client.callbacks.ScaleContext
- tick - Variable in class org.pepstock.charba.client.configuration.Major
- Tick - Class in org.pepstock.charba.client.configuration
-
Specific tick with minimum and maximum sub ticks.
- Tick(Axis) - Constructor for class org.pepstock.charba.client.configuration.Tick
-
Builds the object storing the axis which this tick belongs to.
- TICK - org.pepstock.charba.client.callbacks.ScaleContext.Property
- TICK - org.pepstock.charba.client.enums.ContextType
-
Tick of scale context type.
- TICK_BORDER_DASH - org.pepstock.charba.client.options.Grid.Property
- TICK_BORDER_DASH_OFFSET - org.pepstock.charba.client.configuration.Grid.Property
- TICK_BORDER_DASH_OFFSET - org.pepstock.charba.client.options.Grid.Property
- TICK_COLOR - org.pepstock.charba.client.configuration.Grid.Property
- TICK_COLOR - org.pepstock.charba.client.options.Grid.Property
- TICK_LENGTH - org.pepstock.charba.client.options.Grid.Property
- TICK_WIDTH - org.pepstock.charba.client.configuration.Grid.Property
- TICK_WIDTH - org.pepstock.charba.client.options.Grid.Property
- Tick.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- TickAlign - Enum in org.pepstock.charba.client.enums
-
Property to set alignment of the ticks.
- TickAlign(String) - Constructor for enum org.pepstock.charba.client.enums.TickAlign
-
Creates with the property value to use in the native object.
- tickBorderDashOffsetCallback - Variable in class org.pepstock.charba.client.configuration.Grid
- tickBorderDashOffsetCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Grid
- TickCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to implement if wants to change the tick marks to include information about the data type, for axes which are showing data as numbers.
It can return aListof strings (for multiple lines). - tickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.CategoryTickHandler
- tickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.LinearTickHandler
- tickCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TimeTickHandler
- tickColorCallback - Variable in class org.pepstock.charba.client.configuration.Grid
- tickColorCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Grid
- tickHandler - Variable in class org.pepstock.charba.client.configuration.CartesianCategoryTick
- tickHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLinearTick
- tickHandler - Variable in class org.pepstock.charba.client.configuration.CartesianLogarithmicTick
- tickHandler - Variable in class org.pepstock.charba.client.configuration.CartesianTimeTick
- tickHandler - Variable in class org.pepstock.charba.client.configuration.RadialLinearTick
- ticks - Variable in class org.pepstock.charba.client.configuration.CartesianCategoryAxis
- ticks - Variable in class org.pepstock.charba.client.configuration.CartesianLinearAxis
- ticks - Variable in class org.pepstock.charba.client.configuration.CartesianLogarithmicAxis
- ticks - Variable in class org.pepstock.charba.client.configuration.CartesianTimeAxis
- ticks - Variable in class org.pepstock.charba.client.configuration.RadialAxis
- ticks - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- ticks - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTicks
- ticks - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- ticks - Variable in class org.pepstock.charba.client.options.AbstractScale
- Ticks - Class in org.pepstock.charba.client.options
-
All configuration for ticks of a chart.
It defines options for the tick marks that are generated by the axis. - Ticks(AbstractScale, Key, IsDefaultTicks, NativeObject) - Constructor for class org.pepstock.charba.client.options.Ticks
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- TICKS - org.pepstock.charba.client.enums.Bounds
-
Make sure ticks are fully visible, data outside are truncated.
- TICKS - org.pepstock.charba.client.items.ScaleItem.Property
- TICKS - org.pepstock.charba.client.options.AbstractScale.Property
- Ticks.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- TicksNumberFormat - Class in org.pepstock.charba.client.options
-
It applies the number formatting to the ticks of all linear scales.
- TicksNumberFormat(Ticks, Key, IsDefaultNumberFormatOptions, NativeObject) - Constructor for class org.pepstock.charba.client.options.TicksNumberFormat
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- TickSource - Enum in org.pepstock.charba.client.enums
-
Controls the ticks generation on cartesian time axis.
- TickSource(String) - Constructor for enum org.pepstock.charba.client.enums.TickSource
-
Creates with the property value to use in the native object.
- tickWidthCallback - Variable in class org.pepstock.charba.client.configuration.Grid
- tickWidthCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Grid
- TIGRE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tigre language.
- TIGRINYA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tigrinya language.
- TilesBuilder - Class in org.pepstock.charba.client.colors.tiles
-
Comfortable object to create tiles (as CHARBA pattern or canvas pattern) by a builder.
- TilesBuilder() - Constructor for class org.pepstock.charba.client.colors.tiles.TilesBuilder
-
To avoid any instantiation
- TilesFactory - Class in org.pepstock.charba.client.colors.tiles
-
Builds tiles creating a CHARBA pattern or canvas pattern passing all needed arguments and leveraging on tiles factory defaults.
- TilesFactory() - Constructor for class org.pepstock.charba.client.colors.tiles.TilesFactory
-
To avoid any instantiation
- TilesFactoryDefaults - Class in org.pepstock.charba.client.colors.tiles
-
Contains the defaults configuration of tile builder.
- TilesFactoryDefaults() - Constructor for class org.pepstock.charba.client.colors.tiles.TilesFactoryDefaults
-
To avoid any external implementation
- TILT_X - org.pepstock.charba.client.dom.events.PointerEventInit.Property
- TILT_Y - org.pepstock.charba.client.dom.events.PointerEventInit.Property
- TIMBER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Timber" -
- time - Variable in class org.pepstock.charba.client.configuration.CartesianTimeAxis
- time - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- time - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTime
- time - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- time - Variable in class org.pepstock.charba.client.options.AbstractScale
- Time - Class in org.pepstock.charba.client.configuration
-
The time configuration is used to configure how time and time series axes must configure the tick marks.
- Time - Class in org.pepstock.charba.client.options
-
The time configuration is used to configure how time and time series axes must configure the tick marks.
- Time(Axis) - Constructor for class org.pepstock.charba.client.configuration.Time
-
Builds the object storing the axis which this time belongs to.
- Time(AbstractScale, Key, IsDefaultTime, NativeObject) - Constructor for class org.pepstock.charba.client.options.Time
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- TIME - org.pepstock.charba.client.enums.ChartAxisType
-
The time scale is used to display times and dates.
- TIME - org.pepstock.charba.client.options.AbstractScale.Property
- TIME_SERIES_DATA_USAGE_MESSAGE - Static variable in class org.pepstock.charba.client.data.Dataset
- TIME_STYLE - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- TIME_ZONE - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- TIME_ZONE_NAME - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- TIME_ZONE_NAME - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the name of the time zone, for example "UTC".
- Time.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- timeAxis - Variable in class org.pepstock.charba.client.configuration.TimeSeriesScales
- timeAxis - Variable in class org.pepstock.charba.client.configuration.TimeTickHandler
- TIMEOUT - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- timeoutID - Variable in class org.pepstock.charba.client.utils.CScheduler.RunnableWrapper
- timeoutID - Variable in class org.pepstock.charba.client.utils.CSchedulerRegistration
- timer - Variable in class org.pepstock.charba.client.AbstractChart
- TIMESERIES - org.pepstock.charba.client.enums.ChartAxisType
-
The time series scale is used to display times and dates.
- TIMESERIES_ITEMS_FACTORY - Static variable in class org.pepstock.charba.client.data.Dataset
- TimeSeriesBarChart - Class in org.pepstock.charba.client
-
BAR chart implementation for time series.
A bar chart provides a way of showing data values represented as vertical bars. - TimeSeriesBarChart() - Constructor for class org.pepstock.charba.client.TimeSeriesBarChart
-
Builds the object.
- TimeSeriesBarChart(Type) - Constructor for class org.pepstock.charba.client.TimeSeriesBarChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - TimeSeriesBarChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
BAR chart GWT WIDGET implementation for time series.
A bar chart provides a way of showing data values represented as vertical bars. - TimeSeriesBarChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
-
Builds the object.
- TimeSeriesBarChartWidget(TimeSeriesBarChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesBarChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - TimeSeriesBarDataset - Class in org.pepstock.charba.client.data
-
The time series bar chart allows a number of properties to be specified for each dataset.
- TimeSeriesBarDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates a dataset.
It uses the global options has default. - TimeSeriesBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates a dataset.
It uses the global options has default. - TimeSeriesBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates the dataset using a default.
- TimeSeriesBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates the dataset using a default.
- TimeSeriesBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesBarOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for BAR chart, for time series.
- TimeSeriesBarOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesBarOptions
-
Builds the object storing the chart instance and default values.
- TimeSeriesHorizontalBarDataset - Class in org.pepstock.charba.client.data
-
The time series horizontal bar chart allows a number of properties to be specified for each dataset.
- TimeSeriesHorizontalBarDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default. - TimeSeriesHorizontalBarDataset(boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates a dataset.
It uses the global options has default. - TimeSeriesHorizontalBarDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates the dataset using a default.
- TimeSeriesHorizontalBarDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates the dataset using a default.
- TimeSeriesHorizontalBarDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesHorizontalBarDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesHorizontalBarDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesItem - Class in org.pepstock.charba.client.data
-
Default implementation for time series item interface in order to manage time series item (time and value).
- TimeSeriesItem(Date) - Constructor for class org.pepstock.charba.client.data.TimeSeriesItem
-
Creates a time series item setting the time passed as argument.
- TimeSeriesItem(Date, double) - Constructor for class org.pepstock.charba.client.data.TimeSeriesItem
-
Creates a time series item setting the time and the value passed as argument.
- TimeSeriesItem(NativeObject) - Constructor for class org.pepstock.charba.client.data.TimeSeriesItem
-
Internal constructor which is used when time series items are requested.
- TimeSeriesItemFactory() - Constructor for class org.pepstock.charba.client.data.Dataset.TimeSeriesItemFactory
- TimeSeriesLineChart - Class in org.pepstock.charba.client
-
LINE chart implementation for time series.
A line chart is a way of plotting data points on a line. - TimeSeriesLineChart() - Constructor for class org.pepstock.charba.client.TimeSeriesLineChart
-
Builds the object.
- TimeSeriesLineChart(Type) - Constructor for class org.pepstock.charba.client.TimeSeriesLineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - TimeSeriesLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
LINE chart GWT WIDGET implementation for time series.
A line chart is a way of plotting data points on a line. - TimeSeriesLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
-
Builds the object.
- TimeSeriesLineChartWidget(TimeSeriesLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.TimeSeriesLineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - TimeSeriesLineDataset - Class in org.pepstock.charba.client.data
-
The time series line chart allows a number of properties to be specified for each dataset.
- TimeSeriesLineDataset() - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates a dataset.
It uses the global options has default. - TimeSeriesLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates a dataset.
It uses the global options has default. - TimeSeriesLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates the dataset using a default.
- TimeSeriesLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates the dataset using a default.
- TimeSeriesLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.TimeSeriesLineDataset
-
Creates the dataset using a default and chart type related to the dataset.
- TimeSeriesLineOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for LINE chartfor time series.
- TimeSeriesLineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesLineOptions
-
Builds the object storing the chart instance and default values.
- TimeSeriesOptions - Class in org.pepstock.charba.client.configuration
-
Abstract configuration of time series chart.
It uses TIME axis for X axis and Linear for Y axis. - TimeSeriesOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesOptions
-
Builds the object storing the chart instance, default values and linear and time scales created out of the box.
- TimeSeriesScales - Class in org.pepstock.charba.client.configuration
-
Specific scales for time series charts.
It usesCartesianTimeSeriesAxisfor X axis and Linear for Y axis. - TimeSeriesScales(ScalesOptions) - Constructor for class org.pepstock.charba.client.configuration.TimeSeriesScales
-
Builds the object storing the root options.
- TimeTickCallback - Interface in org.pepstock.charba.client.callbacks
-
Interface to implement if wants to change the tick marks to include information about the data type, for cartesian time axes.
It can return aListof strings (for multiple lines). - TimeTickHandler - Class in org.pepstock.charba.client.configuration
-
Base object to map an axis tick for TIME axes,
CartesianTimeAxisorCartesianTimeSeriesAxis.
It is also common to want to change the tick marks to include information about the data type.
To do this, you need to add a callback in the axis configuration. - TimeTickHandler(Axis, CartesianTimeTick) - Constructor for class org.pepstock.charba.client.configuration.TimeTickHandler
-
Builds the object storing the axis instance and options element, based on different kind of axis.
- TimeTickHandler.ProxyTickCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback when tick is created.
Must be an interface with only 1 method. - TimeUnit - Enum in org.pepstock.charba.client.enums
-
Controls the data distribution along the scale.
- TimeUnit(String) - Constructor for enum org.pepstock.charba.client.enums.TimeUnit
-
Creates a time unit with its property name to use in the options.
- TimeZone - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the time zones identifiers which can be used on dates management.
See IANA times zones for more details. - TimeZone(String, String) - Constructor for enum org.pepstock.charba.client.intl.enums.TimeZone
-
Creates the object with timezone name (value) and its UTC offset.
- TimeZoneName - Enum in org.pepstock.charba.client.intl.enums
-
Enumerates the possible value to set the representation of the time zone name.
- TimeZoneName(String) - Constructor for enum org.pepstock.charba.client.intl.enums.TimeZoneName
-
Creates with the property value to use in the native object.
- TIRH - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for tirh numbering system.
- TIRH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Tirhuta script.
- TITANIUM - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Titanium" -
- title - Variable in class org.pepstock.charba.client.ChartNode
- title - Variable in class org.pepstock.charba.client.configuration.CartesianAxis
- title - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- title - Variable in class org.pepstock.charba.client.configuration.Legend
- title - Variable in class org.pepstock.charba.client.defaults.chart.AbstractDefaultChartTitle
- title - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartLegend
- title - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScale
- title - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartScaleTitle
- title - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- title - Variable in class org.pepstock.charba.client.defaults.globals.DefaultScale
- title - Variable in class org.pepstock.charba.client.options.AbstractScale
- title - Variable in class org.pepstock.charba.client.options.Legend
- title - Variable in class org.pepstock.charba.client.options.Options
- title - Variable in class org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions
- title - Variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultValues
- title - Variable in class org.pepstock.charba.client.utils.toast.ToastItemOptions
- Title - Class in org.pepstock.charba.client.configuration
-
Configures the chart title which defines text to draw at the top of the chart.
- Title - Class in org.pepstock.charba.client.options
-
Configures the default chart title which defines text to draw at the top of the chart.
- Title - Class in org.pepstock.charba.client.utils.toast
-
Configures the toast title.
- Title(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Title
-
Builds the object storing the root options element.
- Title(Plugins, Key, IsDefaultTitle, NativeObject) - Constructor for class org.pepstock.charba.client.options.Title
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Title(AbstractReadOnlyToastOptions, Key, IsDefaultContentElement, NativeObject) - Constructor for class org.pepstock.charba.client.utils.toast.Title
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- TITLE - org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- TITLE - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the title.
- TITLE - org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Changes the cursor when over to the title.
- TITLE - org.pepstock.charba.client.items.TooltipModel.Property
- TITLE - org.pepstock.charba.client.options.AbstractScale.Property
- TITLE - org.pepstock.charba.client.options.Legend.Property
- TITLE - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- TITLE - org.pepstock.charba.client.utils.toast.ToastItem.Property
- TITLE_ALIGN - org.pepstock.charba.client.options.Tooltips.Property
- TITLE_CALLBACK - Static variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
- TITLE_COLOR - org.pepstock.charba.client.options.Tooltips.Property
- TITLE_FONT - org.pepstock.charba.client.options.Tooltips.Property
- TITLE_MARGIN_BOTTOM - org.pepstock.charba.client.options.Tooltips.Property
- TITLE_SPACING - org.pepstock.charba.client.options.Tooltips.Property
- titleCallback - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- titleCallbackProxy - Variable in class org.pepstock.charba.client.configuration.TooltipsCallbacks
- titleCallbackProxy - Variable in class org.pepstock.charba.client.impl.plugins.HtmlLegendOptions
- TitleClickEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user clicks on the title of the chart.
- TitleClickEvent(NativeAbstractMouseEvent, Title) - Constructor for class org.pepstock.charba.client.events.TitleClickEvent
-
Creates the event with title related to the click
- TitleClickEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for clicking on the chart title.
- TitleEnterEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user enters on the title of the chart.
- TitleEnterEvent(NativeAbstractMouseEvent, Title) - Constructor for class org.pepstock.charba.client.events.TitleEnterEvent
-
Creates the event with title related to the enter
- TitleEnterEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for entering on the chart title.
- titleFont - Variable in class org.pepstock.charba.client.configuration.Tooltips
- titleFont - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- titleFont - Variable in class org.pepstock.charba.client.options.Tooltips
- TitleLeaveEvent - Class in org.pepstock.charba.client.events
-
Event which is fired when the user leaves on the title of the chart.
- TitleLeaveEvent(NativeAbstractMouseEvent, Title) - Constructor for class org.pepstock.charba.client.events.TitleLeaveEvent
-
Creates the event with title related to the leave
- TitleLeaveEventHandler - Interface in org.pepstock.charba.client.events
-
Event handler for leaving on the chart title.
- TitleNode - Class in org.pepstock.charba.client.items
-
Wrapper of title node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS). - TitleNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TitleNode
-
Creates the item using envelop with the native java script object which contains all properties.
- to - Variable in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
- TO - org.pepstock.charba.client.options.AnimationCollection.Property
- TO - org.pepstock.charba.client.sankey.enums.ColorMode
-
The mode to enable to use the "to" color between items.
- TO - org.pepstock.charba.client.sankey.SankeyDataPoint.Property
- TO_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.options.AnimationCollection
- toActionItems(List<ActionItem>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toArea() - Method in class org.pepstock.charba.client.items.ChartAreaNode
-
Creates and returns a
IsAreainstance, cloning the chart area. - toArray() - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
- toArray() - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns an array containing all of the elements in this set.
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayCanvasList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayDoubleList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayEnumList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayImageList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayIntegerList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayKeyList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayObjectList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayStringList
- toArray() - Method in class org.pepstock.charba.client.commons.ArrayTouchList
- toArray() - Method in class org.pepstock.charba.client.dom.elements.Uint8ClampedArray
-
Transforms a
Uint8ClampedArrayto anArrayIntegerinstance in order to be managed. - toArray(T[]) - Method in class org.pepstock.charba.client.commons.AbstractArrayList
- toArray(T[]) - Method in class org.pepstock.charba.client.commons.AbstractArrayNativeContainerList
- toArray(T[]) - Method in class org.pepstock.charba.client.commons.AbstractArraySet
-
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
- TOAST_CSS_UTIL - org.pepstock.charba.client.resources.ResourceName
-
CSS file to use in the Charba toast utility.
- TOAST_CSS_UTIL_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'ToastCssUtilResource' class.
- TOAST_JS_UTIL - org.pepstock.charba.client.resources.ResourceName
-
JS file to use in the Charba toast utility.
- TOAST_JS_UTIL_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'ToastJsUtilResource' class.
- ToastCssUtilResource - Class in org.pepstock.charba.client.utils.toast
-
Contains the content of
charba.toast.min.cssto inject. - ToastCssUtilResource() - Constructor for class org.pepstock.charba.client.utils.toast.ToastCssUtilResource
-
Creates the injectable resource with
charba.toast.min.csscontent. - Toaster - Class in org.pepstock.charba.client.utils.toast
-
Utility for displaying toast notifications with progress bars on the page.
- Toaster() - Constructor for class org.pepstock.charba.client.utils.toast.Toaster
-
To avoid any instantiation
- ToastItem - Class in org.pepstock.charba.client.utils.toast
-
Represents an toast instance, once it has been created and consumed.
- ToastItem(NativeObject, ToastOptions, Map<String, Object>) - Constructor for class org.pepstock.charba.client.utils.toast.ToastItem
-
Creates the configuration with native object instance to be wrapped.
- ToastItem(ToastOptions, Map<String, Object>) - Constructor for class org.pepstock.charba.client.utils.toast.ToastItem
-
Creates the configuration with new native object instance to be wrapped.
- ToastItem.CommonProperty - Enum in org.pepstock.charba.client.utils.toast
-
Name of properties of native object.
- ToastItem.DateTime - Class in org.pepstock.charba.client.utils.toast
-
Internal object of toast item where the status and the time, when the change status occurred, are store.
- ToastItem.Property - Enum in org.pepstock.charba.client.utils.toast
-
Name of properties of native object.
- ToastItemAction - Class in org.pepstock.charba.client.utils.toast
-
Is a wrapper of
ActionItemwhich represents an immutable action, after the toast closure. - ToastItemAction(ActionItem) - Constructor for class org.pepstock.charba.client.utils.toast.ToastItemAction
-
Wraps of
ActionItemwhich represents an immutable action, after the toast closure. - ToastItemOptions - Class in org.pepstock.charba.client.utils.toast
-
Wrapper of
ToastOptions, used byToastItem, which exposes all "get" methods in order to be immutable. - ToastItemOptions(ToastOptions) - Constructor for class org.pepstock.charba.client.utils.toast.ToastItemOptions
-
Creates the object which wraps the passed argument.
- ToastItemOptions.WrapperAction - Class in org.pepstock.charba.client.utils.toast
-
Is a wrapper of
ActionItemin order to exposes only "get" methods. - ToastItemOptions.WrapperContentElement - Class in org.pepstock.charba.client.utils.toast
- ToastJsUtilResource - Class in org.pepstock.charba.client.utils.toast
-
Contains the content of
charba.toast.min.jsto inject. - ToastJsUtilResource() - Constructor for class org.pepstock.charba.client.utils.toast.ToastJsUtilResource
-
Creates the injectable resource with
charba.toast.min.jscontent. - ToastOptions - Class in org.pepstock.charba.client.utils.toast
-
Entity to configure the toast to show.
- ToastOptions() - Constructor for class org.pepstock.charba.client.utils.toast.ToastOptions
-
Creates the object with an empty configuration instance.
- ToastOptions(NativeObject, IsDefaultToastOptions) - Constructor for class org.pepstock.charba.client.utils.toast.ToastOptions
-
Creates the configuration with native object instance to be wrapped.
- ToastOptions(ToastOptions) - Constructor for class org.pepstock.charba.client.utils.toast.ToastOptions
-
Creates the object cloning the passed argument.
- ToastOptions.Property - Enum in org.pepstock.charba.client.utils.toast
-
Name of properties of native object.
- ToastOptions.ProxyEventCallback - Interface in org.pepstock.charba.client.utils.toast
-
Java script FUNCTION callback when an event is emitted on the toast item.
Must be an interface with only 1 method. - ToastOptions.ProxyHandlerCallback - Interface in org.pepstock.charba.client.utils.toast
-
Java script FUNCTION callback when an handler must engage for notification.
Must be an interface with only 1 method. - ToastOptionsBuilder - Class in org.pepstock.charba.client.utils.toast
-
Comfortable object to create
Toasteroptions by a builder. - ToastOptionsBuilder() - Constructor for class org.pepstock.charba.client.utils.toast.ToastOptionsBuilder
-
To avoid any instantiation
- ToastTypeBuilder - Class in org.pepstock.charba.client.utils.toast
-
Comfortable object to create custom
IsToastTypeby a builder. - ToastTypeBuilder(Key, IsColor, IsColor, Pattern, Gradient) - Constructor for class org.pepstock.charba.client.utils.toast.ToastTypeBuilder
-
To avoid any instantiation.
- toBase64Image() - Method in interface org.pepstock.charba.client.IsChart
-
Returns a data-URL containing a representation of the image in the PNG format and the image quality value is 0.92.
- toBase64Image(double) - Method in interface org.pepstock.charba.client.IsChart
-
Returns a data-URL containing a representation of the image in the PNG format.
The returned image is in a resolution of 96dpi. - toBase64Image(String, double) - Method in class org.pepstock.charba.client.Chart
-
Returns a base 64 encoded string of the chart in it's current state.
- toBase64Image(ImageMimeType) - Method in interface org.pepstock.charba.client.IsChart
-
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi and the image quality value is 0.92. - toBase64Image(ImageMimeType, double) - Method in class org.pepstock.charba.client.AbstractChart
-
Returns a base 64 encoded string of the chart in it's current state.
- toBase64Image(ImageMimeType, double) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- toBase64Image(ImageMimeType, double) - Method in interface org.pepstock.charba.client.IsChart
-
Returns a base 64 encoded string of the chart in it's current state.
- toBooleans(List<Boolean>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from a list.
- toBorderAlign(List<BorderAlign>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toBorderSkipped(List<BorderSkipped>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- ToCallback - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set
toproperty ofAnimationCollectionat runtime. - toCallbackProxy - Variable in class org.pepstock.charba.client.options.AnimationCollection
- toCanvas(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
Canvasobject casting the argument. - toColors(List<IsColor>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toCSSBackground() - Method in class org.pepstock.charba.client.utils.toast.AbstractStandardType
-
Returns the CSS representation of background.
- toCSSBackground() - Method in class org.pepstock.charba.client.utils.toast.StandardProgressBarType
- toCSSBackground() - Method in class org.pepstock.charba.client.utils.toast.StandardToastType
- toCSSBackgroundProperty(String) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a URL CSS property for the data URL for the current content of the canvas element.
- toCSSBackgroundProperty(String, Repetition) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a URL CSS property for the data URL for the current content of the canvas element.
- toCSSBackgroundProperty(Gradient) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the CSS syntax to represent the gradient.
The dimension of canvas pattern image will be the dimension of pattern. - toCSSBackgroundProperty(Pattern) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the CSS syntax to represent the pattern.
The dimension of canvas pattern image will be the dimension of pattern. - toCSSBackgroundProperty(Pattern, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the CSS syntax to represent the pattern.
The dimension of canvas pattern image is unique then the image of pattern is a square. - toCSSBackgroundProperty(Pattern, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns the CSS syntax to represent the pattern.
- toCSSBackgroundProperty(Img) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Returns a URL CSS property for the current content of an image element instance.
- toCSSBorderRadiusProperty(IsBorderRadius) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Builds the border radius string (shorthand property of CSS font) to use in the canvas object or in DOM element.
The format is [top-left | top-right | bottom-right | bottom-left]. - toCSSString() - Method in class org.pepstock.charba.client.options.AbstractImmutableFont
- toCSSString() - Method in interface org.pepstock.charba.client.options.IsImmutableFont
-
Builds the font string (shorthand property of CSS font) to use in the canvas object.
See here CSS specification. - toDataPoints(List<DataPoint>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toDataURL() - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image in the PNG format and the image quality value is 0.92.
- toDataURL(double) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image in the PNG format.
The returned image is in a resolution of 96dpi. - toDataURL(ImageMimeType) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi and the image quality value is 0.92. - toDataURL(ImageMimeType, double) - Method in class org.pepstock.charba.client.dom.elements.Canvas
-
Returns a data-URL containing a representation of the image format, passed as argument.
The returned image is in a resolution of 96dpi. - toDates(List<Date>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toDiv(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
Divobject casting the argument. - toDoubles(List<Double>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from a list.
- toEventButtons(List<EventButton>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toFilteredJSON() - Method in class org.pepstock.charba.client.data.Dataset
-
Returns the JSON representation of data set.
- toFont(NativeObject) - Method in class org.pepstock.charba.client.NativeHelpers
-
Parses font options and returns the font object.
- toFont(IsDefaultFont) - Method in class org.pepstock.charba.client.Helpers
-
Parses font options and returns a normalized font object.
- toFont(FontItem) - Method in class org.pepstock.charba.client.Helpers
-
Parses font options and returns a normalized font object.
- toFontString(IsDefaultFont) - Method in class org.pepstock.charba.client.Helpers
-
Builds the font string (shorthand property of CSS font) to use in the canvas object.
See here CSS specification. - toFontString(FontItem) - Method in class org.pepstock.charba.client.Helpers
-
Builds the font string (shorthand property of CSS font) to use in the canvas object.
See here CSS specification. - toFormula() - Method in class org.pepstock.charba.client.ml.BaseRegression
- toFormula() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the formula of the regression.
- toFormula(int) - Method in class org.pepstock.charba.client.ml.BaseRegression
- toFormula(int) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the formula of the regression, using the requested precision.
- toFormula(NativeBaseRegression, int) - Static method in class org.pepstock.charba.client.ml.NativeJsMLHelper
-
Returns the formula of the regression, using the requested precision.
- toggleDataVisibility(int) - Method in class org.pepstock.charba.client.AbstractChart
-
Toggles the visibility of an item in all data sets.
A data set needs to explicitly support this feature for it to have an effect.
From internal chart types, doughnut / pie and polar area use this. - toggleDataVisibility(int) - Method in class org.pepstock.charba.client.Chart
-
Toggles the visibility of an item in all datasets.
A dataset needs to explicitly support this feature for it to have an effect.
From internal chart types, doughnut / pie and polar area use this. - toggleDataVisibility(int) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- toggleDataVisibility(int) - Method in interface org.pepstock.charba.client.IsChart
-
Toggles the visibility of an item in all datasets.
A dataset needs to explicitly support this feature for it to have an effect.
From internal chart types, doughnut / pie and polar area use this. - TOGO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Togo region.
- toGradient(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
CanvasGradientItemobject casting the argument. - toHex() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns HEX string value which represents the color.
- toHex(IsColor) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Returns HEX string value which represents the color.
- toHSL() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns HSL string value which represents the color.
- toHSL(IsColor, boolean) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Returns HSL or HSLA string value which represents the color.
- toHSLA() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns HSLA string value which represents the color.
- toImageElement(String) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS.
- toImageElement(String, int, int) - Static method in class org.pepstock.charba.client.utils.Utilities
-
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS, forcing the size.
- toImg(ImageResource) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by image resource which provides access to image data at runtime.
- toImg(ImageResource, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by image resource which provides access to image data at runtime, forcing the size.
- toImg(Image) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by image widget that displays the image at a given URL.
- toImg(Image, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by image widget that displays the image at a given URL, forcing the size.
- toImg(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
Imgobject casting the argument. - toImg(String) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS.
- toImg(String, int, int) - Static method in class org.pepstock.charba.client.gwt.ImagesHelper
-
Creates a image element by a data URL which is a URI scheme that provides a way to in-line data in a document, and it's commonly used to embed images in HTML and CSS, forcing the size.
- toIntegers(List<Integer>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from a list.
- toJSON() - Method in class org.pepstock.charba.client.ChartNode
-
Returns the string JSON representation of the object.
- toJSON() - Method in class org.pepstock.charba.client.commons.NativeArrayContainer
-
Returns the string JSON representation of the array.
- toJSON() - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the string JSON representation of the object.
- toJSON() - Method in class org.pepstock.charba.client.configuration.ConfigurationContainer
-
Returns the JSON representation of the object.
- toJSON() - Method in class org.pepstock.charba.client.ml.NativeBaseRegression
-
Returns the regression descriptor.
- TOKELAU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tokelau region.
- toKeys(List<Key>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- toLaTeX() - Method in class org.pepstock.charba.client.ml.BaseRegression
- toLaTeX() - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the formula of the regression.
- toLaTeX(int) - Method in class org.pepstock.charba.client.ml.BaseRegression
- toLaTeX(int) - Method in interface org.pepstock.charba.client.ml.IsRegression
-
Returns the formula of the regression, using the requested precision.
- toLaTeX(int) - Method in class org.pepstock.charba.client.ml.NativeBaseRegression
-
Returns the formula of the regression, using the requested precision.
- toMap() - Method in class org.pepstock.charba.client.gradient.Colors
-
Exports the values and the colors in a map.
- TOMATO - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "tomato" -
- toMeasureUnits(List<MeasureUnit>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- TONGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tonga (Tonga Islands) language.
- TONGA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tonga region.
- toObject(C, BorderRadiusCallback<C>, int) - Static method in interface org.pepstock.charba.client.callbacks.BorderRadiusCallback
-
Returns an
BarBorderRadiusinstance when the callback has been activated. - toObject(IsFill) - Static method in interface org.pepstock.charba.client.enums.IsFill
-
Transforms a
IsFillinstance in the a CHART.JS FILL property accepted value. - tooltip - Variable in class org.pepstock.charba.client.ChartNode
- tooltip - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTooltips
- TOOLTIP - org.pepstock.charba.client.callbacks.TooltipContext.Property
- TOOLTIP - org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
- TOOLTIP - org.pepstock.charba.client.enums.ContextType
-
Tick of scale context type.
- TOOLTIP - org.pepstock.charba.client.enums.DefaultPluginId
-
CHART.JS plugin to manage the tooltips.
- TOOLTIP - org.pepstock.charba.client.items.PluginTooltipArgument.Property
- TOOLTIP_FORMAT - org.pepstock.charba.client.options.Time.Property
- TOOLTIP_ITEMS - org.pepstock.charba.client.callbacks.TooltipContext.Property
- TooltipAlign - Enum in org.pepstock.charba.client.enums
-
Defines the position of the tooltip caret.
- TooltipAlign(String, boolean, boolean) - Constructor for enum org.pepstock.charba.client.enums.TooltipAlign
-
Creates with the property value to use in the native object.
- TooltipBodyCallback - Interface in org.pepstock.charba.client.callbacks
-
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings. - TooltipBodyItem - Class in org.pepstock.charba.client.items
-
This object is passed by CHART.JS to the callback to manage tooltip body.
- TooltipBodyItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipBodyItem
-
Creates the item using a native java script object which contains all properties.
- TooltipBodyItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- TooltipBodyItem.TooltipBodyItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create tooltip body item by a native object.
- TooltipBodyItemFactory() - Constructor for class org.pepstock.charba.client.items.TooltipBodyItem.TooltipBodyItemFactory
-
To avoid any instatiation
- TooltipContext - Class in org.pepstock.charba.client.callbacks
-
The option context is used to give contextual information when resolving options.
- TooltipContext(NativeObject) - Constructor for class org.pepstock.charba.client.callbacks.TooltipContext
-
Creates the object with native object instance to be wrapped.
- TooltipContext(NativeObject) - Constructor for class org.pepstock.charba.client.configuration.Tooltips.TooltipContext
-
Creates the object with native object instance to be wrapped.
- TooltipContext.Property - Enum in org.pepstock.charba.client.callbacks
-
Name of properties of native object.
- TooltipExternalCallback - Interface in org.pepstock.charba.client.callbacks
-
External tooltips callback allow you to hook in the tooltip rendering process so that you can render the tooltip in your own custom way.
Generally this is used to create an HTML tooltip instead of an on canvas one. - TooltipFilterCallback - Interface in org.pepstock.charba.client.callbacks
-
Allows filtering of tooltip items.
- TooltipFooterCallback - Interface in org.pepstock.charba.client.callbacks
-
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings. - TooltipItem - Class in org.pepstock.charba.client.items
-
Contains all info for every item of tooltip.
Created and passed by CHART.JS.
It uses in the tooltips callbacks. - TooltipItem(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipItem
-
Creates the item using a native java script object which contains all properties.
- TooltipItem.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- TooltipItem.TooltipItemFactory - Class in org.pepstock.charba.client.items
-
Inner class to create tooltip item by a native object.
- TooltipItemFactory() - Constructor for class org.pepstock.charba.client.items.TooltipItem.TooltipItemFactory
-
To avoid any instantiation
- TooltipItemSortCallback - Interface in org.pepstock.charba.client.callbacks
-
Allows sorting of tooltip items.
- TooltipLabelCallback - Interface in org.pepstock.charba.client.callbacks
-
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings. - TooltipLabelColor - Class in org.pepstock.charba.client.items
-
This object contains the color info when a label in the tooltip.
It must be used in the label tooltip callback. - TooltipLabelColor() - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with an empty native object.
- TooltipLabelColor(String) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with initial colors.
- TooltipLabelColor(String, String) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with initial colors.
- TooltipLabelColor(IsColor) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with initial colors.
- TooltipLabelColor(IsColor, IsColor) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the object with initial colors.
- TooltipLabelColor(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor
-
Creates the item using a native java script object which contains all properties.
- TooltipLabelColor.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- TooltipLabelColor.TooltipLabelColorFactory - Class in org.pepstock.charba.client.items
-
Inner class to create tooltip label color by a native object.
- TooltipLabelColorFactory() - Constructor for class org.pepstock.charba.client.items.TooltipLabelColor.TooltipLabelColorFactory
-
To avoid any instantiation
- TooltipLabelPointStyle - Class in org.pepstock.charba.client.items
-
This object contains the point style info when a label in the tooltip.
It must be used in the label tooltip callback. - TooltipLabelPointStyle() - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the object with an empty native object
- TooltipLabelPointStyle(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the item using a native java script object which contains all properties.
- TooltipLabelPointStyle(Canvas) - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the object setting the point style argument
- TooltipLabelPointStyle(Img) - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the object setting the point style argument
- TooltipLabelPointStyle(PointStyle) - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle
-
Creates the object setting the point style argument
- TooltipLabelPointStyle.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- TooltipLabelPointStyle.TooltipLabelPointStyleFactory - Class in org.pepstock.charba.client.items
-
Inner class to create tooltip label point style by a native object.
- TooltipLabelPointStyleFactory() - Constructor for class org.pepstock.charba.client.items.TooltipLabelPointStyle.TooltipLabelPointStyleFactory
-
To avoid any instantiation
- TooltipModel - Class in org.pepstock.charba.client.items
-
This object is passed by CHART.JS to the callback to manage tooltip custom callback.
The tooltip label configuration is nested below the tooltip configuration using the callbacks key. - TooltipModel(CallbacksEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipModel
-
Creates the item using envelop with the native java script object which contains all properties.
- TooltipModel(NativeObject) - Constructor for class org.pepstock.charba.client.items.TooltipModel
-
Creates the item using a native java script object which contains all properties.
- TooltipModel(ConfigurationEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipModel
-
Creates the item using envelop with the native java script object which contains all properties.
- TooltipModel.Property - Enum in org.pepstock.charba.client.items
-
Name of properties of native object.
- TooltipNode - Class in org.pepstock.charba.client.items
-
Wrapper of tooltip node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS). - TooltipNode(ChartEnvelop<NativeObject>) - Constructor for class org.pepstock.charba.client.items.TooltipNode
-
Creates the item using envelop with the native java script object which contains all properties.
- TooltipPosition - Enum in org.pepstock.charba.client.enums
-
These are the different modes for positioning of the tooltip.
- TooltipPosition(String) - Constructor for enum org.pepstock.charba.client.enums.TooltipPosition
-
Creates with the property value to use in the native object.
- TooltipPositioner - Interface in org.pepstock.charba.client.positioner
-
Interface to be implemented to create a custom tooltip positionier in order address where the tooltip must be showed on canvas.
- tooltips - Variable in class org.pepstock.charba.client.configuration.ConfigurationOptions
- tooltips - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- tooltips - Variable in class org.pepstock.charba.client.options.Options
- Tooltips - Class in org.pepstock.charba.client.configuration
-
Configuration element to set all attributes and features of the tooltip.
- Tooltips - Class in org.pepstock.charba.client.options
-
Configuration element to set all attributes and features of the default tooltip.
- Tooltips(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.Tooltips
-
Builds the object storing the chart instance and the root options element.
- Tooltips(Plugins, Key, IsDefaultTooltips, NativeObject) - Constructor for class org.pepstock.charba.client.options.Tooltips
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Tooltips.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- Tooltips.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- Tooltips.ProxyExternalCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to hook in the tooltip rendering process so that you can render the tooltip in your own custom way.
Must be an interface with only 1 method. - Tooltips.ProxyFilterCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to filter tooltip items.
Must be an interface with only 1 method. - Tooltips.ProxyItemSortCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to allow sorting of tooltip items.
Must be an interface with only 1 method. - Tooltips.TooltipContext - Class in org.pepstock.charba.client.configuration
-
Internal class to map the custom callback function argument, which is an object with the chart instance and the tooltip model.
- Tooltips.TooltipContext.Property - Enum in org.pepstock.charba.client.configuration
-
Name of properties of native object.
- TooltipsCallbacks - Class in org.pepstock.charba.client.configuration
-
Contains all callbacks defined for a toolitp.
- TooltipsCallbacks - Class in org.pepstock.charba.client.options
-
Contains all callbacks defined for a tooltips.
Is empty because this is only the container of all properties related to callbacks which must be defined in the chart configuration. - TooltipsCallbacks(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.TooltipsCallbacks
-
Builds the object storing the chart instance and the root options element.
- TooltipsCallbacks(Tooltips, Key, IsDefaultTooltips, NativeObject) - Constructor for class org.pepstock.charba.client.options.TooltipsCallbacks
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- TooltipsCallbacks.Property - Enum in org.pepstock.charba.client.configuration
-
Enumerates the property keys of the possible callbacks.
- TooltipsCallbacks.ProxyLabelCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to manage the label.
Must be an interface with only 1 method. - TooltipsCallbacks.ProxyLabelColorCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called after creating label color.
Must be an interface with only 1 method. - TooltipsCallbacks.ProxyLabelTextColorCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to get text label color.
Must be an interface with only 1 method. - TooltipsCallbacks.ProxyTooltipsCallback - Interface in org.pepstock.charba.client.configuration
-
Java script FUNCTION callback called to invoke a tooltip callback on elements.
Must be an interface with only 1 method. - TooltipTitleCallback - Interface in org.pepstock.charba.client.callbacks
-
The tooltip label configuration is nested below the tooltip configuration using the callbacks key.
The tooltip has the following callbacks for providing text.
All functions must return either a string or an array of strings. - top - Variable in class org.pepstock.charba.client.colors.Area
- top - Variable in class org.pepstock.charba.client.impl.plugins.SelectionArea
- top - Variable in class org.pepstock.charba.client.items.ChartAreaNode.ClonedChartAreaNode
- TOP - org.pepstock.charba.client.annotation.enums.CalloutPosition
-
This property sets the callout on top of the label.
- TOP - org.pepstock.charba.client.datalabels.enums.Align
-
The label is positioned to the top of the anchor point (270 degrees).
- TOP - org.pepstock.charba.client.dom.enums.TextBaseline
-
The text baseline is the top of the em square.
- TOP - org.pepstock.charba.client.enums.AxisPosition
-
Sets the edge of an axis to a unit above to its normal position.
- TOP - org.pepstock.charba.client.enums.BorderSkipped
-
The top property sets the top edge of an element to a unit above/below its normal position.
- TOP - org.pepstock.charba.client.enums.Position
-
The top property sets the top edge of an element to a unit above/below its normal position.
- TOP - org.pepstock.charba.client.enums.TooltipAlign
-
The caret is positioned to the top.
- TOP - org.pepstock.charba.client.geo.enums.Align
-
The scale is positioned to the top of the chart (horizontal).
- TOP - org.pepstock.charba.client.geo.enums.Position
-
The top property sets the top edge of an element.
- TOP - org.pepstock.charba.client.geo.Margin.Property
- TOP - org.pepstock.charba.client.items.BaseBoxItem.Property
- TOP - org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
- TOP - org.pepstock.charba.client.matrix.enums.Anchor
-
The top property sets the data element position to top.
- TOP - org.pepstock.charba.client.treemap.enums.Position
-
The text is in the top of the rectangle.
- TOP_DOWN - org.pepstock.charba.client.colors.GradientOrientation
-
From top to bottom (vertical)
- TOP_LEFT - org.pepstock.charba.client.colors.GradientOrientation
-
From top(right) to left(bottom) (diagonal)
- TOP_LEFT - org.pepstock.charba.client.data.BarBorderRadius.Property
- TOP_LEFT - org.pepstock.charba.client.geo.enums.Position
-
The top-left property sets the top-left edge of an element.
- TOP_LEFT - org.pepstock.charba.client.items.BorderRadiusItem.Property
- TOP_RIGHT - org.pepstock.charba.client.colors.GradientOrientation
-
From top(left) to right(bottom) (diagonal)
- TOP_RIGHT - org.pepstock.charba.client.data.BarBorderRadius.Property
- TOP_RIGHT - org.pepstock.charba.client.geo.enums.Position
-
The top-right property sets the top-right edge of an element.
- TOP_RIGHT - org.pepstock.charba.client.items.BorderRadiusItem.Property
- toPattern(Object) - Static method in class org.pepstock.charba.client.dom.elements.CastHelper
-
Returns a
CanvasPatternItemobject casting the argument. - TopoJson - Class in org.pepstock.charba.client.geo
-
TopoJSON is an extension of GeoJSON that encodes topology.
- TopoJson(NativeObject) - Constructor for class org.pepstock.charba.client.geo.TopoJson
-
Creates the object with native object instance to be wrapped.
- TopoJson.Objects - Class in org.pepstock.charba.client.geo
-
Maps the objects node of topojson definition.
It contains allFeatureneeded to draw the GEO chart. - TopoJson.Property - Enum in org.pepstock.charba.client.geo
-
Name of properties of native object.
- toPrimitive(Boolean[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from an array of objects.
- toPrimitive(Double[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from an array of objects.
- toPrimitive(Integer[]) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of primitives from an array of objects.
- toRGB() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns RGB string value which represents the color.
- toRGB(IsColor, boolean) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Returns RGB or RGBA string value which represents the color.
- toRGBA() - Method in interface org.pepstock.charba.client.colors.IsColor
-
Returns RGBA string value which represents the color.
- toRGBs() - Method in interface org.pepstock.charba.client.colors.IsColor
-
As IEC 61966-2-1:1999, applies to the encoding and communication of RGB colors used in computer systems and similar applications, by defining encoding transformations for use in defined reference conditions.
- toRGBs(double) - Static method in class org.pepstock.charba.client.colors.ColorUtil
-
Performs the conversion for the sRGB color space and converts it to a linear sRGB value.
- toSafeHtml() - Method in class org.pepstock.charba.client.dom.safehtml.SafeHtmlBuilder
-
Returns the safe html instance.
- TOSK_ALBANIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tosk Albanian language.
- toSource() - Method in class org.pepstock.charba.client.callbacks.NativeCallback
-
Returns a string representing the source code of the function.
- toSource() - Method in class org.pepstock.charba.client.controllers.NativeFunction
-
Returns a string representing the source code of the function.
- toSource() - Method in class org.pepstock.charba.client.interaction.NativeInteraction
-
Returns a string representing the source code of the function.
- toSource() - Method in class org.pepstock.charba.client.plugins.NativeHook
-
Returns a string representing the source code of the function.
- toString() - Method in class org.pepstock.charba.client.callbacks.ParsedData
- toString() - Method in class org.pepstock.charba.client.colors.Area
- toString() - Method in class org.pepstock.charba.client.colors.Center
- toString() - Method in class org.pepstock.charba.client.colors.Color
- toString() - Method in class org.pepstock.charba.client.colors.GradientColor
- toString() - Method in class org.pepstock.charba.client.colors.Radius
- toString() - Method in class org.pepstock.charba.client.commons.AbstractArrayList
- toString() - Method in class org.pepstock.charba.client.commons.AbstractArraySet
- toString() - Method in class org.pepstock.charba.client.commons.AbstractReadOnlyPoint
- toString() - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler.CallbackWrapper
- toString() - Method in class org.pepstock.charba.client.data.DataPoint
- toString() - Method in class org.pepstock.charba.client.data.FloatingData
- toString() - Method in class org.pepstock.charba.client.geo.Coordinates
- toString() - Method in class org.pepstock.charba.client.impl.plugins.SelectionArea
- toString() - Method in class org.pepstock.charba.client.impl.plugins.SelectionTrack
- toString() - Method in class org.pepstock.charba.client.intl.CLocale
- toString() - Method in class org.pepstock.charba.client.items.ChartAreaNode
- toString() - Method in class org.pepstock.charba.client.items.ChartElement
- toString() - Method in class org.pepstock.charba.client.plugins.AbstractPlugin
- toString() - Method in class org.pepstock.charba.client.utils.toast.ToastItem
- toStrings(List<String>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of strings from a list.
- TOTAL - org.pepstock.charba.client.items.DatasetItem.Property
- toTimeSeriesItems(List<TimeSeriesItem>) - Static method in class org.pepstock.charba.client.commons.ArrayUtil
-
Returns an array of dates from a list.
- TOTO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Toto script.
- Touch - Class in org.pepstock.charba.client.dom.events
-
Represents a single contact point on a touch-sensitive device
The contact point is commonly a finger or stylus and the device may be a touchscreen or trackpad. - Touch(NativeObject) - Constructor for class org.pepstock.charba.client.dom.events.Touch
-
Create a touch by its initialization configuration.
- TOUCH - org.pepstock.charba.client.dom.enums.PointerType
-
The event was generated by a touch, such as a finger.
- TOUCH_CANCEL - org.pepstock.charba.client.dom.enums.TouchEventType
-
Sent when a touch point has been disrupted in some way.
There are several possible reasons why this might happen (and the exact reasons will vary from device to device, as well as browser to browser). - TOUCH_END - org.pepstock.charba.client.dom.enums.TouchEventType
-
Sent when the user removes a touch point from the surface; that is, when they lift a finger or stylus from the surface.
This is also sent if the touch point moves off the edge of the surface; for example, if the user's finger slides off the edge of the screen. - TOUCH_MOVE - org.pepstock.charba.client.dom.enums.TouchEventType
-
Sent when the user moves a touch point along the surface.
The event's target is the same element that received theTouchEventType.TOUCH_STARTevent corresponding to the touch point, even if the touch point has moved outside that element. - TOUCH_START - org.pepstock.charba.client.dom.enums.TouchEventType
-
Sent when the user places a touch point on the touch surface.
The event's target will be the element in which the touch occurred. - TOUCHES - org.pepstock.charba.client.dom.events.TouchEventInit.Property
- TouchEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeTouchEvent. - TouchEventInit() - Constructor for class org.pepstock.charba.client.dom.events.TouchEventInit
-
Creates an empty object
- TouchEventInit(List<Touch>) - Constructor for class org.pepstock.charba.client.dom.events.TouchEventInit
-
Creates an object with an array of objects for every point of contact currently touching the surface.
- TouchEventInit(Touch...) - Constructor for class org.pepstock.charba.client.dom.events.TouchEventInit
-
Creates an object with an array of objects for every point of contact currently touching the surface.
- TouchEventInit.Property - Enum in org.pepstock.charba.client.dom.events
-
Name of properties of native object.
- TouchEventType - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the DOM event type of the touch.
- TouchEventType(String) - Constructor for enum org.pepstock.charba.client.dom.enums.TouchEventType
-
Creates with the property value to use in the native object.
- TouchInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
Touch. - TouchInit(double, BaseHtmlElement) - Constructor for class org.pepstock.charba.client.dom.events.TouchInit
-
Creates an object with identifier and target, both mandatory.
- TouchInit.Property - Enum in org.pepstock.charba.client.dom.events
-
Name of properties of native object.
- TouchList - Class in org.pepstock.charba.client.dom.events
-
Represents a list of contact points on a touch surface.
- TouchList() - Constructor for class org.pepstock.charba.client.dom.events.TouchList
-
To avoid any instantiation
- toUniqueKey() - Method in class org.pepstock.charba.client.impl.plugins.HtmlLegendItem
-
Returns the string JSON representation of the object as unique key or
nullif legend item is not consistent. - track - Variable in class org.pepstock.charba.client.impl.plugins.SelectionHandler
- TRADITION6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Tradition6" -
- TRAFFIC9 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Traffic9" -
- TRANQUIL - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Tranquil" -
- TRANSFILE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Transfile" -
- transform(double, double, double, double, double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Multiplies the current transformation with the matrix described by the arguments of this method.
This lets you scale, rotate, translate (move), and skew the context. - transform(Object) - Static method in interface org.pepstock.charba.client.enums.IsFill
-
Returns a object which can be a boolean, integer, string or
IsFillwhen the callback has been activated. - transition - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartAnimationTransition
- transition - Variable in class org.pepstock.charba.client.UpdateConfiguration
- TransitionMode - Interface in org.pepstock.charba.client.options
-
Represents the update mode (transition) to set to configure animation.
- transitions - Variable in class org.pepstock.charba.client.configuration.AnimationContainer
- transitions - Variable in class org.pepstock.charba.client.defaults.chart.DefaultChartTransitions
- transitions - Variable in class org.pepstock.charba.client.defaults.globals.AbstractDefaultOptions
- transitions - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTooltips
- transitions - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTypedDataset
- transitions - Variable in class org.pepstock.charba.client.options.AnimationContainer
- Transitions - Class in org.pepstock.charba.client.configuration
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common animation properties for a specific update mode (transition). - Transitions - Class in org.pepstock.charba.client.options
-
It animates charts out of the box.
A number of options are provided to configure how the animation looks and how long it takes.
This configuration item is configuring the common transitions properties, TRANSITIONS name space. - Transitions(AbstractNode, Key, IsDefaultTransitions, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.Transitions
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- Transitions(AbstractDynamicConfiguration.IsProvider<IsTransitions>) - Constructor for class org.pepstock.charba.client.configuration.Transitions
-
Builds the object by a animations provider used to get the transitions element for storing properties.
- TRANSITIONS - org.pepstock.charba.client.options.AnimationContainer.Property
- translate(double, double) - Method in class org.pepstock.charba.client.dom.elements.Context2dItem
-
Adds a translation transformation to the current matrix by moving the canvas and its origin x units horizontally and y units vertically on the grid.
- TRANSLATION - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- TRANSPARENT - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "transparent" -
- TRANSPARENT - Static variable in class org.pepstock.charba.client.utils.toast.ImmutableToastOptions.DefaultActionsValues
- TRANSVERSE_MERCATOR - org.pepstock.charba.client.geo.enums.Projection
-
Projection transverseMercator.
- TRAVELOGUE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Travelogue6" -
- TREE - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- TREE - org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
-
The tree property is set by
NativeObject. - TREE_LEAF_KEY - org.pepstock.charba.client.treemap.TreeMapDataset.Property
- TREE_MAP_CONTROLLER_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'TreeMapControllerResource' class.
- TREEMAP_CONTROLLER - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS TREEMAP controller.
- TREEMAP_EXTENDED_CHART_TYPE - Static variable in class org.pepstock.charba.client.treemap.TreeMapChart
- TreeMapChart - Class in org.pepstock.charba.client.treemap
-
A treemap chart is used for displaying hierarchical data using nested rectangles.
Treemaps display hierarchical (tree-structured) data as a set of nested rectangles.
Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches.
A leaf node's rectangle has an area proportional to a specified dimension of the data.
When the color and size dimensions are correlated in some way with the tree structure, one can often easily see patterns that would be difficult to spot in other ways, such as whether a certain color is particularly relevant.
A second advantage of treemaps is that, by construction, they make efficient use of space. - TreeMapChart() - Constructor for class org.pepstock.charba.client.treemap.TreeMapChart
-
Builds the object.
- TreeMapChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
TREEMAP chart GWT WIDGET implementation.
A treemap chart is used for displaying hierarchical data using nested figures, usually rectangles. - TreeMapChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
-
Builds the object.
- TreeMapChartWidget(TreeMapChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.TreeMapChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - treeMapController - Variable in class org.pepstock.charba.client.treemap.TreeMapChart
- TreeMapController - Class in org.pepstock.charba.client.treemap
-
Controller implementation to create treemap chart.
- TreeMapController(ControllerType) - Constructor for class org.pepstock.charba.client.treemap.TreeMapController
-
Creates the controller using the type passed as argument.
- TreeMapController.TreeMapControllerProvier - Class in org.pepstock.charba.client.treemap
-
Inner class which is implementing a
ControllerProviderto create a treemap controller. - TreeMapControllerProvier() - Constructor for class org.pepstock.charba.client.treemap.TreeMapController.TreeMapControllerProvier
- TreeMapControllerResource - Class in org.pepstock.charba.client.treemap
-
Contains the content of
chartjs-chart-treemap.min.jsto inject. - TreeMapControllerResource() - Constructor for class org.pepstock.charba.client.treemap.TreeMapControllerResource
-
Creates the injectable resource with
chartjs-chart-treemap.min.jscontent. - TreeMapDataPoint - Class in org.pepstock.charba.client.treemap
-
Used for treemap datasets.
- TreeMapDataPoint(NativeObject) - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataPoint
-
Creates the object with a native object passed as argument.
- TreeMapDataPoint.Property - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- TreeMapDataPoint.TreeMapDataPointFactory - Class in org.pepstock.charba.client.treemap
-
Creates
TreeMapDataPointform aNativeObject. - TreeMapDataPointFactory() - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataPoint.TreeMapDataPointFactory
-
To avoid any instantiation
- TreeMapDataset - Class in org.pepstock.charba.client.treemap
-
The treemap data set allows to specify the values for displaying hierarchical data using nested rectangles.
- TreeMapDataset() - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataset
-
Creates a data set.
It uses the global options has default. - TreeMapDataset(ControllerType, IsDefaultOptions) - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataset
-
Creates a data set by defaults value and the controller type.
- TreeMapDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.treemap.TreeMapDataset
-
Creates a data set setting the defaults value.
- TreeMapDataset.DataPointFactory - Class in org.pepstock.charba.client.treemap
-
Factory to create a tree map data point from a native object, used for array container lists.
- TreeMapDataset.InternalKeyFactory - Class in org.pepstock.charba.client.treemap
-
Factory to create a keys from a native array, used for array lists.
- TreeMapDataset.Property - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- TreeMapDataset.TreeType - Enum in org.pepstock.charba.client.treemap
-
Enumeration with all possible types of data set in the dataset.
- TreeMapElement - Class in org.pepstock.charba.client.treemap
-
Maps the CHART.JS element used by Treemap controller.
- TreeMapElement(NativeObject) - Constructor for class org.pepstock.charba.client.treemap.TreeMapElement
-
Creates the item using a native java script object which contains all properties.
- TreeMapElement.Property - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- TreeMapElement.TreeMapElementFactory - Class in org.pepstock.charba.client.treemap
-
Inner class to create TREEMAP data element by a native object.
- TreeMapElementFactory() - Constructor for class org.pepstock.charba.client.treemap.TreeMapElement.TreeMapElementFactory
- TreeMapElementOptions - Class in org.pepstock.charba.client.treemap
-
Maps the out-of-the-box CHART.JS element options used to represents boxes for treemap on the charts.
- TreeMapElementOptions(NativeObject) - Constructor for class org.pepstock.charba.client.treemap.TreeMapElementOptions
-
Creates the item using a native java script object which contains all properties.
- TreeMapElementOptions.Property - Enum in org.pepstock.charba.client.treemap
-
Name of properties of native object.
- TreeMapElementOptions.TreeMapElementOptionsFactory - Class in org.pepstock.charba.client.treemap
-
Specific element factory for treemap element options.
- TreeMapElementOptionsFactory(String) - Constructor for class org.pepstock.charba.client.treemap.TreeMapElementOptions.TreeMapElementOptionsFactory
-
Creates the factory by the key of object, as string.
- TreeMapExtendedChartType - Class in org.pepstock.charba.client.treemap
-
This is a fake controller in order to set it as extended chart type for treemap chart.
- TreeMapExtendedChartType() - Constructor for class org.pepstock.charba.client.treemap.TreeMapExtendedChartType
-
To avoid any instantiation
- TreeMapOptions - Class in org.pepstock.charba.client.treemap
-
Specific options for treemap chart.
- TreeMapOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.treemap.TreeMapOptions
-
Builds the object storing the chart instance and defaults.
- TreeMapSumKeysData - Class in org.pepstock.charba.client.treemap
-
Maps all sum keys add to the dataset configuration in order to have more sums for specific keys.
- TreeMapSumKeysData(NativeObject) - Constructor for class org.pepstock.charba.client.treemap.TreeMapSumKeysData
-
Creates the object with a native object passed as argument.
- TreeType(String) - Constructor for enum org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
-
Creates with the property value to use in the native object.
- TREK6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Trek6" -
- Triangle - Class in org.pepstock.charba.client.colors.tiles
-
TRIANGLE drawer to design a triangle in the tile.
It designs a triangle in the following tile sections (A and B):
- Triangle() - Constructor for class org.pepstock.charba.client.colors.tiles.Triangle
- TRIANGLE - org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Shape instance related to
PointStyle.TRIANGLE. - TRIANGLE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a triangle on the tile.
- TRIANGLE - org.pepstock.charba.client.enums.PointStyle
- TRINIDAD_AND_TOBAGO - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Trinidad and Tobago region.
- TRINIDAD_AND_TOBAGO_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Trinidad and Tobago Dollar currency.
- TRUE - org.pepstock.charba.client.enums.BorderSkipped
-
The property sets
trueto skip all borders. - TRUE - org.pepstock.charba.client.enums.Display
-
This is default and the axis is drawn.
For plugin, this is default and the label is drawn. - TRUE - org.pepstock.charba.client.geo.enums.ClipMap
-
Clip the area to the chart area.
- TSONGA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tsonga language.
- TSWANA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Tswana language.
- TUESDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is TUESDAY.
- TUGRIK - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Tugrik currency.
- TUNISIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tunisia region.
- TUNISIAN_DINAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Tunisian Dinar currency.
- TURBO - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color turbo.
- TURKEY - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Turkey timezone.
- TURKEY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Turkey region.
- TURKISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Turkish language.
- TURKISH_LIRA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Turkish Lira currency.
- TURKMEN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Turkmen language.
- TURKMENISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Turkmenistan region.
- TURKMENISTAN_NEW_MANAT - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Turkmenistan New Manat currency.
- TURKS_AND_CAICOS_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Turks and Caicos Islands region.
- TURQUOISE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "turquoise" -
- TURQUOISE_FLOW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Turquoise flow" -
- TUVALU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Tuvalu region.
- TWELVE - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "TWELVE" -
- TWENTY - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "TWENTY" -
- TWENTY_FOUR - org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Color scheme name "TWENTY_FOUR" -
- TWI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Twi language.
- TWILIGHT6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Twilight6" -
- TWITCH - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Twitch" -
- TWITTER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Twitter" -
- TWO_DIGITS - org.pepstock.charba.client.intl.enums.MixedItemStyle
-
2 digits setting for month (e.g., 02).
- TWO_DIGITS - org.pepstock.charba.client.intl.enums.NumberItemStyle
-
2 digits setting for item (e.g., 01).
- TWO_THIRDS_PI - Static variable in class org.pepstock.charba.client.colors.tiles.AbstractPointStyleShapeDrawer
- type - Variable in class org.pepstock.charba.client.AbstractChart
- type - Variable in class org.pepstock.charba.client.ChartOptions
- type - Variable in enum org.pepstock.charba.client.colors.Gradient.Property
- type - Variable in class org.pepstock.charba.client.colors.GradientBuilder
- type - Variable in enum org.pepstock.charba.client.colors.GradientOrientation
- type - Variable in class org.pepstock.charba.client.configuration.StandardAxisType
- type - Variable in class org.pepstock.charba.client.configuration.TypedDataset
- type - Variable in class org.pepstock.charba.client.controllers.AbstractControllerContainer
- type - Variable in class org.pepstock.charba.client.controllers.ControllerType
- type - Variable in class org.pepstock.charba.client.data.Dataset
- type - Variable in enum org.pepstock.charba.client.dom.enums.NodeType
- type - Variable in class org.pepstock.charba.client.events.AbstractEvent
- type - Variable in class org.pepstock.charba.client.events.HandlerRegistration
- type - Variable in class org.pepstock.charba.client.items.ChartElement
- type - Variable in class org.pepstock.charba.client.ml.BaseRegression
- type - Variable in enum org.pepstock.charba.client.ml.RegressionFactory
- type - Variable in class org.pepstock.charba.client.options.TypedDataset
- type() - Method in enum org.pepstock.charba.client.colors.Gradient.Property
-
Returns the type of the property
- type(Object, String) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Returns the java script object type of a property.
- type(Key) - Method in class org.pepstock.charba.client.commons.NativeObjectContainer
-
Returns the java script type of the property.
- Type - Interface in org.pepstock.charba.client
-
Interface to map the type and scale type of a chart.
- TYPE - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- TYPE - org.pepstock.charba.client.callbacks.ChartContext.Property
- TYPE - org.pepstock.charba.client.Configuration.Property
- TYPE - org.pepstock.charba.client.controllers.WrapperController.Property
- TYPE - org.pepstock.charba.client.data.Dataset.InternalProperty
- TYPE - org.pepstock.charba.client.datalabels.DataLabelsContext.Property
- TYPE - org.pepstock.charba.client.events.ChartEventContext.Property
- TYPE - org.pepstock.charba.client.geo.Feature.Property
- TYPE - org.pepstock.charba.client.impl.charts.BaseContext.Property
- TYPE - org.pepstock.charba.client.intl.FormatPart.Property
- TYPE - org.pepstock.charba.client.items.DatasetItem.Property
- TYPE - org.pepstock.charba.client.items.ScaleItem.Property
- TYPE - org.pepstock.charba.client.options.AnimationCollection.Property
- TYPE - org.pepstock.charba.client.options.Scale.Property
- TYPE - org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- TYPE - org.pepstock.charba.client.zoom.ZoomContext.Property
- TYPE - Static variable in class org.pepstock.charba.client.annotation.elements.AnnotationElement
-
MATRIX element type.
- TYPE - Static variable in class org.pepstock.charba.client.events.AddHandlerEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.AnimationCompleteEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.AnimationProgressEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.AxisClickEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.AxisEnterEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.AxisHoverEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.AxisLeaveEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.ChartClickEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.ChartHoverEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.ChartResizeEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.DatasetRangeSelectionEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.DatasetSelectionEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.LegendClickEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.LegendHoverEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.LegendLeaveEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.RemoveHandlerEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.SubtitleClickEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.SubtitleEnterEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.SubtitleLeaveEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.TitleClickEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.TitleEnterEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.events.TitleLeaveEvent
-
Event type
- TYPE - Static variable in class org.pepstock.charba.client.geo.BubbleMapChart
-
Name of chart type "bubbleMap"
- TYPE - Static variable in class org.pepstock.charba.client.geo.ChoroplethChart
-
Name of chart type "choropleth"
- TYPE - Static variable in class org.pepstock.charba.client.geo.ColorAxis
-
Projection axis type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.ColorLogarithmicAxis
-
Projection axis type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.GeoExtendedChartType
- TYPE - Static variable in class org.pepstock.charba.client.geo.GeoFeatureElement
-
GEOFEATURE element type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.ProjectionAxis
-
Projection axis type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.SizeAxis
-
Size axis type.
- TYPE - Static variable in class org.pepstock.charba.client.geo.SizeLogarithmicAxis
-
Size axis type.
- TYPE - Static variable in class org.pepstock.charba.client.impl.charts.GaugeChart
-
Name of chart type "charbagauge" for gauge
- TYPE - Static variable in class org.pepstock.charba.client.impl.charts.MeterChart
-
Name of chart type "charbameter" for meter
- TYPE - Static variable in class org.pepstock.charba.client.items.ArcElement
-
ARC element type.
- TYPE - Static variable in class org.pepstock.charba.client.items.BarElement
-
BAR element type.
- TYPE - Static variable in class org.pepstock.charba.client.items.PointElement
-
POINT element type.
- TYPE - Static variable in class org.pepstock.charba.client.matrix.MatrixChart
-
Name of chart type "matrix"
- TYPE - Static variable in class org.pepstock.charba.client.matrix.MatrixElement
-
MATRIX element type.
- TYPE - Static variable in class org.pepstock.charba.client.matrix.MatrixExtendedChartType
- TYPE - Static variable in class org.pepstock.charba.client.sankey.SankeyChart
-
Name of chart type "sankey"
- TYPE - Static variable in class org.pepstock.charba.client.sankey.SankeyElement
-
SANKEY element type.
- TYPE - Static variable in class org.pepstock.charba.client.sankey.SankeyExtendedChartType
- TYPE - Static variable in class org.pepstock.charba.client.treemap.TreeMapChart
-
Name of chart type "treemap"
- TYPE - Static variable in class org.pepstock.charba.client.treemap.TreeMapElement
-
TREEMAP element type.
- TYPE - Static variable in class org.pepstock.charba.client.treemap.TreeMapExtendedChartType
- TypedDataset - Class in org.pepstock.charba.client.configuration
-
It contains the options to apply to all datasets of the chart.
- TypedDataset - Class in org.pepstock.charba.client.options
-
Contains the options for the data sets.
- TypedDataset(ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.TypedDataset
-
Builds the object storing the root options element.
- TypedDataset(Datasets, Type, IsDefaultTypedDataset, NativeObject, String) - Constructor for class org.pepstock.charba.client.options.TypedDataset
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- TypedDataset(Type, ConfigurationOptions) - Constructor for class org.pepstock.charba.client.configuration.TypedDataset
-
Builds the object storing the chart type and the root options element.
- TypedDataset.Property - Enum in org.pepstock.charba.client.options
-
Name of properties of native object.
- typeOf(Object) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns the java script object type of object.
- typeOf(Object) - Static method in class org.pepstock.charba.client.commons.NativeJsHelper
-
Returns the java script object type of object.
- typeOf(Object, String) - Method in class org.pepstock.charba.client.commons.JsHelper
-
Returns the java script object type of a property.
- types - Variable in class org.pepstock.charba.client.configuration.AxisTypesManager
U
- UAE_DIRHAM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for UAE Dirham currency.
- UCT - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for UCT timezone.
- UGANDA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Uganda region.
- UGANDA_SHILLING - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Uganda Shilling currency.
- UGAR - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Ugaritic script.
- UIEventInit - Class in org.pepstock.charba.client.dom.events
-
Initialization object for a
NativeUIEvent. - UIEventInit() - Constructor for class org.pepstock.charba.client.dom.events.UIEventInit
-
Creates an empty object
- UIEventInit(NativeUIEvent) - Constructor for class org.pepstock.charba.client.dom.events.UIEventInit
-
Creates an initialization object, cloning all source event data
- UIEventInit.Property - Enum in org.pepstock.charba.client.dom.events
-
Name of properties of native object.
- UIGHUR - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Uighur language.
- UiGradient - Enum in org.pepstock.charba.client.colors
-
uiGradients is a community contributed collection of beautiful multi-color gradients.
Enumerates the uiGradients items, with a set of predefined colors, in order to create CharbaGradients. - UiGradient(String...) - Constructor for enum org.pepstock.charba.client.colors.UiGradient
-
Builds a gradient using argument as list of colors in HEX format.
- UiGradientConstants - Class in org.pepstock.charba.client.colors
-
Contains all colors used in the
UiGradient, to avoid to have more instances of the same color in theUiGradientdefinition. - UiGradientConstants() - Constructor for class org.pepstock.charba.client.colors.UiGradientConstants
-
To avoid any instantiation
- UINT8_CLAMPED_ARRAY - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as unit 8 array with name "Uint8ClampedArray".
- Uint8ClampedArray - Class in org.pepstock.charba.client.dom.elements
-
Represents an array of 8-bit unsigned integers clamped to 0-255; if you specified a value that is out of the range of [0,255], 0 or 255 will be set instead; if you specify a non-integer, the nearest integer will be set.
The contents are initialized to 0. - Uint8ClampedArray() - Constructor for class org.pepstock.charba.client.dom.elements.Uint8ClampedArray
-
To avoid any instantiation
- Uint8ClampedArray.JsIterator - Interface in org.pepstock.charba.client.dom.elements
-
Iterator is an object which defines a sequence and potentially a return value upon its termination.
Specifically, an iterator is any object which implements the Iterator protocol by having a next() method that returns an object with two properties:
value: The next value in the iteration sequence. - UK - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.UNITED_KINGDOM. - UKRAINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ukraine" -
- UKRAINE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Ukraine region.
- UKRAINIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Ukrainian language.
- ULTRA_VOILET - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ultra Voilet" -
- UNABLE_COPY_ARRAY_MESSAGE - Static variable in class org.pepstock.charba.client.commons.AbstractArrayList
- unclipArea(Context2dItem) - Method in class org.pepstock.charba.client.Helpers
-
Unclips the area previously set.
- undefined() - Static method in class org.pepstock.charba.client.utils.Window
-
Returns an
undefinedinstance. - Undefined - Class in org.pepstock.charba.client.items
-
Class with default values when the java script object returns an UNDEFINED value.
- Undefined() - Constructor for class org.pepstock.charba.client.items.Undefined
-
To avoid any instantiation
- UNDEFINED - org.pepstock.charba.client.annotation.enums.ContentType
- UNDEFINED - org.pepstock.charba.client.commons.ObjectType
-
A variable that has not been assigned a value
- UNDEFINED_EXCEPTION_MESSAGE_TEMPLATE - Static variable in class org.pepstock.charba.client.commons.Checker
- UNDEFINED_TYPE - Static variable in class org.pepstock.charba.client.items.ChartElement
- UndefinedDataElementFactory() - Constructor for class org.pepstock.charba.client.items.ChartElement.UndefinedDataElementFactory
- UNDER_BLUE_GREEN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Under Blue Green" -
- UNDER_THE_LAKE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Under the Lake" -
- UNDERLINE - org.pepstock.charba.client.dom.enums.TextDecoration
-
Each line of text has a decorative line beneath it.
- UNDERLINE - org.pepstock.charba.client.items.ScaleLabelOptions.Property
- UNDERSCORE - Static variable in class org.pepstock.charba.client.commons.Constants
-
Constants for UNDERSCORE, "_".
- UNDO - org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Undo the last action.
- UNICORN_RAINBOW - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Unicorn Rainbow" -
- UNIDAD_DE_FOMENTO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Unidad de Fomento currency.
- UNIDAD_DE_VALOR_REAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Unidad de Valor Real currency.
- UNIDAD_PREVISIONAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Unidad Previsional currency.
- UNIDENTIFIED - org.pepstock.charba.client.dom.enums.KeyboardCommonKey
-
The user agent wasn't able to map the event's virtual keycode to a specific key value.
This can happen due to hardware or software constraints, or because of constraints around the platform on which the user agent is running. - UNINSTALL - org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- uninstallCallbackProxy - Variable in class org.pepstock.charba.client.plugins.AbstractBasePlugin
- uninstallHook - Variable in class org.pepstock.charba.client.plugins.SmartPlugin
- UninstallHook - Interface in org.pepstock.charba.client.plugins.hooks
-
Called after chart is destroyed on all plugins that were installed for that chart.
This hook is also invoked for disabled plugins (options equals to false). - unique() - Method in class org.pepstock.charba.client.commons.ArrayString
-
Creates new array without duplicated values.
It's used for Set implementation. - Unit - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the unit of measure for sizes.
- Unit(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Unit
-
Creates with the suffix value to use in the size.
- UNIT - org.pepstock.charba.client.intl.enums.FormatPartType
-
The unit string.
- UNIT - org.pepstock.charba.client.intl.enums.Style
-
For unit formatting.
- UNIT - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- UNIT - org.pepstock.charba.client.options.Time.Property
- UNIT_DISPLAY - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- UNITED_ARAB_EMIRATES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United Arab Emirates region.
- UNITED_KINGDOM - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United Kingdom region.
- UNITED_STATES - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United States region.
- UNITED_STATES_MINOR_OUTLYING_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United States Minor Outlying Islands region.
- UNITED_STATES_VIRGIN_ISLANDS - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for United States Virgin Islands region.
- UNIVERSAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Universal timezone.
- UNKNOWN - org.pepstock.charba.client.dom.enums.NodeType
- UNKNOWN - org.pepstock.charba.client.dom.enums.PointerType
-
If the device type cannot be detected by the browser, the value can be an empty string ("").
- UNKNOWN - org.pepstock.charba.client.enums.AnimationType
-
HWne the animation collection type is not set.
- UNKNOWN - org.pepstock.charba.client.enums.BorderItemType
-
When border width or radius are missing or set by a callback,
WidthCallbackorRadiusCallback. - UNKNOWN - org.pepstock.charba.client.enums.ContextType
-
Unknown context type.
- UNKNOWN - org.pepstock.charba.client.enums.DataPointType
-
The data property is not set yet.
- UNKNOWN - org.pepstock.charba.client.enums.DataType
-
The data property is not set yet.
- UNKNOWN - org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for chart with a single axis.
- UNKNOWN - org.pepstock.charba.client.intl.enums.FormatPartType
-
Unknown token.
This is an add-on of Charba implementation. - UNKNOWN - org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
-
The tree property is not set yet.
- UNKNOWN - org.pepstock.charba.client.utils.toast.enums.Status
-
The status is unknown, default.
- unmodifiableKeys(ArrayString, KeyFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a unmodifiable array list of
Keyvalues by an java script array of strings. - unmodifiableList(E[], E[]) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of enumeration values (instance of
Key). - unmodifiableList(E[], ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of enumeration values by an java script array of strings.
- unmodifiableList(ArrayCanvas) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of canvas by a java script array of canvas.
- unmodifiableList(ArrayDouble) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of doubles by a java script array of doubles.
- unmodifiableList(ArrayDoubleArray, NativeArrayContainerFactory<ArrayDouble, E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of java script native double array container by a java script array and a factory.
- unmodifiableList(ArrayImage) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of images by a java script array of images.
- unmodifiableList(ArrayInteger) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of integers by a java script array of integers.
- unmodifiableList(ArrayObject) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of generic java script objects by a java script array.
- unmodifiableList(ArrayObject, NativeObjectContainerFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates an unmodifiable array list of java script native object container by a java script array and a factory.
- unmodifiableList(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of strings by a java script array of strings.
- unmodifiableList(ArrayTouch) - Static method in class org.pepstock.charba.client.commons.ArrayListHelper
-
Creates a array list of touches by a java script array of touches.
- unmodifiableSet(ArrayString) - Static method in class org.pepstock.charba.client.commons.ArraySetHelper
-
Creates a array set of strings by a java script array of strings.
- unmodifiableSet(ArrayString, KeyFactory<E>) - Static method in class org.pepstock.charba.client.commons.ArraySetHelper
-
Creates an unmodifiable array set of
Keyvalues by an java script array of strings. - unregister(String) - Method in class org.pepstock.charba.client.plugins.GlobalPlugins
-
Unregisters a global plugin.
- unregister(String) - Static method in class org.pepstock.charba.client.positioner.NativeJsPositionerHelper
-
Unregister the tooltips positioner from CHART.JS.
- unregister(NativeObject) - Static method in class org.pepstock.charba.client.plugins.NativeJsPluginHelper
-
Unregister an existing plugin.
- unregister(IsInteractionMode) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Unregister the custom interaction mode to CHART.JS.
- unregister(IsTooltipPosition) - Method in class org.pepstock.charba.client.positioner.JsPositionerHelper
-
Unregister the tooltips positioner from CHART.JS.
- unregister(Interactioner) - Method in class org.pepstock.charba.client.interaction.Interactions
-
Unregister the custom interaction mode to CHART.JS.
- unregister(PluginReference) - Method in class org.pepstock.charba.client.plugins.JsPluginHelper
-
Unregister an existing plugin.
- unregister(CustomTooltipPosition) - Method in class org.pepstock.charba.client.positioner.Positioner
-
Unregister the tooltips positioner to CHART.JS.
Pay attention that when a tooltip positioner is unregistered, if any charts, which still have the tooltip position of the positioner, will fail. - unregisterMode(IsInteractionMode) - Method in class org.pepstock.charba.client.interaction.Interactions.Modes
-
Unregisters a custom interaction mode from CHART.JS.
- update() - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart. - update() - Method in class org.pepstock.charba.client.Chart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart. - update() - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- update() - Method in interface org.pepstock.charba.client.IsChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart. - update(String) - Method in class org.pepstock.charba.client.Chart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired. - update(String, ControllerContext, String) - Static method in class org.pepstock.charba.client.controllers.NativeJsControllerHelper
-
Invokes the default
updatemethod. - update(AbstractNode) - Method in interface org.pepstock.charba.client.commons.NodeUpdateListener
-
Invoked when an
AbstractNodeinstance has been changed. - update(ControllerType, ControllerContext, String) - Method in class org.pepstock.charba.client.controllers.JsControllerHelper
-
Invokes the default
updatemethod. - update(TransitionMode) - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A animation mode key can be provided for the update process using a specific animation configuration.
This is useful when update is manually called inside an event handler and some different animation is desired. - update(TransitionMode) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- update(TransitionMode) - Method in interface org.pepstock.charba.client.IsChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A config object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. - update(UpdateConfiguration) - Method in class org.pepstock.charba.client.AbstractChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A configuration object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. - update(UpdateConfiguration) - Method in class org.pepstock.charba.client.gwt.widgets.AbstractChartWidget
- update(UpdateConfiguration) - Method in interface org.pepstock.charba.client.IsChart
-
Triggers an update of the chart.
This can be safely called after updating the data object.
This will update all scales, legends, and then re-render the chart.
A config object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. - UPDATE - org.pepstock.charba.client.controllers.WrapperController.Property
- UPDATE - Static variable in class org.pepstock.charba.client.UpdateConfiguration
-
Default animation mode key, used for chart updating.
- UPDATE_MODE_KEY - Static variable in class org.pepstock.charba.client.UpdateConfiguration
- updateCallbackProxy - Variable in class org.pepstock.charba.client.controllers.WrapperController
- UpdateConfiguration - Class in org.pepstock.charba.client
-
Object can be provided with additional configuration for the update process.
This is useful when update is manually called inside an event handler and some different animation is desired. - UpdateConfiguration() - Constructor for class org.pepstock.charba.client.UpdateConfiguration
-
Creates an empty animation mode to use for chart updating.
- UpdateConfigurationBuilder - Class in org.pepstock.charba.client
-
Comfortable object to create
UpdateConfigurationitem. - UpdateConfigurationBuilder() - Constructor for class org.pepstock.charba.client.UpdateConfigurationBuilder
-
To avoid any instantiation
- updateForReconfiguring() - Method in class org.pepstock.charba.client.AbstractChart
-
Replaces the native object in the configuration because the chart has been reconfigured.
- updateListener - Variable in class org.pepstock.charba.client.commons.AbstractNode
- updateOrAddScopeFromCallback(String, T, String) - Method in class org.pepstock.charba.client.commons.CallbackPropertyHandler
-
Updates or/and add the wrapper, with the callback instance, adding the scope.
- updateSelection(double) - Method in class org.pepstock.charba.client.impl.plugins.SelectionHandler
-
Update an existing selection on canvas by new X coordinate.
- UPPER_SORBIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Upper Sorbian language.
- URBAN_POP6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "UrbanPop6" -
- URBAN6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Urban6" -
- URDU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Urdu language.
- URUGUAY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Uruguay region.
- URUGUAY_PESO_EN_UNIDADES_INDEXADAS - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Uruguay Peso en Unidades Indexadas (UI) currency.
- US - Static variable in class org.pepstock.charba.client.intl.CLocale
-
Useful constant for
Region.UNITED_STATES. - US_ALASKA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Alaska timezone.
- US_ALEUTIAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Aleutian timezone.
- US_ARIZONA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Arizona timezone.
- US_CENTRAL - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Central timezone.
- US_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for US Dollar currency.
- US_DOLLAR_NEXT_DAY - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for US Dollar (Next day) currency.
- US_EAST_INDIANA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/East-Indiana timezone.
- US_EASTERN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Eastern timezone.
- US_HAWAII - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Hawaii timezone.
- US_INDIANA_STARKE - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Indiana-Starke timezone.
- US_MICHIGAN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Michigan timezone.
- US_MOUNTAIN - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Mountain timezone.
- US_PACIFIC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Pacific timezone.
- US_SAMOA - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for US/Samoa timezone.
- USE_BORDER_RADIUS - org.pepstock.charba.client.options.LegendLabels.Property
- USE_FINAL_POSITION_ARGUMENT - Static variable in class org.pepstock.charba.client.interaction.NativeInteraction
- USE_GROUPING - org.pepstock.charba.client.intl.NumberFormatOptions.Property
- USE_POINT_STYLE - org.pepstock.charba.client.options.LegendLabels.Property
- USE_POINT_STYLE - org.pepstock.charba.client.options.Tooltips.Property
- USE_SELECTION_STYLE - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- UTC - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for UTC timezone.
- UTC_MINUS_01_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -01:00 UTC offset.
- UTC_MINUS_02_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -02:00 UTC offset.
- UTC_MINUS_03_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -03:00 UTC offset.
- UTC_MINUS_03_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -03:30 UTC offset.
- UTC_MINUS_04_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -04:00 UTC offset.
- UTC_MINUS_04_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -04:30 UTC offset.
- UTC_MINUS_05_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -05:00 UTC offset.
- UTC_MINUS_06_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -06:00 UTC offset.
- UTC_MINUS_07_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -07:00 UTC offset.
- UTC_MINUS_08_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -08:00 UTC offset.
- UTC_MINUS_09_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -09:00 UTC offset.
- UTC_MINUS_09_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -09:30 UTC offset.
- UTC_MINUS_10_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -10:00 UTC offset.
- UTC_MINUS_11_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for -11:00 UTC offset.
- UTC_PLUS_00_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +00:00 UTC offset.
- UTC_PLUS_01_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +01:00 UTC offset.
- UTC_PLUS_02_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +02:00 UTC offset.
- UTC_PLUS_03_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +03:00 UTC offset.
- UTC_PLUS_03_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +03:30 UTC offset.
- UTC_PLUS_04_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +04:00 UTC offset.
- UTC_PLUS_04_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +04:30 UTC offset.
- UTC_PLUS_05_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +05:00 UTC offset.
- UTC_PLUS_05_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +05:30 UTC offset.
- UTC_PLUS_05_45 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +05:45 UTC offset.
- UTC_PLUS_06_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +06:00 UTC offset.
- UTC_PLUS_06_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +06:30 UTC offset.
- UTC_PLUS_07_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +07:00 UTC offset.
- UTC_PLUS_08_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +08:00 UTC offset.
- UTC_PLUS_08_45 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +08:45 UTC offset.
- UTC_PLUS_09_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +09:00 UTC offset.
- UTC_PLUS_09_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +09:30 UTC offset.
- UTC_PLUS_10_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +10:00 UTC offset.
- UTC_PLUS_10_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +10:30 UTC offset.
- UTC_PLUS_11_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +11:00 UTC offset.
- UTC_PLUS_11_30 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +11:30 UTC offset.
- UTC_PLUS_12_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +12:00 UTC offset.
- UTC_PLUS_12_45 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +12:45 UTC offset.
- UTC_PLUS_13_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +13:00 UTC offset.
- UTC_PLUS_14_00 - Static variable in class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
International key, to use for localization, for +14:00 UTC offset.
- utcOffset - Variable in enum org.pepstock.charba.client.intl.enums.TimeZone
- UTCOffsetConstants - Class in org.pepstock.charba.client.intl.enums
-
Contains all UTC offset values used by
TimeZone, to avoid to have more instances of the same label. - UTCOffsetConstants() - Constructor for class org.pepstock.charba.client.intl.enums.UTCOffsetConstants
-
To avoid any instantiation
- Utilities - Class in org.pepstock.charba.client.utils
-
Sets of methods used as common utilities.
- Utilities() - Constructor for class org.pepstock.charba.client.utils.Utilities
-
To avoid any instantiation
- UZBEK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Uzbek language.
- UZBEKISTAN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Uzbekistan region.
- UZBEKISTAN_SUM - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Uzbekistan Sum currency.
V
- V - org.pepstock.charba.client.matrix.MatrixDataPoint.Property
- V - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- V_AXIS_ID - org.pepstock.charba.client.items.DatasetItem.Property
- V_SCALE - org.pepstock.charba.client.items.DatasetItem.Property
- VAI - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Vai language.
- VAII - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for vaii numbering system.
- VAII - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Vai script.
- VALID_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- VALID_OR_DEFAULT - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- VALID_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
- VALID_OR_ZERO - org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
- validOrDefault(double, double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent number and returns it.
- validOrDefault(int, int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent number and returns it.
- validOrDefault(T, T) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent object and returns it.
- validOrZero(double) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent number and returns it.
- validOrZero(int) - Static method in class org.pepstock.charba.client.commons.Checker
-
Checks if the value is a consistent number and returns it.
- value - Variable in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
- value - Variable in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
- value - Variable in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.AbstractBoxedLabel.Property
- value - Variable in enum org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.AlignPosition.Property
- value - Variable in enum org.pepstock.charba.client.annotation.AnnotationContext.Property
- value - Variable in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
- value - Variable in enum org.pepstock.charba.client.annotation.AnnotationType
- value - Variable in enum org.pepstock.charba.client.annotation.Arrow.Property
- value - Variable in enum org.pepstock.charba.client.annotation.ArrowHeads.Property
- value - Variable in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
- value - Variable in enum org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
- value - Variable in enum org.pepstock.charba.client.annotation.BorderRadiusHandler.Property
- value - Variable in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.Callout.Property
- value - Variable in enum org.pepstock.charba.client.annotation.ControlPoint.Property
- value - Variable in enum org.pepstock.charba.client.annotation.elements.AlignPositionElement.Property
- value - Variable in enum org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- value - Variable in enum org.pepstock.charba.client.annotation.elements.ArrowElement.Property
- value - Variable in enum org.pepstock.charba.client.annotation.elements.ArrowHeadsElement.Property
- value - Variable in enum org.pepstock.charba.client.annotation.elements.BaseElement.Property
- value - Variable in enum org.pepstock.charba.client.annotation.elements.CalloutElement.Property
- value - Variable in enum org.pepstock.charba.client.annotation.elements.ControlPointElement.Property
- value - Variable in enum org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- value - Variable in enum org.pepstock.charba.client.annotation.EllipseAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.enums.CalloutPosition
- value - Variable in enum org.pepstock.charba.client.annotation.enums.ContentType.Property
- value - Variable in enum org.pepstock.charba.client.annotation.enums.DrawTime
- value - Variable in enum org.pepstock.charba.client.annotation.enums.Event
- value - Variable in enum org.pepstock.charba.client.annotation.enums.LabelPosition
- value - Variable in enum org.pepstock.charba.client.annotation.EventsHandler.Property
- value - Variable in enum org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler.Property
- value - Variable in enum org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler.Property
- value - Variable in enum org.pepstock.charba.client.annotation.InnerLabel.Property
- value - Variable in enum org.pepstock.charba.client.annotation.Interaction.Property
- value - Variable in enum org.pepstock.charba.client.annotation.LabelAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.LabelHandler.Property
- value - Variable in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.LineLabel.Property
- value - Variable in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.PolygonAnnotation.Property
- value - Variable in enum org.pepstock.charba.client.annotation.RotationHandler.Property
- value - Variable in enum org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
- value - Variable in class org.pepstock.charba.client.annotation.StandardAnnotationId
- value - Variable in enum org.pepstock.charba.client.annotation.TextStrokeOptionsHandler.Property
- value - Variable in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
- value - Variable in enum org.pepstock.charba.client.callbacks.ChartContext.Property
- value - Variable in enum org.pepstock.charba.client.callbacks.ParsedData.Property
- value - Variable in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
- value - Variable in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
- value - Variable in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
- value - Variable in enum org.pepstock.charba.client.ChartType
- value - Variable in enum org.pepstock.charba.client.colors.CanvasObject.Property
- value - Variable in enum org.pepstock.charba.client.colors.Gradient.Property
- value - Variable in enum org.pepstock.charba.client.colors.GradientColor.Property
- value - Variable in enum org.pepstock.charba.client.colors.GradientOrientation
- value - Variable in enum org.pepstock.charba.client.colors.GradientScope
- value - Variable in enum org.pepstock.charba.client.colors.GradientType
- value - Variable in enum org.pepstock.charba.client.colors.Pattern.Property
- value - Variable in class org.pepstock.charba.client.commons.AbstractKey
- value - Variable in enum org.pepstock.charba.client.commons.AbstractReadOnlyPoint.Property
- value - Variable in enum org.pepstock.charba.client.commons.Id
- value - Variable in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
- value - Variable in enum org.pepstock.charba.client.commons.Merger.Property
- value - Variable in enum org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
- value - Variable in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
- value - Variable in enum org.pepstock.charba.client.configuration.AbstractTitle.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Animation.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Arc.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Axis.CallbackProperty
- value - Variable in enum org.pepstock.charba.client.configuration.Axis.Property
- value - Variable in enum org.pepstock.charba.client.configuration.AxisBorder.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Bar.Property
- value - Variable in enum org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler.Property
- value - Variable in enum org.pepstock.charba.client.configuration.CartesianAxis.Property
- value - Variable in enum org.pepstock.charba.client.configuration.CartesianLinearAxis.Property
- value - Variable in enum org.pepstock.charba.client.configuration.CartesianTimeTick.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Grid.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Layout.Property
- value - Variable in enum org.pepstock.charba.client.configuration.LegendLabels.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Line.Property
- value - Variable in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
- value - Variable in enum org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
- value - Variable in enum org.pepstock.charba.client.configuration.NumericTickOptionsHandler.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Point.Property
- value - Variable in enum org.pepstock.charba.client.Configuration.Property
- value - Variable in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
- value - Variable in enum org.pepstock.charba.client.configuration.RadialAxis.Property
- value - Variable in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Segment.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Tick.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Tooltips.Property
- value - Variable in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
- value - Variable in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- value - Variable in enum org.pepstock.charba.client.controllers.WrapperController.Property
- value - Variable in enum org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
- value - Variable in enum org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
- value - Variable in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
- value - Variable in enum org.pepstock.charba.client.data.BarBorderRadius.Property
- value - Variable in enum org.pepstock.charba.client.data.BarDataset.Property
- value - Variable in enum org.pepstock.charba.client.data.BarStackHandler.Property
- value - Variable in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
- value - Variable in enum org.pepstock.charba.client.data.BubbleDataset.Property
- value - Variable in enum org.pepstock.charba.client.data.Data.Property
- value - Variable in enum org.pepstock.charba.client.data.DataPoint.Property
- value - Variable in enum org.pepstock.charba.client.data.DataPointStyleHandler.Property
- value - Variable in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- value - Variable in enum org.pepstock.charba.client.data.Dataset.CommonProperty
- value - Variable in enum org.pepstock.charba.client.data.Dataset.InternalProperty
- value - Variable in enum org.pepstock.charba.client.data.LabelsHandler.Property
- value - Variable in enum org.pepstock.charba.client.data.LineDataset.Property
- value - Variable in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
- value - Variable in enum org.pepstock.charba.client.data.LiningDataset.Property
- value - Variable in enum org.pepstock.charba.client.data.OrderHandler.Property
- value - Variable in enum org.pepstock.charba.client.data.PieDataset.Property
- value - Variable in enum org.pepstock.charba.client.data.PolarAreaDataset.Property
- value - Variable in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
- value - Variable in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
- value - Variable in enum org.pepstock.charba.client.datalabels.enums.Align
- value - Variable in enum org.pepstock.charba.client.datalabels.enums.Anchor
- value - Variable in enum org.pepstock.charba.client.datalabels.enums.Event
- value - Variable in enum org.pepstock.charba.client.datalabels.LabelItem.Property
- value - Variable in class org.pepstock.charba.client.datalabels.StandardDataLabelId
- value - Variable in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
- value - Variable in enum org.pepstock.charba.client.dom.enums.BorderStyle
- value - Variable in enum org.pepstock.charba.client.dom.enums.CursorType
- value - Variable in enum org.pepstock.charba.client.dom.enums.Display
- value - Variable in enum org.pepstock.charba.client.dom.enums.EventPhase
- value - Variable in enum org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardEditingKey
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardEventType
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardLocation
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardUiKey
- value - Variable in enum org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
- value - Variable in enum org.pepstock.charba.client.dom.enums.MouseEventType
- value - Variable in enum org.pepstock.charba.client.dom.enums.MutationType
- value - Variable in enum org.pepstock.charba.client.dom.enums.PointerEventType
- value - Variable in enum org.pepstock.charba.client.dom.enums.PointerType
- value - Variable in enum org.pepstock.charba.client.dom.enums.Position
- value - Variable in enum org.pepstock.charba.client.dom.enums.Repetition
- value - Variable in enum org.pepstock.charba.client.dom.enums.TextBaseline
- value - Variable in enum org.pepstock.charba.client.dom.enums.TextDecoration
- value - Variable in enum org.pepstock.charba.client.dom.enums.TouchEventType
- value - Variable in enum org.pepstock.charba.client.dom.enums.Unit
- value - Variable in enum org.pepstock.charba.client.dom.enums.Visibility
- value - Variable in enum org.pepstock.charba.client.dom.events.EventInit.Property
- value - Variable in enum org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
- value - Variable in enum org.pepstock.charba.client.dom.events.ModifiersHandler.Property
- value - Variable in enum org.pepstock.charba.client.dom.events.MouseEventInit.Property
- value - Variable in enum org.pepstock.charba.client.dom.events.PointerEventInit.Property
- value - Variable in enum org.pepstock.charba.client.dom.events.TouchEventInit.Property
- value - Variable in enum org.pepstock.charba.client.dom.events.TouchInit.Property
- value - Variable in enum org.pepstock.charba.client.dom.events.UIEventInit.Property
- value - Variable in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
- value - Variable in enum org.pepstock.charba.client.enums.AnimationEventType
- value - Variable in enum org.pepstock.charba.client.enums.AnimationType
- value - Variable in enum org.pepstock.charba.client.enums.AxisKind
- value - Variable in enum org.pepstock.charba.client.enums.AxisPosition
- value - Variable in enum org.pepstock.charba.client.enums.BorderAlign
- value - Variable in enum org.pepstock.charba.client.enums.BorderItemType
- value - Variable in enum org.pepstock.charba.client.enums.BorderSkipped
- value - Variable in enum org.pepstock.charba.client.enums.Bounds
- value - Variable in enum org.pepstock.charba.client.enums.CapStyle
- value - Variable in enum org.pepstock.charba.client.enums.ChartAxisType
- value - Variable in enum org.pepstock.charba.client.enums.ChartEventProperty
- value - Variable in enum org.pepstock.charba.client.enums.ColorType
- value - Variable in enum org.pepstock.charba.client.enums.ContextType
- value - Variable in enum org.pepstock.charba.client.enums.CrossAlign
- value - Variable in enum org.pepstock.charba.client.enums.CubicInterpolationMode
- value - Variable in enum org.pepstock.charba.client.enums.DataPointType
- value - Variable in enum org.pepstock.charba.client.enums.DataType
- value - Variable in enum org.pepstock.charba.client.enums.DecimationAlgorithm
- value - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
- value - Variable in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
- value - Variable in enum org.pepstock.charba.client.enums.DefaultInteractionMode
- value - Variable in enum org.pepstock.charba.client.enums.DefaultPluginId
- value - Variable in enum org.pepstock.charba.client.enums.DefaultScaleId
- value - Variable in enum org.pepstock.charba.client.enums.DefaultTransitionMode
- value - Variable in enum org.pepstock.charba.client.enums.Display
- value - Variable in enum org.pepstock.charba.client.enums.DrawTime
- value - Variable in enum org.pepstock.charba.client.enums.Easing
- value - Variable in enum org.pepstock.charba.client.enums.ElementAlign
- value - Variable in enum org.pepstock.charba.client.enums.Fill
- value - Variable in enum org.pepstock.charba.client.enums.FillingMode
- value - Variable in enum org.pepstock.charba.client.enums.FontStyle
- value - Variable in enum org.pepstock.charba.client.enums.ImageMimeType
- value - Variable in enum org.pepstock.charba.client.enums.IndexAxis
- value - Variable in enum org.pepstock.charba.client.enums.InteractionAxis
- value - Variable in enum org.pepstock.charba.client.enums.IsoWeekDay
- value - Variable in enum org.pepstock.charba.client.enums.JoinStyle
- value - Variable in enum org.pepstock.charba.client.enums.LegendEventProperty
- value - Variable in enum org.pepstock.charba.client.enums.ModifierKey
- value - Variable in enum org.pepstock.charba.client.enums.PluginOptionsScope
- value - Variable in enum org.pepstock.charba.client.enums.PointStyle
- value - Variable in enum org.pepstock.charba.client.enums.PointStyleType
- value - Variable in enum org.pepstock.charba.client.enums.Position
- value - Variable in enum org.pepstock.charba.client.enums.RegressionType
- value - Variable in enum org.pepstock.charba.client.enums.ScaleTitleAlign
- value - Variable in class org.pepstock.charba.client.enums.StandardInteractionMode
- value - Variable in class org.pepstock.charba.client.enums.StandardTooltipPosition
- value - Variable in enum org.pepstock.charba.client.enums.Stepped
- value - Variable in enum org.pepstock.charba.client.enums.TextAlign
- value - Variable in enum org.pepstock.charba.client.enums.TextDirection
- value - Variable in enum org.pepstock.charba.client.enums.TickAlign
- value - Variable in enum org.pepstock.charba.client.enums.TickSource
- value - Variable in enum org.pepstock.charba.client.enums.TimeUnit
- value - Variable in enum org.pepstock.charba.client.enums.TooltipAlign
- value - Variable in enum org.pepstock.charba.client.enums.TooltipPosition
- value - Variable in enum org.pepstock.charba.client.enums.Weight
- value - Variable in class org.pepstock.charba.client.events.AxisClickEvent
- value - Variable in enum org.pepstock.charba.client.events.ChartEventContext.Property
- value - Variable in class org.pepstock.charba.client.events.EventType
- value - Variable in enum org.pepstock.charba.client.geo.BubbleMapDataPoint.Property
- value - Variable in enum org.pepstock.charba.client.geo.ChoroplethDataPoint.Property
- value - Variable in enum org.pepstock.charba.client.geo.ColorAxisMapper.Property
- value - Variable in enum org.pepstock.charba.client.geo.CommonOptionsHandler.Property
- value - Variable in enum org.pepstock.charba.client.geo.DataPointCenter.Property
- value - Variable in enum org.pepstock.charba.client.geo.enums.Align
- value - Variable in enum org.pepstock.charba.client.geo.enums.ClipMap
- value - Variable in enum org.pepstock.charba.client.geo.enums.Interpolate
- value - Variable in enum org.pepstock.charba.client.geo.enums.Mode
- value - Variable in enum org.pepstock.charba.client.geo.enums.Position
- value - Variable in enum org.pepstock.charba.client.geo.enums.Projection
- value - Variable in enum org.pepstock.charba.client.geo.Feature.Property
- value - Variable in enum org.pepstock.charba.client.geo.GeoDataPoint.Property
- value - Variable in enum org.pepstock.charba.client.geo.GeoDatasetHandler.Property
- value - Variable in enum org.pepstock.charba.client.geo.GeoFeatureElement.Property
- value - Variable in enum org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
- value - Variable in enum org.pepstock.charba.client.geo.Graticule.Property
- value - Variable in enum org.pepstock.charba.client.geo.Legend.Property
- value - Variable in enum org.pepstock.charba.client.geo.LegendAxisMapper.Property
- value - Variable in enum org.pepstock.charba.client.geo.Margin.Property
- value - Variable in enum org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
- value - Variable in enum org.pepstock.charba.client.geo.SizeAxisMapper.Property
- value - Variable in enum org.pepstock.charba.client.geo.TopoJson.Property
- value - Variable in enum org.pepstock.charba.client.gradient.GradientOptions.Property
- value - Variable in enum org.pepstock.charba.client.gradient.PropertyOptions.Property
- value - Variable in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
- value - Variable in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
- value - Variable in class org.pepstock.charba.client.impl.charts.MeterContext
- value - Variable in enum org.pepstock.charba.client.impl.charts.MeterDataset.Property
- value - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- value - Variable in class org.pepstock.charba.client.impl.charts.Threshold
- value - Variable in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
- value - Variable in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
- value - Variable in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
- value - Variable in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
- value - Variable in enum org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- value - Variable in enum org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- value - Variable in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.Align
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
- value - Variable in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.Render
- value - Variable in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
- value - Variable in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
- value - Variable in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- value - Variable in enum org.pepstock.charba.client.interaction.Interactions.NativeInteractionOptions.Property
- value - Variable in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
- value - Variable in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
- value - Variable in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- value - Variable in enum org.pepstock.charba.client.intl.enums.Calendar
- value - Variable in enum org.pepstock.charba.client.intl.enums.CompactDisplay
- value - Variable in enum org.pepstock.charba.client.intl.enums.Currency
- value - Variable in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
- value - Variable in enum org.pepstock.charba.client.intl.enums.CurrencySign
- value - Variable in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
- value - Variable in enum org.pepstock.charba.client.intl.enums.FormatMatcher
- value - Variable in enum org.pepstock.charba.client.intl.enums.FormatPartType
- value - Variable in enum org.pepstock.charba.client.intl.enums.HourCycle
- value - Variable in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
- value - Variable in enum org.pepstock.charba.client.intl.enums.MeasureUnit
- value - Variable in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
- value - Variable in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
- value - Variable in enum org.pepstock.charba.client.intl.enums.Notation
- value - Variable in enum org.pepstock.charba.client.intl.enums.NumberingSystem
- value - Variable in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
- value - Variable in enum org.pepstock.charba.client.intl.enums.SignDisplay
- value - Variable in enum org.pepstock.charba.client.intl.enums.StringItemStyle
- value - Variable in enum org.pepstock.charba.client.intl.enums.Style
- value - Variable in enum org.pepstock.charba.client.intl.enums.TimeZone
- value - Variable in enum org.pepstock.charba.client.intl.enums.TimeZoneName
- value - Variable in enum org.pepstock.charba.client.intl.FormatPart.Property
- value - Variable in enum org.pepstock.charba.client.intl.Language
- value - Variable in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
- value - Variable in enum org.pepstock.charba.client.intl.Region
- value - Variable in enum org.pepstock.charba.client.intl.Script
- value - Variable in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
- value - Variable in enum org.pepstock.charba.client.items.AnimationItem.Property
- value - Variable in enum org.pepstock.charba.client.items.ArcElement.Property
- value - Variable in enum org.pepstock.charba.client.items.ArcElementOptions.Property
- value - Variable in enum org.pepstock.charba.client.items.BarElement.Property
- value - Variable in enum org.pepstock.charba.client.items.BarElementOptions.Property
- value - Variable in enum org.pepstock.charba.client.items.BaseBoxItem.Property
- value - Variable in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- value - Variable in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
- value - Variable in enum org.pepstock.charba.client.items.ChartElement.Property
- value - Variable in enum org.pepstock.charba.client.items.CommonElementOptions.Property
- value - Variable in class org.pepstock.charba.client.items.DataItem
- value - Variable in enum org.pepstock.charba.client.items.DatasetItem.Property
- value - Variable in enum org.pepstock.charba.client.items.DatasetItemController.Property
- value - Variable in enum org.pepstock.charba.client.items.DatasetReference.Property
- value - Variable in enum org.pepstock.charba.client.items.FillBaseline.Property
- value - Variable in enum org.pepstock.charba.client.items.FillColors.Property
- value - Variable in enum org.pepstock.charba.client.items.InteractionItem.Property
- value - Variable in enum org.pepstock.charba.client.items.InteractionOptions.Property
- value - Variable in enum org.pepstock.charba.client.items.LegendItem.Property
- value - Variable in enum org.pepstock.charba.client.items.LegendNode.Property
- value - Variable in enum org.pepstock.charba.client.items.LegendTextHandler.Property
- value - Variable in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
- value - Variable in enum org.pepstock.charba.client.items.PluginEventArgument.Property
- value - Variable in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
- value - Variable in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
- value - Variable in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
- value - Variable in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
- value - Variable in enum org.pepstock.charba.client.items.PointElement.Property
- value - Variable in enum org.pepstock.charba.client.items.PointElementOptions.Property
- value - Variable in enum org.pepstock.charba.client.items.ScaleItem.Property
- value - Variable in enum org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
- value - Variable in enum org.pepstock.charba.client.items.ScaleLabelItem.Property
- value - Variable in enum org.pepstock.charba.client.items.ScaleLabelOptions.Property
- value - Variable in enum org.pepstock.charba.client.items.ScaleTickItem.Property
- value - Variable in class org.pepstock.charba.client.items.ScaleValueItem
- value - Variable in enum org.pepstock.charba.client.items.SizeItem.Property
- value - Variable in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
- value - Variable in enum org.pepstock.charba.client.items.TooltipItem.Property
- value - Variable in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
- value - Variable in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
- value - Variable in enum org.pepstock.charba.client.items.TooltipModel.Property
- value - Variable in enum org.pepstock.charba.client.labels.enums.Position
- value - Variable in enum org.pepstock.charba.client.labels.enums.Render
- value - Variable in enum org.pepstock.charba.client.labels.Label.Property
- value - Variable in enum org.pepstock.charba.client.labels.LabelsContext.Property
- value - Variable in class org.pepstock.charba.client.labels.StandardLabelId
- value - Variable in enum org.pepstock.charba.client.matrix.enums.Anchor
- value - Variable in enum org.pepstock.charba.client.matrix.MatrixDataPoint.Property
- value - Variable in enum org.pepstock.charba.client.matrix.MatrixDataset.Property
- value - Variable in enum org.pepstock.charba.client.matrix.MatrixElement.Property
- value - Variable in enum org.pepstock.charba.client.matrix.MatrixElementOptions.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractAnimation.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractAnimations.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractElement.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractImmutableFont.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractInteraction.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractPadding.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractReadOnlyFont.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractScale.Property
- value - Variable in enum org.pepstock.charba.client.options.AbstractTitle.Property
- value - Variable in enum org.pepstock.charba.client.options.Adapters.Property
- value - Variable in enum org.pepstock.charba.client.options.AngleLines.Property
- value - Variable in enum org.pepstock.charba.client.options.Animation.Property
- value - Variable in enum org.pepstock.charba.client.options.AnimationCollection.Property
- value - Variable in enum org.pepstock.charba.client.options.AnimationContainer.Property
- value - Variable in enum org.pepstock.charba.client.options.AnimationTransition.Property
- value - Variable in enum org.pepstock.charba.client.options.Arc.Property
- value - Variable in enum org.pepstock.charba.client.options.AutoColors.Property
- value - Variable in enum org.pepstock.charba.client.options.Bar.Property
- value - Variable in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- value - Variable in enum org.pepstock.charba.client.options.BoxHandler.Property
- value - Variable in enum org.pepstock.charba.client.options.Decimation.Property
- value - Variable in enum org.pepstock.charba.client.options.Elements.Property
- value - Variable in enum org.pepstock.charba.client.options.EventsOptionHandler.Property
- value - Variable in enum org.pepstock.charba.client.options.ExtendedOptions.Property
- value - Variable in enum org.pepstock.charba.client.options.ExtendedScale.Property
- value - Variable in enum org.pepstock.charba.client.options.Filler.Property
- value - Variable in enum org.pepstock.charba.client.options.FillHandler.Property
- value - Variable in enum org.pepstock.charba.client.options.Font.Property
- value - Variable in enum org.pepstock.charba.client.options.FontContainer.Property
- value - Variable in enum org.pepstock.charba.client.options.Grid.Property
- value - Variable in enum org.pepstock.charba.client.options.Interaction.Property
- value - Variable in enum org.pepstock.charba.client.options.Layout.Property
- value - Variable in enum org.pepstock.charba.client.options.Legend.Property
- value - Variable in enum org.pepstock.charba.client.options.LegendLabels.Property
- value - Variable in enum org.pepstock.charba.client.options.LegendTitle.Property
- value - Variable in enum org.pepstock.charba.client.options.Line.Property
- value - Variable in enum org.pepstock.charba.client.options.Major.Property
- value - Variable in enum org.pepstock.charba.client.options.Options.CommonProperty
- value - Variable in enum org.pepstock.charba.client.options.Options.Property
- value - Variable in enum org.pepstock.charba.client.options.Padding.Property
- value - Variable in enum org.pepstock.charba.client.options.Point.Property
- value - Variable in enum org.pepstock.charba.client.options.PointLabels.Property
- value - Variable in enum org.pepstock.charba.client.options.PointStyleHandler.Property
- value - Variable in enum org.pepstock.charba.client.options.Scale.Property
- value - Variable in enum org.pepstock.charba.client.options.ScaleBorder.Property
- value - Variable in enum org.pepstock.charba.client.options.ScaledOptions.Property
- value - Variable in enum org.pepstock.charba.client.options.ScaleTitle.Property
- value - Variable in enum org.pepstock.charba.client.options.SpanGapHandler.Property
- value - Variable in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
- value - Variable in enum org.pepstock.charba.client.options.Ticks.Property
- value - Variable in enum org.pepstock.charba.client.options.Time.Property
- value - Variable in enum org.pepstock.charba.client.options.Tooltips.Property
- value - Variable in enum org.pepstock.charba.client.options.TypedDataset.Property
- value - Variable in enum org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- value - Variable in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
- value - Variable in enum org.pepstock.charba.client.plugins.PluginReference.Property
- value - Variable in enum org.pepstock.charba.client.positioner.PositionerContext.Property
- value - Variable in enum org.pepstock.charba.client.resources.ResourceName
- value - Variable in enum org.pepstock.charba.client.sankey.enums.ColorMode
- value - Variable in enum org.pepstock.charba.client.sankey.enums.Size
- value - Variable in enum org.pepstock.charba.client.sankey.SankeyDataPoint.Property
- value - Variable in enum org.pepstock.charba.client.sankey.SankeyDataset.Property
- value - Variable in enum org.pepstock.charba.client.sankey.SankeyElement.Property
- value - Variable in enum org.pepstock.charba.client.sankey.SankeyElementOptions.Property
- value - Variable in enum org.pepstock.charba.client.treemap.AbstractDatasetNode.Property
- value - Variable in enum org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
- value - Variable in enum org.pepstock.charba.client.treemap.AbstractLabels.Property
- value - Variable in enum org.pepstock.charba.client.treemap.Dividers.Property
- value - Variable in enum org.pepstock.charba.client.treemap.enums.Align
- value - Variable in enum org.pepstock.charba.client.treemap.enums.Overflow
- value - Variable in enum org.pepstock.charba.client.treemap.enums.Position
- value - Variable in enum org.pepstock.charba.client.treemap.InnerData.Property
- value - Variable in enum org.pepstock.charba.client.treemap.Labels.Property
- value - Variable in enum org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- value - Variable in enum org.pepstock.charba.client.treemap.TreeMapDataset.Property
- value - Variable in enum org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
- value - Variable in enum org.pepstock.charba.client.treemap.TreeMapElement.Property
- value - Variable in enum org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- value - Variable in enum org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- value - Variable in enum org.pepstock.charba.client.utils.toast.Action.Property
- value - Variable in enum org.pepstock.charba.client.utils.toast.ActionItem.Property
- value - Variable in enum org.pepstock.charba.client.utils.toast.enums.Align
- value - Variable in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- value - Variable in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- value - Variable in enum org.pepstock.charba.client.utils.toast.enums.Status
- value - Variable in enum org.pepstock.charba.client.utils.toast.ToastItem.CommonProperty
- value - Variable in enum org.pepstock.charba.client.utils.toast.ToastItem.Property
- value - Variable in enum org.pepstock.charba.client.utils.toast.ToastOptions.Property
- value - Variable in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
- value - Variable in enum org.pepstock.charba.client.zoom.Drag.Property
- value - Variable in enum org.pepstock.charba.client.zoom.enums.DrawTime
- value - Variable in enum org.pepstock.charba.client.zoom.enums.Mode
- value - Variable in enum org.pepstock.charba.client.zoom.Limits.Property
- value - Variable in enum org.pepstock.charba.client.zoom.Pan.Property
- value - Variable in enum org.pepstock.charba.client.zoom.Pinch.Property
- value - Variable in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
- value - Variable in enum org.pepstock.charba.client.zoom.ScaleRange.Property
- value - Variable in enum org.pepstock.charba.client.zoom.Wheel.Property
- value - Variable in enum org.pepstock.charba.client.zoom.Zoom.Property
- value - Variable in enum org.pepstock.charba.client.zoom.ZoomContext.Property
- value - Variable in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
- value() - Method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
- value() - Method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
- value() - Method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.AbstractBoxedLabel.Property
- value() - Method in enum org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.AlignPosition.Property
- value() - Method in enum org.pepstock.charba.client.annotation.AnnotationContext.Property
- value() - Method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
- value() - Method in enum org.pepstock.charba.client.annotation.AnnotationType
- value() - Method in enum org.pepstock.charba.client.annotation.Arrow.Property
- value() - Method in enum org.pepstock.charba.client.annotation.ArrowHeads.Property
- value() - Method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
- value() - Method in enum org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.annotation.BorderRadiusHandler.Property
- value() - Method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.Callout.Property
- value() - Method in enum org.pepstock.charba.client.annotation.ControlPoint.Property
- value() - Method in enum org.pepstock.charba.client.annotation.elements.AlignPositionElement.Property
- value() - Method in enum org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- value() - Method in enum org.pepstock.charba.client.annotation.elements.ArrowElement.Property
- value() - Method in enum org.pepstock.charba.client.annotation.elements.ArrowHeadsElement.Property
- value() - Method in enum org.pepstock.charba.client.annotation.elements.BaseElement.Property
- value() - Method in enum org.pepstock.charba.client.annotation.elements.CalloutElement.Property
- value() - Method in enum org.pepstock.charba.client.annotation.elements.ControlPointElement.Property
- value() - Method in enum org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- value() - Method in enum org.pepstock.charba.client.annotation.EllipseAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.enums.CalloutPosition
- value() - Method in enum org.pepstock.charba.client.annotation.enums.ContentType.Property
- value() - Method in enum org.pepstock.charba.client.annotation.enums.DrawTime
- value() - Method in enum org.pepstock.charba.client.annotation.enums.Event
- value() - Method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
- value() - Method in enum org.pepstock.charba.client.annotation.EventsHandler.Property
- value() - Method in enum org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.annotation.InnerLabel.Property
- value() - Method in enum org.pepstock.charba.client.annotation.Interaction.Property
- value() - Method in enum org.pepstock.charba.client.annotation.LabelAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.LabelHandler.Property
- value() - Method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.LineLabel.Property
- value() - Method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.PolygonAnnotation.Property
- value() - Method in enum org.pepstock.charba.client.annotation.RotationHandler.Property
- value() - Method in enum org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
- value() - Method in class org.pepstock.charba.client.annotation.StandardAnnotationId
- value() - Method in enum org.pepstock.charba.client.annotation.TextStrokeOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
- value() - Method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
- value() - Method in enum org.pepstock.charba.client.callbacks.ParsedData.Property
- value() - Method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
- value() - Method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
- value() - Method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
- value() - Method in enum org.pepstock.charba.client.ChartType
- value() - Method in enum org.pepstock.charba.client.colors.CanvasObject.Property
- value() - Method in enum org.pepstock.charba.client.colors.Gradient.Property
- value() - Method in enum org.pepstock.charba.client.colors.GradientColor.Property
- value() - Method in enum org.pepstock.charba.client.colors.GradientOrientation
- value() - Method in enum org.pepstock.charba.client.colors.GradientScope
- value() - Method in enum org.pepstock.charba.client.colors.GradientType
- value() - Method in enum org.pepstock.charba.client.colors.Pattern.Property
- value() - Method in class org.pepstock.charba.client.colors.tiles.AbstractShape
- value() - Method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
- value() - Method in enum org.pepstock.charba.client.colors.tiles.Shape
- value() - Method in class org.pepstock.charba.client.commons.AbstractKey
- value() - Method in enum org.pepstock.charba.client.commons.AbstractReadOnlyPoint.Property
- value() - Method in enum org.pepstock.charba.client.commons.Id
- value() - Method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
- value() - Method in interface org.pepstock.charba.client.commons.Key
-
Returns the name value of property
- value() - Method in enum org.pepstock.charba.client.commons.Merger.Property
- value() - Method in enum org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
- value() - Method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
- value() - Method in enum org.pepstock.charba.client.configuration.AbstractTitle.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Animation.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Arc.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Axis.CallbackProperty
- value() - Method in enum org.pepstock.charba.client.configuration.Axis.Property
- value() - Method in enum org.pepstock.charba.client.configuration.AxisBorder.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Bar.Property
- value() - Method in enum org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler.Property
- value() - Method in enum org.pepstock.charba.client.configuration.CartesianAxis.Property
- value() - Method in enum org.pepstock.charba.client.configuration.CartesianLinearAxis.Property
- value() - Method in enum org.pepstock.charba.client.configuration.CartesianTimeTick.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Grid.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Layout.Property
- value() - Method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Line.Property
- value() - Method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
- value() - Method in enum org.pepstock.charba.client.configuration.NumericTickOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Point.Property
- value() - Method in enum org.pepstock.charba.client.Configuration.Property
- value() - Method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
- value() - Method in enum org.pepstock.charba.client.configuration.RadialAxis.Property
- value() - Method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Segment.Property
- value() - Method in class org.pepstock.charba.client.configuration.StandardAxisType
- value() - Method in enum org.pepstock.charba.client.configuration.Tick.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Tooltips.Property
- value() - Method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
- value() - Method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
- value() - Method in class org.pepstock.charba.client.controllers.ControllerType
- value() - Method in enum org.pepstock.charba.client.controllers.WrapperController.Property
- value() - Method in enum org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
- value() - Method in enum org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
- value() - Method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
- value() - Method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
- value() - Method in enum org.pepstock.charba.client.data.BarDataset.Property
- value() - Method in enum org.pepstock.charba.client.data.BarStackHandler.Property
- value() - Method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
- value() - Method in enum org.pepstock.charba.client.data.BubbleDataset.Property
- value() - Method in enum org.pepstock.charba.client.data.Data.Property
- value() - Method in enum org.pepstock.charba.client.data.DataPoint.Property
- value() - Method in enum org.pepstock.charba.client.data.DataPointStyleHandler.Property
- value() - Method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
- value() - Method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
- value() - Method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
- value() - Method in enum org.pepstock.charba.client.data.LabelsHandler.Property
- value() - Method in enum org.pepstock.charba.client.data.LineDataset.Property
- value() - Method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
- value() - Method in enum org.pepstock.charba.client.data.LiningDataset.Property
- value() - Method in enum org.pepstock.charba.client.data.OrderHandler.Property
- value() - Method in enum org.pepstock.charba.client.data.PieDataset.Property
- value() - Method in enum org.pepstock.charba.client.data.PolarAreaDataset.Property
- value() - Method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
- value() - Method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
- value() - Method in enum org.pepstock.charba.client.datalabels.enums.Align
- value() - Method in enum org.pepstock.charba.client.datalabels.enums.Anchor
- value() - Method in enum org.pepstock.charba.client.datalabels.enums.Event
- value() - Method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
- value() - Method in class org.pepstock.charba.client.datalabels.StandardDataLabelId
- value() - Method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
- value() - Method in enum org.pepstock.charba.client.dom.enums.BorderStyle
- value() - Method in enum org.pepstock.charba.client.dom.enums.CursorType
- value() - Method in enum org.pepstock.charba.client.dom.enums.Display
- value() - Method in enum org.pepstock.charba.client.dom.enums.EventPhase
-
Returns the numeric representation of the phase.
- value() - Method in enum org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardEditingKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardEventType
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Returns the numeric representation of the location.
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardUiKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
- value() - Method in enum org.pepstock.charba.client.dom.enums.MouseEventType
- value() - Method in enum org.pepstock.charba.client.dom.enums.MutationType
- value() - Method in enum org.pepstock.charba.client.dom.enums.PointerEventType
- value() - Method in enum org.pepstock.charba.client.dom.enums.PointerType
- value() - Method in enum org.pepstock.charba.client.dom.enums.Position
- value() - Method in enum org.pepstock.charba.client.dom.enums.Repetition
- value() - Method in enum org.pepstock.charba.client.dom.enums.TextBaseline
- value() - Method in enum org.pepstock.charba.client.dom.enums.TextDecoration
- value() - Method in enum org.pepstock.charba.client.dom.enums.TouchEventType
- value() - Method in enum org.pepstock.charba.client.dom.enums.Unit
- value() - Method in enum org.pepstock.charba.client.dom.enums.Visibility
- value() - Method in enum org.pepstock.charba.client.dom.events.EventInit.Property
- value() - Method in enum org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
- value() - Method in enum org.pepstock.charba.client.dom.events.ModifiersHandler.Property
- value() - Method in enum org.pepstock.charba.client.dom.events.MouseEventInit.Property
- value() - Method in enum org.pepstock.charba.client.dom.events.PointerEventInit.Property
- value() - Method in enum org.pepstock.charba.client.dom.events.TouchEventInit.Property
- value() - Method in enum org.pepstock.charba.client.dom.events.TouchInit.Property
- value() - Method in enum org.pepstock.charba.client.dom.events.UIEventInit.Property
- value() - Method in class org.pepstock.charba.client.enums.AbsoluteDatasetIndexFill
- value() - Method in enum org.pepstock.charba.client.enums.AnimationEventType
- value() - Method in enum org.pepstock.charba.client.enums.AnimationType
- value() - Method in enum org.pepstock.charba.client.enums.AxisKind
- value() - Method in enum org.pepstock.charba.client.enums.AxisPosition
- value() - Method in enum org.pepstock.charba.client.enums.BorderAlign
- value() - Method in enum org.pepstock.charba.client.enums.BorderItemType
- value() - Method in enum org.pepstock.charba.client.enums.BorderSkipped
- value() - Method in enum org.pepstock.charba.client.enums.Bounds
- value() - Method in enum org.pepstock.charba.client.enums.CapStyle
- value() - Method in enum org.pepstock.charba.client.enums.ChartAxisType
- value() - Method in enum org.pepstock.charba.client.enums.ChartEventProperty
- value() - Method in enum org.pepstock.charba.client.enums.ColorType
- value() - Method in enum org.pepstock.charba.client.enums.ContextType
- value() - Method in enum org.pepstock.charba.client.enums.CrossAlign
- value() - Method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
- value() - Method in enum org.pepstock.charba.client.enums.DataPointType
- value() - Method in enum org.pepstock.charba.client.enums.DataType
- value() - Method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
- value() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
- value() - Method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
- value() - Method in enum org.pepstock.charba.client.enums.DefaultInteractionMode
- value() - Method in enum org.pepstock.charba.client.enums.DefaultPluginId
- value() - Method in enum org.pepstock.charba.client.enums.DefaultScaleId
- value() - Method in enum org.pepstock.charba.client.enums.DefaultTransitionMode
- value() - Method in enum org.pepstock.charba.client.enums.Display
- value() - Method in enum org.pepstock.charba.client.enums.DrawTime
- value() - Method in enum org.pepstock.charba.client.enums.Easing
- value() - Method in enum org.pepstock.charba.client.enums.ElementAlign
- value() - Method in enum org.pepstock.charba.client.enums.Fill
- value() - Method in enum org.pepstock.charba.client.enums.FillingMode
- value() - Method in enum org.pepstock.charba.client.enums.FontStyle
- value() - Method in enum org.pepstock.charba.client.enums.ImageMimeType
- value() - Method in enum org.pepstock.charba.client.enums.IndexAxis
- value() - Method in enum org.pepstock.charba.client.enums.InteractionAxis
- value() - Method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns the ISO day of the week.
- value() - Method in enum org.pepstock.charba.client.enums.JoinStyle
- value() - Method in enum org.pepstock.charba.client.enums.LegendEventProperty
- value() - Method in enum org.pepstock.charba.client.enums.ModifierKey
- value() - Method in enum org.pepstock.charba.client.enums.PluginOptionsScope
- value() - Method in enum org.pepstock.charba.client.enums.PointStyle
- value() - Method in enum org.pepstock.charba.client.enums.PointStyleType
- value() - Method in enum org.pepstock.charba.client.enums.Position
- value() - Method in enum org.pepstock.charba.client.enums.RegressionType
- value() - Method in class org.pepstock.charba.client.enums.RelativeDatasetIndexFill
- value() - Method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
- value() - Method in class org.pepstock.charba.client.enums.StandardInteractionMode
- value() - Method in class org.pepstock.charba.client.enums.StandardTooltipPosition
- value() - Method in enum org.pepstock.charba.client.enums.Stepped
- value() - Method in enum org.pepstock.charba.client.enums.TextAlign
- value() - Method in enum org.pepstock.charba.client.enums.TextDirection
- value() - Method in enum org.pepstock.charba.client.enums.TickAlign
- value() - Method in enum org.pepstock.charba.client.enums.TickSource
- value() - Method in enum org.pepstock.charba.client.enums.TimeUnit
- value() - Method in enum org.pepstock.charba.client.enums.TooltipAlign
- value() - Method in enum org.pepstock.charba.client.enums.TooltipPosition
- value() - Method in enum org.pepstock.charba.client.enums.Weight
- value() - Method in enum org.pepstock.charba.client.events.ChartEventContext.Property
- value() - Method in class org.pepstock.charba.client.events.EventType
- value() - Method in enum org.pepstock.charba.client.geo.BubbleMapDataPoint.Property
- value() - Method in enum org.pepstock.charba.client.geo.ChoroplethDataPoint.Property
- value() - Method in enum org.pepstock.charba.client.geo.ColorAxisMapper.Property
- value() - Method in enum org.pepstock.charba.client.geo.CommonOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.geo.DataPointCenter.Property
- value() - Method in enum org.pepstock.charba.client.geo.enums.Align
- value() - Method in enum org.pepstock.charba.client.geo.enums.ClipMap
- value() - Method in enum org.pepstock.charba.client.geo.enums.Interpolate
- value() - Method in enum org.pepstock.charba.client.geo.enums.Mode
- value() - Method in enum org.pepstock.charba.client.geo.enums.Position
- value() - Method in enum org.pepstock.charba.client.geo.enums.Projection
- value() - Method in enum org.pepstock.charba.client.geo.Feature.Property
- value() - Method in enum org.pepstock.charba.client.geo.GeoDataPoint.Property
- value() - Method in enum org.pepstock.charba.client.geo.GeoDatasetHandler.Property
- value() - Method in class org.pepstock.charba.client.geo.GeoExtendedChartType
- value() - Method in enum org.pepstock.charba.client.geo.GeoFeatureElement.Property
- value() - Method in enum org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
- value() - Method in enum org.pepstock.charba.client.geo.Graticule.Property
- value() - Method in enum org.pepstock.charba.client.geo.Legend.Property
- value() - Method in enum org.pepstock.charba.client.geo.LegendAxisMapper.Property
- value() - Method in enum org.pepstock.charba.client.geo.Margin.Property
- value() - Method in enum org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
- value() - Method in enum org.pepstock.charba.client.geo.SizeAxisMapper.Property
- value() - Method in enum org.pepstock.charba.client.geo.TopoJson.Property
- value() - Method in enum org.pepstock.charba.client.gradient.GradientOptions.Property
- value() - Method in enum org.pepstock.charba.client.gradient.PropertyOptions.Property
- value() - Method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
- value() - Method in enum org.pepstock.charba.client.impl.charts.MeterDataset.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Align
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
- value() - Method in class org.pepstock.charba.client.impl.plugins.enums.EnumeratedScheme
- value() - Method in interface org.pepstock.charba.client.impl.plugins.enums.IsEnumeratedScheme
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.Render
- value() - Method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
- value() - Method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
- value() - Method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- value() - Method in enum org.pepstock.charba.client.interaction.Interactions.NativeInteractionOptions.Property
- value() - Method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
- value() - Method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
- value() - Method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- value() - Method in enum org.pepstock.charba.client.intl.enums.Calendar
- value() - Method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
- value() - Method in enum org.pepstock.charba.client.intl.enums.Currency
- value() - Method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
- value() - Method in enum org.pepstock.charba.client.intl.enums.CurrencySign
- value() - Method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
- value() - Method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
- value() - Method in enum org.pepstock.charba.client.intl.enums.FormatPartType
- value() - Method in enum org.pepstock.charba.client.intl.enums.HourCycle
- value() - Method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
- value() - Method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
- value() - Method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
- value() - Method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
- value() - Method in enum org.pepstock.charba.client.intl.enums.Notation
- value() - Method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
- value() - Method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
- value() - Method in enum org.pepstock.charba.client.intl.enums.SignDisplay
- value() - Method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
- value() - Method in enum org.pepstock.charba.client.intl.enums.Style
- value() - Method in enum org.pepstock.charba.client.intl.enums.TimeZone
- value() - Method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
- value() - Method in enum org.pepstock.charba.client.intl.FormatPart.Property
- value() - Method in enum org.pepstock.charba.client.intl.Language
- value() - Method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
- value() - Method in enum org.pepstock.charba.client.intl.Region
- value() - Method in enum org.pepstock.charba.client.intl.Script
- value() - Method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
- value() - Method in enum org.pepstock.charba.client.items.AnimationItem.Property
- value() - Method in enum org.pepstock.charba.client.items.ArcElement.Property
- value() - Method in enum org.pepstock.charba.client.items.ArcElementOptions.Property
- value() - Method in enum org.pepstock.charba.client.items.BarElement.Property
- value() - Method in enum org.pepstock.charba.client.items.BarElementOptions.Property
- value() - Method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
- value() - Method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- value() - Method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
- value() - Method in enum org.pepstock.charba.client.items.ChartElement.Property
- value() - Method in enum org.pepstock.charba.client.items.CommonElementOptions.Property
- value() - Method in enum org.pepstock.charba.client.items.DatasetItem.Property
- value() - Method in enum org.pepstock.charba.client.items.DatasetItemController.Property
- value() - Method in enum org.pepstock.charba.client.items.DatasetReference.Property
- value() - Method in enum org.pepstock.charba.client.items.FillBaseline.Property
- value() - Method in enum org.pepstock.charba.client.items.FillColors.Property
- value() - Method in enum org.pepstock.charba.client.items.InteractionItem.Property
- value() - Method in enum org.pepstock.charba.client.items.InteractionOptions.Property
- value() - Method in enum org.pepstock.charba.client.items.LegendItem.Property
- value() - Method in enum org.pepstock.charba.client.items.LegendNode.Property
- value() - Method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
- value() - Method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
- value() - Method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
- value() - Method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
- value() - Method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
- value() - Method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
- value() - Method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
- value() - Method in enum org.pepstock.charba.client.items.PointElement.Property
- value() - Method in enum org.pepstock.charba.client.items.PointElementOptions.Property
- value() - Method in enum org.pepstock.charba.client.items.ScaleItem.Property
- value() - Method in enum org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
- value() - Method in enum org.pepstock.charba.client.items.ScaleLabelItem.Property
- value() - Method in enum org.pepstock.charba.client.items.ScaleLabelOptions.Property
- value() - Method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
- value() - Method in enum org.pepstock.charba.client.items.SizeItem.Property
- value() - Method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
- value() - Method in enum org.pepstock.charba.client.items.TooltipItem.Property
- value() - Method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
- value() - Method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
- value() - Method in enum org.pepstock.charba.client.items.TooltipModel.Property
- value() - Method in enum org.pepstock.charba.client.labels.enums.Position
- value() - Method in enum org.pepstock.charba.client.labels.enums.Render
- value() - Method in enum org.pepstock.charba.client.labels.Label.Property
- value() - Method in enum org.pepstock.charba.client.labels.LabelsContext.Property
- value() - Method in class org.pepstock.charba.client.labels.StandardLabelId
- value() - Method in enum org.pepstock.charba.client.matrix.enums.Anchor
- value() - Method in enum org.pepstock.charba.client.matrix.MatrixDataPoint.Property
- value() - Method in enum org.pepstock.charba.client.matrix.MatrixDataset.Property
- value() - Method in enum org.pepstock.charba.client.matrix.MatrixElement.Property
- value() - Method in enum org.pepstock.charba.client.matrix.MatrixElementOptions.Property
- value() - Method in class org.pepstock.charba.client.matrix.MatrixExtendedChartType
- value() - Method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractAnimations.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractElement.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractImmutableFont.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractPadding.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractReadOnlyFont.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractScale.Property
- value() - Method in enum org.pepstock.charba.client.options.AbstractTitle.Property
- value() - Method in enum org.pepstock.charba.client.options.Adapters.Property
- value() - Method in enum org.pepstock.charba.client.options.AngleLines.Property
- value() - Method in enum org.pepstock.charba.client.options.Animation.Property
- value() - Method in enum org.pepstock.charba.client.options.AnimationCollection.Property
- value() - Method in enum org.pepstock.charba.client.options.AnimationContainer.Property
- value() - Method in enum org.pepstock.charba.client.options.AnimationTransition.Property
- value() - Method in enum org.pepstock.charba.client.options.Arc.Property
- value() - Method in enum org.pepstock.charba.client.options.AutoColors.Property
- value() - Method in enum org.pepstock.charba.client.options.Bar.Property
- value() - Method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.BoxHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.Decimation.Property
- value() - Method in enum org.pepstock.charba.client.options.Elements.Property
- value() - Method in enum org.pepstock.charba.client.options.EventsOptionHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
- value() - Method in enum org.pepstock.charba.client.options.ExtendedScale.Property
- value() - Method in enum org.pepstock.charba.client.options.Filler.Property
- value() - Method in enum org.pepstock.charba.client.options.FillHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.Font.Property
- value() - Method in enum org.pepstock.charba.client.options.FontContainer.Property
- value() - Method in enum org.pepstock.charba.client.options.Grid.Property
- value() - Method in enum org.pepstock.charba.client.options.Interaction.Property
- value() - Method in enum org.pepstock.charba.client.options.Layout.Property
- value() - Method in enum org.pepstock.charba.client.options.Legend.Property
- value() - Method in enum org.pepstock.charba.client.options.LegendLabels.Property
- value() - Method in enum org.pepstock.charba.client.options.LegendTitle.Property
- value() - Method in enum org.pepstock.charba.client.options.Line.Property
- value() - Method in enum org.pepstock.charba.client.options.Major.Property
- value() - Method in enum org.pepstock.charba.client.options.Options.CommonProperty
- value() - Method in enum org.pepstock.charba.client.options.Options.Property
- value() - Method in enum org.pepstock.charba.client.options.Padding.Property
- value() - Method in enum org.pepstock.charba.client.options.Point.Property
- value() - Method in enum org.pepstock.charba.client.options.PointLabels.Property
- value() - Method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.Scale.Property
- value() - Method in enum org.pepstock.charba.client.options.ScaleBorder.Property
- value() - Method in enum org.pepstock.charba.client.options.ScaledOptions.Property
- value() - Method in enum org.pepstock.charba.client.options.ScaleTitle.Property
- value() - Method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
- value() - Method in enum org.pepstock.charba.client.options.Ticks.Property
- value() - Method in enum org.pepstock.charba.client.options.Time.Property
- value() - Method in enum org.pepstock.charba.client.options.Tooltips.Property
- value() - Method in enum org.pepstock.charba.client.options.TypedDataset.Property
- value() - Method in enum org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
- value() - Method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
- value() - Method in enum org.pepstock.charba.client.plugins.PluginReference.Property
- value() - Method in class org.pepstock.charba.client.positioner.CustomTooltipPosition
- value() - Method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
- value() - Method in enum org.pepstock.charba.client.resources.ResourceName
- value() - Method in enum org.pepstock.charba.client.sankey.enums.ColorMode
- value() - Method in enum org.pepstock.charba.client.sankey.enums.Size
- value() - Method in enum org.pepstock.charba.client.sankey.SankeyDataPoint.Property
- value() - Method in enum org.pepstock.charba.client.sankey.SankeyDataset.Property
- value() - Method in enum org.pepstock.charba.client.sankey.SankeyElement.Property
- value() - Method in enum org.pepstock.charba.client.sankey.SankeyElementOptions.Property
- value() - Method in class org.pepstock.charba.client.sankey.SankeyExtendedChartType
- value() - Method in enum org.pepstock.charba.client.treemap.AbstractDatasetNode.Property
- value() - Method in enum org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
- value() - Method in enum org.pepstock.charba.client.treemap.AbstractLabels.Property
- value() - Method in enum org.pepstock.charba.client.treemap.Dividers.Property
- value() - Method in enum org.pepstock.charba.client.treemap.enums.Align
- value() - Method in enum org.pepstock.charba.client.treemap.enums.Overflow
- value() - Method in enum org.pepstock.charba.client.treemap.enums.Position
- value() - Method in enum org.pepstock.charba.client.treemap.InnerData.Property
- value() - Method in enum org.pepstock.charba.client.treemap.Labels.Property
- value() - Method in enum org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- value() - Method in enum org.pepstock.charba.client.treemap.TreeMapDataset.Property
- value() - Method in enum org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
- value() - Method in enum org.pepstock.charba.client.treemap.TreeMapElement.Property
- value() - Method in enum org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
- value() - Method in class org.pepstock.charba.client.treemap.TreeMapExtendedChartType
- value() - Method in enum org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
- value() - Method in class org.pepstock.charba.client.utils.toast.AbstractStandardType
- value() - Method in enum org.pepstock.charba.client.utils.toast.Action.Property
- value() - Method in enum org.pepstock.charba.client.utils.toast.ActionItem.Property
- value() - Method in enum org.pepstock.charba.client.utils.toast.enums.Align
- value() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
- value() - Method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
- value() - Method in enum org.pepstock.charba.client.utils.toast.enums.Status
- value() - Method in enum org.pepstock.charba.client.utils.toast.ToastItem.CommonProperty
- value() - Method in enum org.pepstock.charba.client.utils.toast.ToastItem.Property
- value() - Method in enum org.pepstock.charba.client.utils.toast.ToastOptions.Property
- value() - Method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
- value() - Method in enum org.pepstock.charba.client.zoom.Drag.Property
- value() - Method in enum org.pepstock.charba.client.zoom.enums.DrawTime
- value() - Method in enum org.pepstock.charba.client.zoom.enums.Mode
- value() - Method in enum org.pepstock.charba.client.zoom.Limits.Property
- value() - Method in enum org.pepstock.charba.client.zoom.Pan.Property
- value() - Method in enum org.pepstock.charba.client.zoom.Pinch.Property
- value() - Method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
- value() - Method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
- value() - Method in enum org.pepstock.charba.client.zoom.Wheel.Property
- value() - Method in enum org.pepstock.charba.client.zoom.Zoom.Property
- value() - Method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
- value() - Method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
- VALUE - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- VALUE - org.pepstock.charba.client.annotation.LineAnnotation.Property
- VALUE - org.pepstock.charba.client.callbacks.ParsedData.Property
- VALUE - org.pepstock.charba.client.geo.GeoDataPoint.Property
- VALUE - org.pepstock.charba.client.intl.FormatPart.Property
- VALUE - org.pepstock.charba.client.items.FillBaseline.Property
- VALUE - org.pepstock.charba.client.items.ScaleTickItem.Property
- VALUE - org.pepstock.charba.client.labels.enums.Render
-
The value will be rendered.
- VALUE - org.pepstock.charba.client.labels.LabelsContext.Property
- VALUE - Static variable in class org.pepstock.charba.client.dom.elements.Uint8ClampedArray
- VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.LineAnnotation
- valueAsDate - Variable in class org.pepstock.charba.client.items.ScaleValueItem
- valueAsFloatingData - Variable in class org.pepstock.charba.client.items.DataItem
- valueAsPoint - Variable in class org.pepstock.charba.client.items.DataItem
- valueAsString - Variable in class org.pepstock.charba.client.items.DataItem
- valueAsString - Variable in class org.pepstock.charba.client.items.ScaleValueItem
- ValueCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to set:
xMinforBoxAnnotation,EllipseAnnotationandLineAnnotationxMaxforBoxAnnotation,EllipseAnnotationandLineAnnotationyMinforBoxAnnotation,EllipseAnnotationandLineAnnotationyMaxforBoxAnnotation,EllipseAnnotationandLineAnnotationxValueforPointAnnotationyValueforPointAnnotationvalueforLineAnnotation, infinitive lineendValueforLineAnnotation, infinitive line
properties at runtime. - valueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.LineAnnotation
- valueForButton() - Method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Indicates which button was pressed on the mouse to trigger the event.
- valueForButtons() - Method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Indicates which buttons are pressed on the mouse (or other input device) when a mouse event is triggered.
- valueLabel - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- ValueLabel - Class in org.pepstock.charba.client.impl.charts
-
Meter element class to define the value label to render in the meter chart.
- ValueLabel(IsDefaultFont) - Constructor for class org.pepstock.charba.client.impl.charts.ValueLabel
-
Creates the element getting the font defaults as argument.
- valueMaximumRatio - Variable in class org.pepstock.charba.client.impl.charts.MeterDataset
- valueOf(String) - Static method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AbstractBoxedLabel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AlignPosition.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AnnotationContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.Arrow.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.ArrowHeads.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.BorderRadiusHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.Callout.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.ControlPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.elements.AlignPositionElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.elements.ArrowElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.elements.ArrowHeadsElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.elements.BaseElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.elements.CalloutElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.elements.ControlPointElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.elements.OptionsElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.EllipseAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.CalloutPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.ContentType.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.DrawTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.EventsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.InnerLabel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.Interaction.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.LabelAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.LabelHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.LineLabel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.PolygonAnnotation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.RotationHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.annotation.TextStrokeOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ParsedData.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.ChartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.CanvasObject.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GoogleChartColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.Gradient.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientColor.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GradientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.HtmlColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.Pattern.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.tiles.Shape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.colors.UiGradient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.AbstractReadOnlyPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.Merger.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.commons.ObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.AbstractTitle.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Animation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Arc.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Axis.CallbackProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Axis.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.AxisBorder.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Bar.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.CartesianAxis.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.CartesianLinearAxis.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.CartesianTimeTick.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Grid.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Layout.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Line.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.NumericTickOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Point.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.Configuration.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.RadialAxis.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Segment.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tick.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tooltips.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.controllers.WrapperController.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BarStackHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.BubbleDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Data.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.DataPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.DataPointStyleHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.LabelsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.LineDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.LiningDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.OrderHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.PieDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.data.PolarAreaDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Anchor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.enums.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.BorderStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.CursorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.EventPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.MouseEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.MutationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.PointerEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.PointerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Repetition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TextBaseline
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TextDecoration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.TouchEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.enums.Visibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.events.EventInit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.events.ModifiersHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.events.MouseEventInit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.events.PointerEventInit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.events.TouchEventInit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.events.TouchInit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.events.UIEventInit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AnimationEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AnimationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.AxisPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.BorderSkipped
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Bounds
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CapStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ChartAxisType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ChartEventProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ColorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CrossAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DataPointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultInteractionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.DrawTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Easing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ElementAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.FillingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.FontStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ImageMimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.IndexAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.InteractionAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.JoinStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.LegendEventProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PluginOptionsScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PointStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.PointStyleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.RegressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Stepped
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TextDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TickAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TickSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TimeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.TooltipPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.enums.Weight
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.events.ChartEventContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.BubbleMapDataPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.ChoroplethDataPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.ColorAxisMapper.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.CommonOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.DataPointCenter.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.ClipMap
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Interpolate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.enums.Projection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.Feature.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.GeoDataPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.GeoDatasetHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.GeoFeatureElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.Graticule.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.Legend.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.LegendAxisMapper.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.Margin.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.SizeAxisMapper.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.geo.TopoJson.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.gradient.GradientOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.gradient.PropertyOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.charts.MeterDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Render
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.interaction.Interactions.NativeInteractionOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Calendar
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.CurrencySign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.FormatPartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.HourCycle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Notation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.SignDisplay
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.Style
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.FormatPart.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Region
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.intl.Script
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.AnimationItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ArcElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ArcElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.BarElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.BarElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ChartElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.CommonElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetItemController.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.DatasetReference.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.FillBaseline.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.FillColors.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.InteractionItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.InteractionOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendNode.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PointElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.PointElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleLabelItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleLabelOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.SizeItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.items.TooltipModel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.labels.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.labels.enums.Render
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.labels.Label.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.labels.LabelsContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.matrix.enums.Anchor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.matrix.MatrixDataPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.matrix.MatrixDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.matrix.MatrixElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.matrix.MatrixElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.ml.RegressionFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractAnimations.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractImmutableFont.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractPadding.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractReadOnlyFont.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractScale.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AbstractTitle.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Adapters.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AngleLines.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Animation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationCollection.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationContainer.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AnimationTransition.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Arc.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.AutoColors.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Bar.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.BoxHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Decimation.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Elements.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.EventsOptionHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ExtendedScale.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Filler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.FillHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Font.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.FontContainer.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Grid.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Interaction.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Layout.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Legend.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.LegendLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.LegendTitle.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Line.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Major.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Options.CommonProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Options.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Padding.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Point.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.PointLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Scale.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ScaleBorder.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ScaledOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.ScaleTitle.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Ticks.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Time.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.Tooltips.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.options.TypedDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.plugins.PluginReference.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.resources.ResourceHash
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.resources.ResourceName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.sankey.enums.ColorMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.sankey.enums.Size
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.sankey.SankeyDataPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.sankey.SankeyDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.sankey.SankeyElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.sankey.SankeyElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.ScaleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.AbstractDatasetNode.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.AbstractLabels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.Dividers.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.enums.Overflow
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.enums.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.InnerData.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.Labels.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.TreeMapDataset.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.TreeMapElement.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.CTimer.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.Action.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.ActionItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.Align
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.enums.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.ToastItem.CommonProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.ToastItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.utils.toast.ToastOptions.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Drag.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.enums.DrawTime
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.enums.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Limits.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Pan.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Pinch.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Wheel.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.Zoom.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.pepstock.charba.client.adapters.DateAdapterFormats.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.adapters.DateAdapterOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AbstractAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AbstractBoxedLabel.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AbstractCircleBasedAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AlignPosition.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AnnotationContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AnnotationOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.AnnotationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.Arrow.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.ArrowHeads.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.BackgroundColorHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.BorderOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.BorderRadiusHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.BoxAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.Callout.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.ControlPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.elements.AlignPositionElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.elements.ArrowElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.elements.ArrowHeadsElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.elements.BaseElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.elements.CalloutElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.elements.ControlPointElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.elements.OptionsElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.EllipseAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.CalloutPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.ContentType.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.ContentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.DrawTime
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.Event
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.enums.LabelPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.EventsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.ExtendedBorderOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.ExtendedShadowOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.InnerLabel.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.Interaction.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.LabelAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.LabelHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.LineAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.LineLabel.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.PointAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.PolygonAnnotation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.RotationHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.ShadowOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.annotation.TextStrokeOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.AbstractDatasetContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.ChartContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.ParsedData.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.ScaleContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.ScriptableDoubleChecker
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.ScriptableIntegerChecker
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.SegmentContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.callbacks.TooltipContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.ChartType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.CanvasObject.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GoogleChartColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.Gradient.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GradientColor.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GradientOrientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GradientScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GradientType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.GwtMaterialColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.HtmlColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.Pattern.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.tiles.PointStyleShape
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.tiles.Shape
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.colors.UiGradient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.AbstractReadOnlyPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.Id
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.IncrementalIdHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.Merger.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.commons.ObjectType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.AbstractConfigurationElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.AbstractScaleLines.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.AbstractTitle.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Animation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Arc.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Axis.CallbackProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Axis.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.AxisBorder.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Bar.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.BegiAtZeroCallbackHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.CartesianAxis.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.CartesianLinearAxis.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.CartesianTimeTick.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Grid.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Layout.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.LegendLabels.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Line.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.LinearTickOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.MinMaxCallbacksHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.NumericTickOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Point.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.Configuration.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.RadialAngleLines.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.RadialAxis.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.RadialPointLabels.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Segment.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Tick.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Tooltips.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.Tooltips.TooltipContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.configuration.TooltipsCallbacks.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.controllers.WrapperController.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.AbstractDataPoint.CharbaProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.ArcBorderRadius.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BarBorderRadius.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BarDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BarStackHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BorderAlignHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.BubbleDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.Data.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.DataPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.DataPointStyleHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.Dataset.CanvasObjectProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.Dataset.CommonProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.Dataset.InternalProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.LabelsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.LineDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.LiningDataset.InternalCanvasObjectProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.LiningDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.OrderHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.PieDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.data.PolarAreaDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.DataLabelsOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Align
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Anchor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.enums.Event
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.datalabels.LabelItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.Defaults.WrapperDefaults.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.pepstock.charba.client.dom.elements.Uint8ClampedArray
-
Returns a new array iterator object that contains the values for each index in the array.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.BorderStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.CursorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Display
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.EventButton
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.EventPhase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardCommonKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardEditingKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardFunctionKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardModifierKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardNavigationKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.KeyboardWhitespaceKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.MouseEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.MutationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.NodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.PointerEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.PointerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Repetition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.TextBaseline
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.TextDecoration
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.TouchEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Unit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.enums.Visibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.events.EventInit.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.events.KeyboardEventInit.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.events.ModifiersHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.events.MouseEventInit.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.events.PointerEventInit.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.events.TouchEventInit.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.events.TouchInit.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.events.UIEventInit.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.dom.safehtml.SafeHtmlUtil.CharacterToEscape
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.AnimationEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.AnimationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.AxisKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.AxisPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.BorderAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.BorderItemType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.BorderSkipped
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Bounds
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.CapStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ChartAxisType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ChartEventProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ColorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ContextType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.CrossAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.CubicInterpolationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DataPointType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DecimationAlgorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultInteractionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultPluginId
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultScaleId
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DefaultTransitionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Display
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.DrawTime
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Easing
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ElementAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Fill
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.FillingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.FontStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ImageMimeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.IndexAxis
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.InteractionAxis
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.IsoWeekDay
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.JoinStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.LegendEventProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ModifierKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.PluginOptionsScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.PointStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.PointStyleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.RegressionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ScaleDataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.ScaleTitleAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Stepped
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TextAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TextDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TickAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TickSource
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TimeUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TooltipAlign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.TooltipPosition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.enums.Weight
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.events.ChartEventContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.BubbleMapDataPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.ChoroplethDataPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.ColorAxisMapper.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.CommonOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.DataPointCenter.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.enums.Align
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.enums.ClipMap
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.enums.Interpolate
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.enums.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.enums.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.enums.Projection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.Feature.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.GeoDataPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.GeoDatasetHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.GeoFeatureElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.GeoFeatureElementOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.Graticule.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.Legend.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.LegendAxisMapper.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.Margin.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.ProjectionAxisMapper.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.SizeAxisMapper.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.geo.TopoJson.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.gradient.GradientOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.gradient.PropertyOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.charts.BaseContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.charts.DefaultThreshold
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.charts.MeterDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.AbstractCursorPointerOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.ChartBackgroundColorOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.ChartPointerOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.ColorSchemesOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.CrosshairLabel.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Align
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.DatasetSeletionEventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.PointerElement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.Render
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.HtmlLegendOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.impl.plugins.SelectionStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.interaction.Interactions.NativeInteractionOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.BaseFormatOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.Calendar
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.CompactDisplay
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.Currency
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.CurrencyDisplay
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.CurrencySign
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.DateTimeStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.FormatMatcher
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.FormatPartType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.HourCycle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.LocaleMatcher
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.MeasureUnitDisplay
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.MixedItemStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.Notation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.NumberingSystem
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.NumberItemStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.SignDisplay
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.StringItemStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.Style
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.TimeZone
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.enums.TimeZoneName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.FormatPart.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.Language
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.NumberFormatOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.Region
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.intl.Script
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ActiveDatasetElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.AnimationItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ArcElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ArcElementOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.BarElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.BarElementOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.BaseBoxItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.BaseBoxNodeItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.BorderRadiusItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ChartElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.CommonElementOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetItemController.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.DatasetReference.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.FillBaseline.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.FillColors.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.InteractionItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.InteractionOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.LegendItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.LegendNode.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.LegendTextHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginDatasetArgument.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginEventArgument.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginResizeArgument.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginScaleArgument.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginTooltipArgument.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PluginUpdateArgument.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PointElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.PointElementOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ScaleItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ScaleLabelItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ScaleLabelOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.ScaleTickItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.SizeItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipBodyItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipLabelColor.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipLabelPointStyle.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.items.TooltipModel.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.labels.enums.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.labels.enums.Render
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.labels.Label.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.labels.LabelsContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.matrix.enums.Anchor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.matrix.MatrixDataPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.matrix.MatrixDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.matrix.MatrixElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.matrix.MatrixElementOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.ml.RegressionFactory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractAnimation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractAnimations.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractDefaultPluginElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractImmutableFont.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractInteraction.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractPadding.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractReadOnlyFont.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractScale.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AbstractTitle.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Adapters.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AngleLines.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Animation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AnimationCollection.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AnimationContainer.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AnimationTransition.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Arc.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.AutoColors.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Bar.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.BarDatasetOptionsHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.BoxHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Decimation.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Elements.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.EventsOptionHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ExtendedOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ExtendedScale.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Filler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.FillHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Font.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.FontContainer.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Grid.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Interaction.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Layout.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Legend.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.LegendLabels.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.LegendTitle.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Line.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Major.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Options.CommonProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Options.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Padding.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Point.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.PointLabels.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.PointStyleHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Scale.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ScaleBorder.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ScaledOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.ScaleTitle.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.SpanGapHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.TextDirectionHandler.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Ticks.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Time.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.Tooltips.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.options.TypedDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.plugins.AbstractBasePlugin.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.plugins.AbstractPluginOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.plugins.PluginReference.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.positioner.PositionerContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.resources.ResourceHash
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.resources.ResourceName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.sankey.enums.ColorMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.sankey.enums.Size
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.sankey.SankeyDataPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.sankey.SankeyDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.sankey.SankeyElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.sankey.SankeyElementOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.ScaleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.AbstractDatasetNode.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.AbstractLabels.CommonProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.AbstractLabels.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.Dividers.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.enums.Align
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.enums.Overflow
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.enums.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.InnerData.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.Labels.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.TreeMapDataset.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.TreeMapDataset.TreeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.TreeMapElement.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.treemap.TreeMapElementOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.CScheduler.RunnableWrapper.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.CTimer.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.AbstractReadOnlyToastOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.Action.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.ActionItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.enums.Align
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.enums.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.ToastItem.CommonProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.ToastItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.utils.toast.ToastOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.AbstractConfigurationItem.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Drag.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.enums.DrawTime
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.enums.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Limits.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Pan.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Pinch.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.ScaleLimit.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.ScaleRange.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Wheel.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.Zoom.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.ZoomContext.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.pepstock.charba.client.zoom.ZoomOptions.Property
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VANUATU - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Vanuatu region.
- VANUSA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Vanusa" -
- VAPOR_TRAIL6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "VaporTrail6" -
- VARIANT_AND_EXTENSION - org.pepstock.charba.client.intl.CLocaleBuilder.LocaleRegExpGroups.Property
- variantAndExtension - Variable in class org.pepstock.charba.client.intl.CLocale
- variantAndExtension - Variable in class org.pepstock.charba.client.intl.CLocaleBuilder
- VASILY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Vasily" -
- VATICAN_CITY - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Vatican City region.
- VATU - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Vatu currency.
- VELVET_SUN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Velvet Sun" -
- VENDA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Venda language.
- VENEZUELA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Venezuela region.
- VENICE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Venice" -
- VENICE_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Venice Blue" -
- VENTURE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Venture6" -
- VER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ver" -
- VER_BLACK - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Ver Black" -
- VERTICAL_LINE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a line vertically on the tile.
- VERTICAL_TEXT - org.pepstock.charba.client.dom.enums.CursorType
-
The vertical text can be selected.
- VERTICAL_ZIGZAG - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a zig zag vertically on the tile.
- VerticalLine - Class in org.pepstock.charba.client.colors.tiles
-
LINE (vertically) drawer to design a line (vertically) in the tile.
It designs a line (vertically) in the following tile sections (A and B):
- VerticalLine() - Constructor for class org.pepstock.charba.client.colors.tiles.VerticalLine
- VerticalLineChart - Class in org.pepstock.charba.client
-
Vertical LINE chart implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - VerticalLineChart() - Constructor for class org.pepstock.charba.client.VerticalLineChart
-
Builds the object.
- VerticalLineChart(Type) - Constructor for class org.pepstock.charba.client.VerticalLineChart
-
Builds the chart.
This is must be extended for controller which are based on this type of chart. - VerticalLineChartWidget - Class in org.pepstock.charba.client.gwt.widgets
-
Vertical LINE chart GWT WIDGET implementation.
A line chart is a way of plotting data points on a line.
Often, it is used to show trend data, or the comparison of two data sets. - VerticalLineChartWidget() - Constructor for class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
-
Builds the object.
- VerticalLineChartWidget(VerticalLineChart) - Constructor for class org.pepstock.charba.client.gwt.widgets.VerticalLineChartWidget
-
Builds the chart.
This is must be extended for controller which are based on this chart. - VerticalLineDataset - Class in org.pepstock.charba.client.data
-
The vertical line chart allows a number of properties to be specified for each data set.
These are used to set display properties for a specific data set.
All point* properties can be specified as an array.
If these are set to an array value, the first value applies to the first point, the second value to the second point, and so on. - VerticalLineDataset() - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates a data set.
It uses the global options has default. - VerticalLineDataset(boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates a data set.
It uses the global options has default. - VerticalLineDataset(IsDefaultOptions) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default.
- VerticalLineDataset(IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default.
- VerticalLineDataset(Type, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using chart type related to the data set.
- VerticalLineDataset(Type, IsDefaultOptions, boolean) - Constructor for class org.pepstock.charba.client.data.VerticalLineDataset
-
Creates the data set using a default and chart type related to the data set.
- VerticalLineOptions - Class in org.pepstock.charba.client.configuration
-
Specific options for vertical LINE chart.
- VerticalLineOptions(IsChart, IsDefaultScaledOptions) - Constructor for class org.pepstock.charba.client.configuration.VerticalLineOptions
-
Builds the object storing the chart instance and default values.
- VerticalZigZag - Class in org.pepstock.charba.client.colors.tiles
-
ZIGZAG (vertically) drawer to design a zigzag line (vertically) in the tile.
It designs a zigzag line (vertically) in the following tile sections (A and B):
- VerticalZigZag() - Constructor for class org.pepstock.charba.client.colors.tiles.VerticalZigZag
- VERVE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Verve6" -
- VERY_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Very Blue" -
- VICE_CITY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Vice City" -
- VIETNAM - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Vietnam region.
- VIETNAMESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Vietnamese language.
- VIEW6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "View6" -
- VINE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Vine" -
- VIOLET - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "violet" -
- VIOLET_II6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "VioletII6" -
- VIOLET6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Violet6" -
- VIRGIN - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Virgin" -
- VIRGIN_AMERICA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Virgin America" -
- VIRIDIS - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color viridis.
- Visibility - Enum in org.pepstock.charba.client.dom.enums
-
Enumerates the visibility values for showing or hiding an element without changing the layout of a document.
- Visibility(String) - Constructor for enum org.pepstock.charba.client.dom.enums.Visibility
-
Creates with the suffix value to use in the size.
- VISIBLE - org.pepstock.charba.client.dom.enums.Visibility
-
The element box is visible.
- VISIBLE - org.pepstock.charba.client.enums.DefaultAnimationCollectionKey
-
Defines the default animation collection for visible property.
- VISIBLE - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to visible property to animate the element.
- VISIBLE - org.pepstock.charba.client.items.DatasetItem.Property
- visibleCollection - Variable in class org.pepstock.charba.client.defaults.globals.DefaultTransitions.ShowAndHideDefaultAnimationTransition.ShowAndHideDefaultAnimations
- VISIONS_OF_GRANDEUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Visions of Grandeur" -
- VISP - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Visible Speech script.
- VISUAL_BLUE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Visual Blue" -
- VOLAPAK - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Volapük language.
- VS - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- VUNJO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Vunjo language.
W
- W - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- W_RESIZE - org.pepstock.charba.client.dom.enums.CursorType
-
Example of a resize towards the left cursor
- W_SU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for W-SU timezone.
- W100 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 100.
- W200 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 200.
- W300 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 300.
- W400 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 400.
- W500 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 500.
- W600 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 600.
- W700 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 700.
- W800 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 800.
- W900 - org.pepstock.charba.client.enums.Weight
-
Defines from thin to thick characters, value 900.
- WAIT - org.pepstock.charba.client.dom.enums.CursorType
-
The program is busy, and the user can't interact with the interface (in contrast to progress).
- WALLIS_AND_FUTUNA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Wallis and Futuna region.
- WALSER - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Walser language.
- WARA - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for wara numbering system.
- WARA - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Warang Citi (Varang Kshiti) script.
- WARM - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color warm.
- WARNING - org.pepstock.charba.client.impl.charts.DefaultThreshold
-
the warning threshold.
- WARNING - org.pepstock.charba.client.utils.toast.enums.DefaultProgressBarType
-
Warning toast type -
- WARNING - org.pepstock.charba.client.utils.toast.enums.DefaultToastType
-
Warning toast type - Toast content
- WAVEFORM6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Waveform6" -
- WCHO - org.pepstock.charba.client.intl.enums.NumberingSystem
-
International key, to use for localization, for wcho numbering system.
- WCHO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Wancho script.
- Weave - Class in org.pepstock.charba.client.colors.tiles
-
WEAVE drawer to design a weave in the tile.
It designs a weave in the following tile sections (A and B):
- Weave() - Constructor for class org.pepstock.charba.client.colors.tiles.Weave
- WEAVE - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a weave on the tile.
- WEDDING_DAY_BLUES - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Wedding Day Blues" -
- WEDNESDAY - org.pepstock.charba.client.enums.IsoWeekDay
-
The day of the week is WEDNESDAY.
- WEEK - org.pepstock.charba.client.enums.TimeUnit
-
Week time unit
- WEEK - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for week.
- WEEK_DAY - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- WEEK_DAY - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the weekday, for example "M", "Monday", or "Montag".
- weight - Variable in class org.pepstock.charba.client.utils.toast.ImmutableFont
- Weight - Enum in org.pepstock.charba.client.enums
-
The weight sets how thick or thin characters in text should be displayed.
- Weight(String, int) - Constructor for enum org.pepstock.charba.client.enums.Weight
-
Creates with the property value to use in the native object.
- WEIGHT - org.pepstock.charba.client.configuration.Axis.Property
- WEIGHT - org.pepstock.charba.client.data.PieDataset.Property
- WEIGHT - org.pepstock.charba.client.items.ArcElementOptions.Property
- WEIGHT - org.pepstock.charba.client.items.BaseBoxNodeItem.Property
- WEIGHT - org.pepstock.charba.client.options.AbstractScale.Property
- WEIGHT - org.pepstock.charba.client.options.Arc.Property
- WEIGHT - org.pepstock.charba.client.options.Font.Property
- weightCallback - Variable in class org.pepstock.charba.client.configuration.Axis
- weightCallbackProxy - Variable in class org.pepstock.charba.client.configuration.Axis
- WELSH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Welsh language.
- WEST_CENTRAL_OROMO - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for West Central Oromo language.
- WESTERN_FRISIAN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Western Frisian language.
- WESTERN_SAHARA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Western Sahara region.
- WHAT_LIES_BEYOND - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "What lies Beyond" -
- WHEAT - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "wheat" -
- wheel - Variable in class org.pepstock.charba.client.zoom.Zoom
- Wheel - Class in org.pepstock.charba.client.zoom
-
Base object to map wheel options for
ZoomPlugin.IDplugin configuration.
It represents the container for WHEEL options. - Wheel(AbstractNode, Key, IsDefaultWheel, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Wheel
-
Creates the object with the parent, the key of this element, default values and native object to map java script properties.
- WHEEL - org.pepstock.charba.client.annotation.enums.Event
-
A wheel button of a pointing device is rotated in any direction.
- WHEEL - org.pepstock.charba.client.zoom.Zoom.Property
- Wheel.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- WHINEHOUSE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Whinehouse" -
- WHITE - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "WHITE" -
- WHITE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "white" -
- WHITE_SMOKE - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "whiteSmoke" -
- width - Variable in class org.pepstock.charba.client.colors.PatternBuilder
- WIDTH - org.pepstock.charba.client.annotation.Arrow.Property
- WIDTH - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- WIDTH - org.pepstock.charba.client.annotation.elements.ArrowElement.Property
- WIDTH - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- WIDTH - org.pepstock.charba.client.annotation.LabelHandler.Property
- WIDTH - org.pepstock.charba.client.dom.events.PointerEventInit.Property
- WIDTH - org.pepstock.charba.client.geo.Legend.Property
- WIDTH - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- WIDTH - org.pepstock.charba.client.items.BarElement.Property
- WIDTH - org.pepstock.charba.client.items.BaseBoxItem.Property
- WIDTH - org.pepstock.charba.client.items.ScaleLabelBackdropOptions.Property
- WIDTH - org.pepstock.charba.client.items.SizeItem.Property
- WIDTH - org.pepstock.charba.client.items.TooltipModel.Property
- WIDTH - org.pepstock.charba.client.matrix.MatrixDataset.Property
- WIDTH - org.pepstock.charba.client.matrix.MatrixElement.Property
- WIDTH - org.pepstock.charba.client.matrix.MatrixElementOptions.Property
- WIDTH - org.pepstock.charba.client.options.ScaleBorder.Property
- WIDTH - org.pepstock.charba.client.treemap.TreeMapElement.Property
- WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.Arrow
- WIDTH_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.geo.Legend
- widthCallback - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- WidthCallback<C extends ChartContext> - Interface in org.pepstock.charba.client.callbacks
-
Callback interface to set whatever
widthproperty at runtime. - widthCallbackProxy - Variable in class org.pepstock.charba.client.annotation.Arrow
- widthCallbackProxy - Variable in class org.pepstock.charba.client.geo.Legend
- widthCallbackProxy - Variable in class org.pepstock.charba.client.matrix.MatrixDataset
- Window - Class in org.pepstock.charba.client.utils
-
The window object represents an open window in a browser.
- Window() - Constructor for class org.pepstock.charba.client.utils.Window
-
To avoid any instantiation
- WINDOW - Static variable in class org.pepstock.charba.client.commons.NativeName
-
Constant to bind java script object as window with name "window".
- Window.AsyncCallback - Interface in org.pepstock.charba.client.utils
-
Java script FUNCTION callback called for
setTimeoutandsetIntervalmethods. - WindowHelper - Class in org.pepstock.charba.client.utils
-
This is a singleton with some utilities to act on
windowjava script object. - WindowHelper() - Constructor for class org.pepstock.charba.client.utils.WindowHelper
-
To avoid any instantiation
- WindowHelper.OnBeforePrintCallback - Interface in org.pepstock.charba.client.utils
-
Java script FUNCTION callback to set to
onbeforeprintWindow object property. - WINDY - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Windy" -
- WINTER - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Winter" -
- WINTER_WOODS - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Winter Woods" -
- WINTER10 - org.pepstock.charba.client.impl.plugins.enums.TableauScheme
-
Color scheme name "Winter10" -
- WIR_EURO - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for WIR Euro currency.
- WIR_FRANC - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for WIR Franc currency.
- WIRETAP - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Wiretap" -
- WISP6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Wisp6" -
- WITCHING_HOUR - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Witching Hour" -
- WOLAYTTA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Wolaytta language.
- WOLE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Woleai script.
- WOLOF - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Wolof language.
- WON - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Won currency.
- WOOD_TYPE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "WoodType6" -
- WORKING_CANVAS - Static variable in class org.pepstock.charba.client.utils.Utilities
- WrapperAction(IsDefaultAction) - Constructor for class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperAction
-
Creates the object wrapping the passed content element
- WrapperContentElement(IsDefaultContentElement) - Constructor for class org.pepstock.charba.client.utils.toast.ToastItemOptions.WrapperContentElement
-
Creates the object wrapping the passed content element
- WrapperController - Class in org.pepstock.charba.client.controllers
-
Wraps a controller, delegating the execution of all hooks to it.
The wrapper is mandatory to enable catching all hooks of chart even if the controller implements just a part of the hooks. - WrapperController(Controller) - Constructor for class org.pepstock.charba.client.controllers.WrapperController
-
Builds the object with controller instance
- WrapperController.Property - Enum in org.pepstock.charba.client.controllers
-
Name of properties of native object.
- WrapperController.ProxyDrawCallback - Interface in org.pepstock.charba.client.controllers
-
Java script FUNCTION callback called to catch the chart drawing.
- WrapperController.ProxyInitializeCallback - Interface in org.pepstock.charba.client.controllers
-
Java script FUNCTION callback called to catch the chart initialization.
- WrapperController.ProxyLinkScalesCallback - Interface in org.pepstock.charba.client.controllers
-
Java script FUNCTION callback called to catch the chart link scales.
- WrapperController.ProxyParseCallback - Interface in org.pepstock.charba.client.controllers
-
Java script FUNCTION callback called to catch the chart parse metadata.
- WrapperController.ProxyUpdateCallback - Interface in org.pepstock.charba.client.controllers
-
Java script FUNCTION callback called to catch the chart updating.
- wrapperDefaults - Variable in class org.pepstock.charba.client.Defaults
- WrapperDefaults(NativeObject) - Constructor for class org.pepstock.charba.client.Defaults.WrapperDefaults
-
Creates the wrapper by the default object of chart instance.
- WrapperPlugin - Class in org.pepstock.charba.client.plugins
-
Wraps a plugin, delegating the execution of all hooks to it.
The wrapper is mandatory to enable catching all hooks of chart even if the plugin implements just a part of the hooks. - WrapperPlugin(Plugin) - Constructor for class org.pepstock.charba.client.plugins.WrapperPlugin
-
Builds the object with plugin instance
- wrappers - Variable in class org.pepstock.charba.client.commons.CallbackPropertyHandler
- WRONG_PROPERTY_TYPE - Static variable in class org.pepstock.charba.client.colors.CanvasObject
X
- x - Variable in class org.pepstock.charba.client.colors.Center
- x - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.Point
- x - Variable in class org.pepstock.charba.client.ml.AbstractBuilder
- X - org.pepstock.charba.client.annotation.AlignPosition.Property
- X - org.pepstock.charba.client.annotation.ControlPoint.Property
- X - org.pepstock.charba.client.annotation.elements.AlignPositionElement.Property
- X - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- X - org.pepstock.charba.client.annotation.elements.ControlPointElement.Property
- X - org.pepstock.charba.client.callbacks.ParsedData.Property
- X - org.pepstock.charba.client.commons.AbstractReadOnlyPoint.Property
- X - org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
- X - org.pepstock.charba.client.enums.AxisKind
-
X directions are used in calculating axis.
- X - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to x property to animate the element.
- X - org.pepstock.charba.client.enums.DefaultInteractionMode
-
Returns all items that would intersect based on the X coordinate of the position only.
Note that this only applies to cartesian charts - X - org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for X cartesian axis.
- X - org.pepstock.charba.client.enums.IndexAxis
-
X directions are used in calculating index axis.
- X - org.pepstock.charba.client.enums.InteractionAxis
-
X directions are used in calculating distances.
- X - org.pepstock.charba.client.events.ChartEventContext.Property
- X - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- X - org.pepstock.charba.client.options.Padding.Property
- X - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- X - org.pepstock.charba.client.zoom.enums.Mode
-
X directions are used for panning and zooming.
- X - org.pepstock.charba.client.zoom.Limits.Property
- X_ADJUST - org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
- X_ADJUST - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- X_ADJUST - org.pepstock.charba.client.annotation.InnerLabel.Property
- X_ADJUST_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- X_ADJUST_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.InnerLabel
- X_ALIGN - org.pepstock.charba.client.items.TooltipModel.Property
- X_ALIGN - org.pepstock.charba.client.options.Tooltips.Property
- X_AXIS_ID - org.pepstock.charba.client.data.BarDataset.Property
- X_AXIS_ID - org.pepstock.charba.client.data.LineDataset.Property
- X_AXIS_ID - org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorOptions.Property
- X_AXIS_ID - org.pepstock.charba.client.items.DatasetItem.Property
- X_CENTER - org.pepstock.charba.client.items.ScaleItem.Property
- X_LABEL - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- X_LABELS - org.pepstock.charba.client.data.Data.Property
- X_MAX - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- X_MAX - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- X_MAX_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- X_MIN - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- X_MIN - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- X_MIN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- X_SAMPLES_TYPE - Static variable in class org.pepstock.charba.client.ml.AbstractBuilder
- X_SCALE - org.pepstock.charba.client.items.DatasetItem.Property
- X_SCALE_ID - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- X_SCALE_ID - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- X_SCALE_ID - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- X_VALUE - org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
- X_VALUE - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- X_VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- X2 - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- X2 - org.pepstock.charba.client.sankey.SankeyElement.Property
- xAdjustCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- xAdjustCallbackProxy - Variable in class org.pepstock.charba.client.annotation.InnerLabel
- xAxis - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
- XHOSA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Xhosa language.
- xLabel - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairDefaultOptions
- xLabel - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- xMaxCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- xMinCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- XOR - org.pepstock.charba.client.dom.enums.GlobalCompositeOperation
-
Shapes are made transparent where both overlap and drawn normal everywhere else.
- XPEO - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Old Persian script.
- xScale - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
- xScaleLimit - Variable in class org.pepstock.charba.client.zoom.Limits
- XSUX - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Cuneiform, Sumero-Akkadian script.
- xValue - Variable in enum org.pepstock.charba.client.enums.TooltipAlign
- xValueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- XY - org.pepstock.charba.client.enums.InteractionAxis
-
XY directions are used in calculating distances.
- XY - org.pepstock.charba.client.zoom.enums.Mode
-
XY directions are used for panning and zooming.
- XYProperty(String) - Constructor for enum org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
-
Creates with the property value to use in the native object.
Y
- y - Variable in class org.pepstock.charba.client.colors.Center
- y - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.Point
- y - Variable in class org.pepstock.charba.client.ml.AbstractBuilder
- Y - org.pepstock.charba.client.annotation.AlignPosition.Property
- Y - org.pepstock.charba.client.annotation.ControlPoint.Property
- Y - org.pepstock.charba.client.annotation.elements.AlignPositionElement.Property
- Y - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- Y - org.pepstock.charba.client.annotation.elements.ControlPointElement.Property
- Y - org.pepstock.charba.client.callbacks.ParsedData.Property
- Y - org.pepstock.charba.client.commons.AbstractReadOnlyPoint.Property
- Y - org.pepstock.charba.client.data.AbstractXYDataPoint.XYProperty
- Y - org.pepstock.charba.client.enums.AxisKind
-
Y directions are used in calculating axis.
- Y - org.pepstock.charba.client.enums.DefaultAnimationPropertyKey
-
Uses to y property to animate the element.
- Y - org.pepstock.charba.client.enums.DefaultInteractionMode
-
Returns all items that would intersect based on the Y coordinate of the position.
Note that this only applies to cartesian charts. - Y - org.pepstock.charba.client.enums.DefaultScaleId
-
Default scale id for Y cartesian axis.
- Y - org.pepstock.charba.client.enums.IndexAxis
-
Y directions are used in calculating index axis (used for horizontal bar).
- Y - org.pepstock.charba.client.enums.InteractionAxis
-
Y directions are used in calculating distances.
- Y - org.pepstock.charba.client.events.ChartEventContext.Property
- Y - org.pepstock.charba.client.impl.plugins.SelectionCleaner.Property
- Y - org.pepstock.charba.client.options.Padding.Property
- Y - org.pepstock.charba.client.treemap.TreeMapDataPoint.Property
- Y - org.pepstock.charba.client.zoom.enums.Mode
-
Y directions are used for panning and zooming.
- Y - org.pepstock.charba.client.zoom.Limits.Property
- Y_ADJUST - org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
- Y_ADJUST - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- Y_ADJUST - org.pepstock.charba.client.annotation.InnerLabel.Property
- Y_ADJUST_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- Y_ADJUST_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.InnerLabel
- Y_ALIGN - org.pepstock.charba.client.items.TooltipModel.Property
- Y_ALIGN - org.pepstock.charba.client.options.Tooltips.Property
- Y_AXIS_ID - org.pepstock.charba.client.data.BarDataset.Property
- Y_AXIS_ID - org.pepstock.charba.client.data.LineDataset.Property
- Y_AXIS_ID - org.pepstock.charba.client.items.DatasetItem.Property
- Y_CENTER - org.pepstock.charba.client.items.ScaleItem.Property
- Y_LABEL - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- Y_LABELS - org.pepstock.charba.client.data.Data.Property
- Y_MAX - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- Y_MAX - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- Y_MAX_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- Y_MIN - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- Y_MIN - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- Y_MIN_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- Y_SAMPLES_TYPE - Static variable in class org.pepstock.charba.client.ml.AbstractBuilder
- Y_SCALE - org.pepstock.charba.client.items.DatasetItem.Property
- Y_SCALE_ID - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- Y_SCALE_ID - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- Y_SCALE_ID - org.pepstock.charba.client.impl.plugins.CrosshairOptions.Property
- Y_VALUE - org.pepstock.charba.client.annotation.AbstractPointedAnnotation.Property
- Y_VALUE - org.pepstock.charba.client.annotation.elements.OptionsElement.Property
- Y_VALUE_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- Y2 - org.pepstock.charba.client.annotation.elements.AnnotationElement.Property
- Y2 - org.pepstock.charba.client.sankey.SankeyElement.Property
- yAdjustCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
- yAdjustCallbackProxy - Variable in class org.pepstock.charba.client.annotation.InnerLabel
- YAKUT - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yakut language.
- YANGBEN - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yangben language.
- YARD - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for yard.
- yAxis - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
- YEAR - org.pepstock.charba.client.enums.TimeUnit
-
Year time unit
- YEAR - org.pepstock.charba.client.intl.DateTimeFormatOptions.Property
- YEAR - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the year, for example "2012" or "96".
- YEAR - org.pepstock.charba.client.intl.enums.MeasureUnit
-
Core unit identifier for year.
- YEAR_NAME - org.pepstock.charba.client.intl.enums.FormatPartType
-
The string used for the yearName in relevant contexts, for example "geng-zi"
- YELLOW - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW" -
- YELLOW - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "yellow" -
- YELLOW - org.pepstock.charba.client.impl.plugins.enums.GwtMaterialScheme
-
Color scheme name "YELLOW" -
- YELLOW_ACCENT_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_ACCENT_1" -
- YELLOW_ACCENT_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_ACCENT_2" -
- YELLOW_ACCENT_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_ACCENT_3" -
- YELLOW_ACCENT_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_ACCENT_4" -
- YELLOW_DARKEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_DARKEN_1" -
- YELLOW_DARKEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_DARKEN_2" -
- YELLOW_DARKEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_DARKEN_3" -
- YELLOW_DARKEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_DARKEN_4" -
- YELLOW_GREEN - org.pepstock.charba.client.colors.HtmlColor
-
HTML color name "yellowGreen" -
- YELLOW_LIGHTEN_1 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_1" -
- YELLOW_LIGHTEN_2 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_2" -
- YELLOW_LIGHTEN_3 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_3" -
- YELLOW_LIGHTEN_4 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_4" -
- YELLOW_LIGHTEN_5 - org.pepstock.charba.client.colors.GwtMaterialColor
-
GWT material color name "YELLOW_LIGHTEN_5" -
- YELLOW_ORANGE6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "YellowOrange6" -
- YELLOW6 - org.pepstock.charba.client.impl.plugins.enums.OfficeScheme
-
Color scheme name "Yellow6" -
- YEMEN - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Yemen region.
- YEMENI_RIAL - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Yemeni Rial currency.
- YEN - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Yen currency.
- YEZI - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Yezidi script.
- YIDDISH - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yiddish language.
- YIII - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Yi script.
- YL_GN - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color ylGn.
- YL_GN_BU - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color ylGnBu.
- YL_GN_BU3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu3" -
- YL_GN_BU4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu4" -
- YL_GN_BU5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu5" -
- YL_GN_BU6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu6" -
- YL_GN_BU7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu7" -
- YL_GN_BU8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu8" -
- YL_GN_BU9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGnBu9" -
- YL_GN3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn3" -
- YL_GN4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn4" -
- YL_GN5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn5" -
- YL_GN6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn6" -
- YL_GN7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn7" -
- YL_GN8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn8" -
- YL_GN9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlGn9" -
- YL_OR_BR - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color ylOrBr.
- YL_OR_BR3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr3" -
- YL_OR_BR4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr4" -
- YL_OR_BR5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr5" -
- YL_OR_BR6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr6" -
- YL_OR_BR7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr7" -
- YL_OR_BR8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr8" -
- YL_OR_BR9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrBr9" -
- YL_OR_RD - org.pepstock.charba.client.geo.enums.Interpolate
-
Interpolate color ylOrRd.
- YL_OR_RD3 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd3" -
- YL_OR_RD4 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd4" -
- YL_OR_RD5 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd5" -
- YL_OR_RD6 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd6" -
- YL_OR_RD7 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd7" -
- YL_OR_RD8 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd8" -
- YL_OR_RD9 - org.pepstock.charba.client.impl.plugins.enums.BrewerScheme
-
Color scheme name "YlOrRd9" -
- yLabel - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairDefaultOptions
- yLabel - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairOptions
- yMaxCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- yMinCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- YODA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Yoda" -
- YORUBA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yoruba language.
- YOUTUBE - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "YouTube" -
- yScale - Variable in class org.pepstock.charba.client.impl.plugins.CrosshairPlugin.State
- yScaleLimit - Variable in class org.pepstock.charba.client.zoom.Limits
- YUAN_RENMINBI - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Yuan Renminbi currency.
- YUE_CHINESE - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Yue Chinese language.
- yValue - Variable in enum org.pepstock.charba.client.enums.TooltipAlign
- yValueCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractPointedAnnotation
Z
- Z - org.pepstock.charba.client.annotation.AbstractAnnotation.Property
- Z - org.pepstock.charba.client.annotation.elements.BaseElement.Property
- Z - org.pepstock.charba.client.annotation.InnerLabel.Property
- Z - org.pepstock.charba.client.options.Grid.Property
- Z - org.pepstock.charba.client.options.ScaleBorder.Property
- Z - org.pepstock.charba.client.options.Ticks.Property
- Z_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- Z_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.annotation.InnerLabel
- ZAMBIA - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Zambia region.
- ZAMBIAN_KWACHA - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Zambian Kwacha currency.
- ZANB - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Zanabazar Square (Zanabazarin Dörböljin Useg, Xewtee Dörböljin Bicig, Horizontal Square Script) script.
- ZARMA - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Zarma language.
- ZCallback - Interface in org.pepstock.charba.client.annotation.callbacks
-
Callback interface of
AnnotationPlugin.IDplugin to setzproperty at runtime. - zCallbackProxy - Variable in class org.pepstock.charba.client.annotation.AbstractAnnotation
- zCallbackProxy - Variable in class org.pepstock.charba.client.annotation.InnerLabel
- ZENTA - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Zenta" -
- ZigZag - Class in org.pepstock.charba.client.colors.tiles
-
ZIGZAG drawer to design a zigzag line in the tile.
It designs a zigzag line in the following tile sections (A and B):
- ZigZag() - Constructor for class org.pepstock.charba.client.colors.tiles.ZigZag
- ZIGZAG - org.pepstock.charba.client.colors.tiles.Shape
-
Draws a zig zag line on the tile.
- ZIMBABWE - org.pepstock.charba.client.intl.Region
-
International key, to use for localization, for Zimbabwe region.
- ZIMBABWE_DOLLAR - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Zimbabwe Dollar currency.
- ZINC - org.pepstock.charba.client.colors.UiGradient
-
UiGradient name "Zinc" -
- ZINH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Code for inherited script script.
- ZLOTY - org.pepstock.charba.client.intl.enums.Currency
-
International key, to use for localization, for Zloty currency.
- ZMTH - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Mathematical notation script.
- ZONE - org.pepstock.charba.client.adapters.DateAdapterOptions.Property
- zoom - Variable in class org.pepstock.charba.client.zoom.DefaultOptions
- zoom - Variable in class org.pepstock.charba.client.zoom.ZoomOptions
- zoom(Chart, double) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Zooms the chart on demand, programmatically.
- zoom(Chart, double, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Zooms the chart on demand, programmatically.
- zoom(Chart, double, TransitionMode) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Zooms the chart on demand, programmatically.
- zoom(Chart, NativeObject) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Zooms the chart on demand, programmatically.
- zoom(Chart, NativeObject, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Zooms the chart on demand, programmatically.
- zoom(Chart, Amount, TransitionMode) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Zooms the chart on demand, programmatically.
- zoom(IsChart, double) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart on demand, programmatically.
- zoom(IsChart, double, TransitionMode) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart on demand, programmatically.
- zoom(IsChart, Amount) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart on demand, programmatically.
- zoom(IsChart, Amount, TransitionMode) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart on demand, programmatically.
- Zoom - Class in org.pepstock.charba.client.zoom
-
Base object to map zoom options for
ZoomPlugin.IDplugin configuration.
It represents the container for ZOOM options. - Zoom(IsDefaultZoom, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.Zoom
-
Creates new zooming element, using stored native object instance and the default values options.
- ZOOM - org.pepstock.charba.client.enums.ContextType
-
Zoom plugin context type.
- ZOOM - org.pepstock.charba.client.zoom.ZoomOptions.Property
- ZOOM_COMPLETED_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Zoom
- ZOOM_IN - org.pepstock.charba.client.dom.enums.CursorType
-
Something can be zoomed (magnified) in;
- ZOOM_IN - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
ZoomInkey. - ZOOM_OUT - org.pepstock.charba.client.dom.enums.CursorType
-
Something can be zoomed (magnified) out
- ZOOM_OUT - org.pepstock.charba.client.dom.enums.KeyboardUiKey
-
The
ZoomOutkey. - ZOOM_PLUGIN - org.pepstock.charba.client.resources.ResourceName
-
Script element id for CHART.JS ZOOM plugin.
- ZOOM_PLUGIN_HAMMER_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'ZoomPluginHammerResource' class.
- ZOOM_PLUGIN_RESOURCE - org.pepstock.charba.client.resources.ResourceHash
-
Hash item for 'ZoomPluginResource' class.
- ZOOM_PLUIGIN_ID - Static variable in class org.pepstock.charba.client.impl.plugins.DatasetsItemsSelectorPlugin
- ZOOM_PROGRESS_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Zoom
- ZOOM_REJECTED_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Zoom
- ZOOM_START_PROPERTY_HANDLER - Static variable in class org.pepstock.charba.client.zoom.Zoom
- ZOOM_TRANSITION_MODE - Static variable in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Custom transition mode to update the chart by API, "zoom".
- Zoom.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- ZoomContext - Class in org.pepstock.charba.client.zoom
-
The callback or handler context, created and passed by
ZoomPlugin.IDwhich contains the link to the native chart and the event. - ZoomContext(AbstractConfigurationItem, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ZoomContext
-
Creates the object with native object instance to be wrapped.
- ZoomContext.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- ZoomDefaultsOptionsFactory() - Constructor for class org.pepstock.charba.client.zoom.ZoomOptionsFactory.ZoomDefaultsOptionsFactory
-
To avoid any instantiation.
- zoomElement - Variable in class org.pepstock.charba.client.zoom.ZoomContext
- ZoomOptions - Class in org.pepstock.charba.client.zoom
-
This is the
ZoomPlugin.IDplugin options where to set all the configuration needed to the plugin. - ZoomOptions() - Constructor for class org.pepstock.charba.client.zoom.ZoomOptions
-
Creates new
ZoomPlugin.IDplugin options. - ZoomOptions(IsChart) - Constructor for class org.pepstock.charba.client.zoom.ZoomOptions
-
Creates new
ZoomPlugin.IDplugin options, relating to chart instance for default. - ZoomOptions(IsDefaultOptions, NativeObject) - Constructor for class org.pepstock.charba.client.zoom.ZoomOptions
-
Creates new
ZoomPlugin.IDplugin options. - ZoomOptions.Property - Enum in org.pepstock.charba.client.zoom
-
Name of properties of native object.
- ZoomOptionsFactory - Class in org.pepstock.charba.client.zoom
-
Factory to get the options (form chart, form dataset or from default global ones) related to
ZoomPlugin.IDplugin. - ZoomOptionsFactory() - Constructor for class org.pepstock.charba.client.zoom.ZoomOptionsFactory
-
To avoid any instantiation.
- ZoomOptionsFactory.ZoomDefaultsOptionsFactory - Class in org.pepstock.charba.client.zoom
-
Internal factory to create options from default global option for the plugin
- ZoomPlugin - Class in org.pepstock.charba.client.zoom
-
Entry point of ZOOM plugin to enable the plugin.
The ZOOM plugin is highly customizable CHART.JS plugin that is zooming data of charts.
The ZOOM plugin plugin has got a dependency with javascript utility hammer, utility used for gesture recognition. - ZoomPlugin() - Constructor for class org.pepstock.charba.client.zoom.ZoomPlugin
-
To avoid any instantiation
- ZoomPluginHammerResource - Class in org.pepstock.charba.client.zoom
-
Contains the content of
hammer.min.jsto inject. - ZoomPluginHammerResource() - Constructor for class org.pepstock.charba.client.zoom.ZoomPluginHammerResource
-
Creates the injectable resource with
hammer.min.jscontent. - ZoomPluginResource - Class in org.pepstock.charba.client.zoom
-
Contains the content of
chartjs-plugin-zoom.min.jsto inject. - ZoomPluginResource() - Constructor for class org.pepstock.charba.client.zoom.ZoomPluginResource
-
Creates the injectable resource with
chartjs-plugin-zoom.min.jscontent. - ZoomPoint - Class in org.pepstock.charba.client.zoom
-
Maps the point as limit to zoom in
ZoomPlugin.zoomRect(org.pepstock.charba.client.IsChart, ZoomPoint, ZoomPoint) - ZoomPoint() - Constructor for class org.pepstock.charba.client.zoom.ZoomPoint
-
Creates an empty object.
- ZoomPoint(double) - Constructor for class org.pepstock.charba.client.zoom.ZoomPoint
-
Creates an object with X coordinate of the point
- ZoomPoint(double, double) - Constructor for class org.pepstock.charba.client.zoom.ZoomPoint
-
Creates an object with X and Y coordinates of the point
- zoomRect(Chart, NativeObject, NativeObject) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Zooms the chart for a specific rectangle, programmatically.
- zoomRect(Chart, NativeObject, NativeObject, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Zooms the chart for a specific rectangle, programmatically.
- zoomRect(Chart, ZoomPoint, ZoomPoint, TransitionMode) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Zooms the chart for a specific rectangle, programmatically.
- zoomRect(IsChart, ZoomPoint, ZoomPoint) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart for a specific rectangle, programmatically.
- zoomRect(IsChart, ZoomPoint, ZoomPoint, TransitionMode) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart for a specific rectangle, programmatically.
- zoomScale(Chart, String, NativeObject) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Zooms the chart scale on demand, programmatically.
- zoomScale(Chart, String, NativeObject, String) - Static method in class org.pepstock.charba.client.zoom.NativeJsZoomHelper
-
Zooms the chart scale on demand, programmatically.
- zoomScale(Chart, ScaleId, ScaleRange, TransitionMode) - Method in class org.pepstock.charba.client.zoom.JsZoomHelper
-
Zooms the chart scale on demand, programmatically.
- zoomScale(IsChart, ScaleId, ScaleRange) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart scale on demand, programmatically.
- zoomScale(IsChart, ScaleId, ScaleRange, TransitionMode) - Static method in class org.pepstock.charba.client.zoom.ZoomPlugin
-
Zooms the chart scale on demand, programmatically.
- ZSYE - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Symbols (Emoji variant) script.
- ZSYM - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Symbols script.
- ZULU - org.pepstock.charba.client.intl.enums.TimeZone
-
International key, to use for localization, for Zulu timezone.
- ZULU - org.pepstock.charba.client.intl.Language
-
International key, to use for localization, for Zulu language.
- ZXXX - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Code for unwritten documents script.
- ZYYY - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Code for undetermined script script.
- ZZZZ - org.pepstock.charba.client.intl.Script
-
International key, to use for localization, for Code for uncoded script script.
All Classes All Packages